/* Fontes Padrão */
.heading4xl, .heading3xl, .heading2xl, .headingxl, .headingLg, .headingMd, .headingSm, .headingXs {
    font-family: 'Montserrat' !important;
}

.heading4xl{
    font-weight: 700 !important;
}

.heading3xl, .heading2xl, .headingxl, .headingLg, .headingMd, .headingSm, .headingXs {
    font-weight: 600 !important;
}

/**/

.login-page, .login-card-body{
    background-color: #FBFCFD;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.login-card-body{
    max-height: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-grow: 1;
    box-shadow: none;
}

.login-box{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 80%;
    flex-grow: 1;
    max-height: 100%;
}


/* Header */
.header{
    position: fixed;
    width: 100%;
    height: 80px;
    background-color: #FBFCFD;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgb(232, 232, 232);
}

.header-logo{
    flex-grow: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-image{
    height: 80px;
    margin: 0px 10px;
}

/* Form */

.login-form{
    width: 100%;
    flex-grow: 1;
    display: flex;
    font-size: 18px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100000;

}

.login-form > div {
    width: 85%;
    min-width: 300px;
    justify-content: center;

}

.form-group{
    min-width: 300px !important;
    text-align: center;
    font-size: 16px;
}

.form-group > input {
    text-align: center;
    font-size: 20px;
    max-width: 300px;
}

.form-control{
    border: 1px solid #003366 !important;
    transition: all 0.2s;
    margin-bottom: 23px !important;
}

.form-control:focus, .form-control:hover{
    background-color: #F4F5F6;
}

.login-box-msg{
    font-size: 20px;
    color: #003366;
    position: absolute;
    margin-right: 670px;
    font-weight: 600;
    text-align: right;
    min-width: 400px;

}

.login-box-msg-password{
    font-size: 20px;
    color: #003366;
    position: absolute;
    margin-right: 710px;
    margin-top: -90px;
    font-weight: 600;
    text-align: right;
    min-width: 400px;

}

.custom-btn-nova-senha {
    text-align: center;
    font-size: 18px;
    width: 300px;
    max-width: 300px;
    background-color: #CCE6FF;
    border: 1px solid #003366 !important;
    transition: all 0.2s;
    color: #003366; /* garante contraste com fundo */
    font-weight: 600;
}

.success-message-nova-senha {
    font-size: 20px;
    color: #003366;
    text-align: center;
}

.login-box-msg-title{
    font-size: 20px;
    color: #003366;

}

.box-msg-top{
    margin-top: -138px;
}

.box-msg-bottom{
    margin-top: 18px;
}

.invalid-feedback{
    font-size: 18px;
}

.label-acordo{
    color: #003366;
}

.nextButton {
    text-align: center;
    font-size: 18px;
    width: 300px;
    max-width: 300px;
    background-color: #CCE6FF;
    border: 1px solid #003366 !important;
    transition: all 0.2s;
}

.nextButton:focus, .nextButton:hover{
    background-color: #99CCFF;
}

.error-span{
    position: absolute;
    margin-top: 39px;
}