* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif !important;
}

body {
    /* background: linear-gradient(90deg, #C7C5F4, #776BCC); */
    background: url(../imagens/tela_fundo.jpg) no-repeat center center fixed;
    background-size: cover;
    overflow: hidden;
    font-family: 'Nunito Sans', sans-serif !important;
}

.blur-class {
    backdrop-filter: blur(2px);
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.screen {
    background: linear-gradient(90deg, #4383b1, #4f8fbb);
    position: relative;
    height: 600px;
    width: 360px;
    box-shadow: 0px 0px 24px #042b54;
    border-radius: 0px 10px 0px 10px;
}

.screen__content {
    z-index: 1;
    position: relative;
    height: 100%;
}

.screen__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.screen__background__shape {
    transform: rotate(45deg);
    position: absolute;
}

.screen__background__shape1 {
    height: 520px;
    width: 520px;
    background: #fff;
    top: -50px;
    background: url(../imagens/logo-bg.png) no-repeat;
    background-size: contain;
    right: 120px;
    border-radius: 0 72px 0 0;
}

.screen__background__shape2 {
    height: 220px;
    width: 220px;
    background: #2a6393;
    top: -172px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape3 {
    height: 540px;
    width: 190px;
    background: linear-gradient(270deg, #2a63936b, #2a6393);
    top: -24px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape4 {
    height: 400px;
    width: 200px;
    background: #2a6393;
    top: 420px;
    right: 50px;
    border-radius: 60px;
}

.login {
    width: 320px;
    height: 490px;
    backdrop-filter: blur(10px);
    margin: 40px 20px 70px 20px;
    padding: 30px;
    border-radius: 0px 10px 10px 10px;
    background-color: #f0f8ff85;
    padding-top: 30px;
}

.login__field {
    padding: 15px 0px;
    position: relative;
}

.login__icon {
    position: absolute;
    top: 30px;
    color: #7875b5;
}

.login__input {
    border: none;
    border: 1px solid #00000069;
    background: none;
    border-radius: 20px;
    padding: 10px !important;
    color: #262626;
    padding-left: 24px;
    font-weight: 700;
    width: 100%;
    font-size: 16px;
    height: 40px;
    transition: 0.2s;
}

.login__input:active,
.login__input:focus,
.login__input:hover {
    outline: none;
    border-bottom-color: #6a679e;
}

.login__submit {
    background: #fff;
    font-size: 14px;
    margin-top: 14px !important;
    padding: 13px 20px;
    border-radius: 26px;
    border: 1px solid #d4d3e8;
    text-transform: uppercase;
    font-weight: 700;
    align-items: center;
    width: 100%;
    color: #2a6393;
    box-shadow: 0px 2px 2px #4f7c9d;
    cursor: pointer;
    transition: 0.2s;
}

img.img-fluid {
    max-height: 65px;
}

.login__input:active,
.login__input:focus,
.login__input:hover {
    outline: none;
    border-bottom-color: #0e5a8e;
}

input.login__input:focus {
    transition-duration: 0.5s;
    background: #ffffffa8;
    /* border-radius: 5px; */
}

.button__icon {
    font-size: 24px;
    margin-left: auto;
    color: #7875b5;
}

.social-login {
    width: auto;
    text-align: center;
    bottom: 0px;
    right: 0px;
    color: #fff;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-login__icon {
    padding: 5px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 0px 8px #7875b5;
}

select.login__input {
    background-color: whitesmoke;
    border-radius: 5px;
    width: 100%;
}

.form-control:focus {
    box-shadow: none;
}

.center-logo {
    background: #ffffffa3;
    border-radius: 11px;
    width: 100%;
}

.msg-copy {
    color: #fff;
}

.icon-google {
    background: url('/sistema/imagens/google-icon.png'), no-repeat;
    background-size: auto;
    width: 48px;
    height: 48px;
    color: transparent;
}

input#googleAuth {
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    border-radius: 0 100px 100px 0;
}

.input-group.mb-3.shadow.bg-white.rounded {
    border-radius: 100px !important;
}

/* Select search */
span#select2-codemp-container {
    border: none;
    background: none;
    color: #262626;
    font-weight: 700;
    font-size: 16px;
}

span.select2-selection.select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
    border-radius: 20px;
    border-color: #7a858e !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 5px !important;
}

#tabela_secundaria {
    height: 100%;
    width: 100%;
}