@font-face {
    font-family: 'GeneralSans';
    src: url('/fonts/generalSans/GeneralSans-Regular.woff2') format('woff2'),
        url('/fonts/generalSans/GeneralSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GeneralSans';
    src: url('/fonts/generalSans/GeneralSans-SemiBold.woff2') format('woff2'),
        url('/fonts/generalSans/GeneralSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GeneralSans';
    src: url('/fonts/generalSans/GeneralSans-Bold.woff2') format('woff2'),
        url('/fonts/generalSans/GeneralSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.login-form{
    width: 551px;
}

#div_login{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    margin-left: -1px;
}

.bg-white {
    display: flex;
    align-items: center;
    justify-content: center;
}

h1{
    font-size: 40px;
    font-weight: 600;
    color: #0C2A44;
    margin-bottom: 44px;
}

label{
    color: #0C2A44;
    font-size: 16px;
    font-weight: 500;
}
.input-form{
    padding: 19.5px 20px;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    width: 100%;
}

#olho{
    position: absolute;
    top: 15px;
    right: 18px;
    padding: 7px 10px;
    color: #000;
    cursor: pointer;
}

button.btn.btn-primary.btn-block {
    background-color: #0C2A44;
    border: none;
    padding: 16px;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
}

.text-dark {
    color: #0e2b44 !important;
    border-bottom: 1px solid #0e2b44;
}

.border-none{
    border: none !important;
}

.msg-sucesso {
    background-color: #204129;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: #FFF;
    font-weight: 500;
    border-radius: 10px;
    margin-bottom: 10px;
    text-align: center;
}


.msg-erro {
    background-color: #690505;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: #FFF;
    font-weight: 500;
    border-radius: 10px;
    margin-bottom: 10px;
    text-align: center;
}


h6#subtitulo-modal {
    color: #0C2A44;
    font-weight: 600;
    font-size: 18px;
}

.modal-header {
    border-bottom: none;
    padding: 25px;
}
button.btn-close{
    opacity: 1;
    width: 18px;
}
p.text-modal.font-regular {
    font-size: 12px;
    color: #000;
    text-align: center;
}

.form-input {
    width: 100%;
    border: 1px solid #C8C8C8;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 16px;
}
.send-form {
    width: 100%;
    background-color: #0C2A44;
    color: #FFF;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
}

label {
    color: #2A2A2A;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 8px;
}

p.info-sucesso {
    background-color: #204129;
    text-align: center;
    color: #FFF;
    border-radius: 5px;
    width: 90%;
    margin-left: 5%;
    padding: 5px;
    display: none;
}

p.info-erro {
    background-color: #690505;
    text-align: center;
    color: #FFF;
    border-radius: 5px;
    width: 90%;
    margin-left: 5%;
    padding: 5px;
    display: none;
}

.info-invalido{
    background-color: #690505;
    text-align: center;
    color: #FFF;
    border-radius: 5px;
    width: 90%;
    margin-left: 5%;
    padding: 5px;
    display: none;
}

@media (min-width: 350px) and (max-width: 768px){
    h1 {
        font-size: 30px;
        text-align: center;
    }

    .mt-4{
        margin-top: 150px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px){

}


@media (min-width: 992px) and (max-width: 1200px) {

}
