.overlay-login {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    background: #2c2b2bc9;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.overlay-assinatura {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    background: #2c2b2bc9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-assinatura.closed,.overlay-login.closed {
    display: none !important;
}

.box-login {
    background: #fff;
    width: 30vw;
    height: 60vh;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 350px;
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
}

.box-login .close {
    background: #fff;
    position: absolute;
    right: -10px;
    top: -20px;
    height: 60px;
    width: 60px;
    display: flex;
    color: #f44336;
    font-size: 40px;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
    box-shadow: #000 2px 1px 1px;
    cursor: pointer;
}

.close svg {
    width: 50px;
    height: 50px;
}

div#myTabContent {
    height: 100%;
}

.box-content {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: solid 1px #dee2e6;
    border-top: none;
}

.box-page-content {
    display: none;
}

.box-page-content.active {
    display: flex;
    width: 100%;
    padding: 15px;
}

form.form-login .input-control {
    margin-bottom: 10px;
}

.list-actions {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.list-actions .btn {
    width: 100%;
}

.box-page-content form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.dicaSenha {
    font-size: 11px;
    text-align: center;
}

.cardLoginCadastro .form-control {
    box-shadow: 0 2px 0 #e9e9e9;
    border: solid 1px #e9e9e9;
    padding: 6px 0px 8px 37px;
}

.cardLoginCadastro .form-group svg {
    position: absolute;
    left: 45px;
    margin-top: 32px;
    color: #bbbbbb;
}

.cardLoginCadastro label {
    color: #adadad;
}

.cardLoginCadastro button.btn {
    margin: 0;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 13px;
}

.cardLoginCadastro input.form-control:hover, .cardLoginCadastro input.form-control:focus, .cardLoginCadastro input.form-control:active {
    background: #cae0ff;
    border: solid 1px #aabfdd;
    color: #3463a7;
}

.dicaSenha {
    font-size: 11px;
    text-align: center;
}

.termosUso {
    font-size: 12px;
    text-align: center;
}

.confirmaSenha {
    position: relative;
}

.confirmaSenha svg {
    left: 25px !important;
}

.btnCompletarCadastro {
    border-bottom: solid 3px #0041a1;
    padding: 8px 25px;
    font-weight: bold;
    font-size: 15px;
}

.boxConteudoCadastro {
    display: block;
}

.cardLoginCadastro div.list-actions {
    margin: 10px 0;
}

.termosUso {
    font-size: 12px;
    text-align: center;
}

.box-login .close {
    background: #fff;
    position: absolute;
    right: -10px;
    top: -20px;
    height: 40px;
    width: 40px;
    display: flex;
    color: #f44336;
    font-size: 30px;
    cursor: pointer;
}

#modalTermos2 {
    z-index: 10000;
}