* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;
}



main {

    display: flex;

    min-height: 100vh;

    background-color: #f5f5f5;

}

h1{
    color: #0F172A;
    font-size: 26px;
    margin-bottom: 12px;
}

.info-obrigatorio{
    color: #0074D2;
}

.form-description{
    font-size: 12px;
    color: #48566A;
}

.tipo-alterar-senha{
    display: flex;
    margin-top: 60px;
    margin-bottom: 60px !important;
}

.tipo-alterar-senha label{
    margin-bottom: 0 !important;
    font-size: 14px;
}

.tipo-alterar-senha input{
    margin-left: 15px;
}

.tipo-alterar-senha .radio-group{
    display: flex;
}

.tipo-alterar-senha .radio-group .radio-option{
    display: flex;
    justify-content: center;
    align-self: center;
}

.radio-option input{
    appearance: none;
    background: #cae5fe;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    cursor: pointer;
}

.radio-option input:checked{
    border: 3px solid #cae5fe;
    background: #0074d2;
}

.tipo-alterar-senha .radio-group .radio-option label{
    margin-bottom: 0;
    margin-left: 10px;
}

.login-container {
    width: 50%;
    padding: 40px 130px;
    display: flex;
    flex-direction: column;
    background-color: white;
    padding-bottom: 100px !important;
}


.ipunt-label-inline{
    display: flex;
}


.ipunt-label-inline label{
    width: 300px;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}


.login-container center {

    margin-bottom: 20px;
    font-size:14px;
    font-weight: bolder;

}



.image-container {

    width: 50%;

    /*  background-image: url('https://placecats.com/bella/800/600'); */

    background-size: cover;

    background-position: center;

    position: relative;

    display: flex;

    align-items: start;

    justify-content: center;

    color: white;
    padding-bottom: 100px !important;

}



.image-expositor {

    width: 50%;

    background-image: url('../../img/v2/bg-login1.jpg');

}



.image-montadora {

    background-image: url('../../img/v2/bg-senha1.jpg');

}

.overlay {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    /*background-color: rgba(0, 55, 100, 0.7);*/

}



.logo {
    max-width: 90px;
}



.header-login {
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    /* gap: 20px; */
    margin-bottom: 70px;
    font-weight: bold;
}



.header-login img {
    text-align: left;
}



.header-login p {
    text-align: right;
    font-weight: normal;
    font-size: 12px;
}

.header-login strong {
    font-size: 14px;
}


.envolve-login-options{
    width:100%;
    max-width: 309px;
    display:block;
    margin:0px auto;
}

.login-options {

    display: flex;

    margin-bottom: 30px;

    gap: 10px;

    justify-content: center;

    background-color: #e8f0fe;

    padding: 10px;

    border-radius: 30px;

}

.envolve-form{
    width:100%;
    max-width:600px;
    display:block;
    margin:70px auto 0px;
    padding: 0 40px;
}

.option-btn {

    padding: 10px 20px;

    border-radius: 30px;

    border: none;

    cursor: pointer;

    font-weight: bold;

    transition: all 0.3s;

}



.option-btn.active {

    background-color: var(--btn-primary-bg);

    color: var(--btn-primary-text);

}



.option-btn.inactive {

    background-color: #e8f0fe;

    color: #333;

}



.form-group {

    margin-bottom: 20px;

}



label {

    display: block;

    margin-bottom: 8px;

    font-weight: bold;

}



.input-field {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #E2E8F0;
    border-radius: 5px;
    font-size: 14px;
}



.remember-flex {

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 20px;

}



.remember-me {
    display: flex;
    align-items: center;
    gap: 5px;
}

.remember-me label {
    font-weight: normal;
}

.forgot-password {
    color: #0F172A;
    text-decoration: none;
    border-bottom: 1px solid #0F172A;
}



.submit-btn {
    width: 100%;
    max-width:288px;
    display:block;
    margin:60px auto 0px;
    padding: 15px 20px 14px;
    background-color: #0275d8;
    color: white;
    border: 2px solid #0275d8 !important;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-bottom: 40px;
    text-transform: uppercase;
    transition: all 0.4s;
}



.submit-btn:hover {
    background-color: white;
    color: #0275d8;
}



.footer {
    font-size: 12px;
    color: #666;
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: -40px;
}

.footer .links-creditos{
    width: 100%;
    display: flex;
}

.footer .links-creditos .links{
    width: 50%;
    display: flex;
    justify-content: center;
}

@media (max-width: 1200px) {
    .footer .links-creditos .links{
        color: white !important;
    }

    .footer .links-creditos .links a{
        color: white !important;
    }
}

@media (max-width: 767px) {
    .footer {
        margin-top: -100px;
    }

    .footer .links-creditos{
        flex-direction: column;
    }

    .footer .links-creditos .links{
        margin-bottom: 10px;
        width: 100% !important;
    }

    .footer .links-creditos .creditos{
        width: 100% !important;
    }

    .design-footer{
        width: 100%;
    }

    .design-footer .item{
        width: 50%;
    }
}

.footer .links-creditos .creditos{
    width: 50%;
    display: flex;
    justify-content: center;
}

.footer a {
    color: #666;
    text-decoration: none;
    margin-left: 30px;
}



.documento-box {
    background-color: rgba(255, 242, 242, 0.13);
    backdrop-filter: blur(20px);
    padding: 40px;
    border-radius: 10px;
    width: 80%;
    max-width: 500px;
    position: absolute;
    z-index: 1;
    bottom: 90px;
}



.documento-box h2 {
    margin-bottom: 15px;
    font-size: 18px;
    display: flex;
}



.documento-box p {

    margin-bottom: 20px;

    font-size: 14px;

    line-height: 1.5;

}

.documento-box svg{
    width: 30px;
    height: auto;
}

.documento-box ul{
    margin-left: 44px;
    line-height: 26px;
}

.documento-box ul li{
    font-size: 14px;
}

.documento-box li.sub-item {
    margin-left: 30px;
    list-style-type: square;
}

.btn-download-area{
    text-align: center;
    width: 100%;
}

.download-btn {
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
    background-color: transparent;
    color: white;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    border: 2px solid white;
    padding: 14px 22px;
    transition: 0.4s;
}



.download-btn:hover {

    background-color: rgba(255, 255, 255, 0.1);

}

.back-button{
    display: flex;
    align-items: center;
    color: #0F172A;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
}

.back-button:hover > .icon{
    background: #0062b1;
}

.back-button .icon {
    background: #0074D2;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-right: 10px;
    transition: all 0.4s;
}

.icon svg {
    width: 12px;
}


.design-footer {
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    z-index: 1;
    display: flex;
}

.design-footer a {
    margin-left: 2px !important;
}

.design-footer .item:last-child{
    margin-left: 30px;
}



.exibe-montadora {

    display: none;

    align-self: center;

    margin: 15px;

}



.exibe-montadora center {

    font-weight: bold;

    font-size: 20px;

    margin: 5px;

}



.exibe-montadora div {

    display: flex;

    justify-content: center;

    gap: 10px;

}

@media (max-width: 1500px) {
    .header-login p strong{
        display: block;
    }

    .login-container{
        padding: 40px 80px;
    }
}

@media (max-width: 1300px) {
    .login-container{
        padding: 40px 50px;
    }
}

@media (max-width: 992px) {
    .login-container{
        padding: 40px 130px;
    }
}

@media (max-width: 767px) {
    .login-container{
        padding: 40px;
    }

    .documento-box{
        font-size: 12px;
        padding: 30px;
    }

    .documento-box h2{
        font-size: 16px;
    }

    .tipo-alterar-senha .radio-group label{
        margin-right: 20px;
    }

    .tipo-alterar-senha .radio-group input{
        margin-left: 0 !important;
    }

    .tipo-alterar-senha .radio-group{
        margin-top: 12px;
    }

    .tipo-alterar-senha{
        display: block;
    }

    .image-container {
        height: 60vh;
    }
}

@media (max-width: 1200px) {
    .documento-box{
        top: 90px;
        bottom: auto;
    }

    main {
        flex-direction: column;
    }

    .login-container {
        width: 100%;
        padding: 20px;
        margin: 0;
    }

    .image-container {
        width: 100%;
        height: 70vh;
        background-position: bottom;
    }

    /* .form-container {

        max-width: 100%;

    } */

    .submit-btn{
        margin-bottom: 70px;
    }

}

.input-form-icon .icon {
    position: absolute;
    background-position: 20px center;
    background-repeat: no-repeat;
    padding-left: 80px;
    background-size: 35px;
    width: 40px;
    height: 44px;
    z-index: 2;
}

.icon-pass {
    cursor: pointer;
}

.input-form-icon .icon-user{
    background-image: url('../../img/icones/input-user-icon.png') !important;
}

.input-form-icon .icon-pass{
    background-image: url('../../img/icones/input-pass-icon.png') !important;
}

.input-form-icon input{
    position: relative;
    z-index: 1;
    padding-left: 70px;
    border-color: #94A3B8 !important;
    border-width: 2px;
}