﻿
.text-login {
    font-family: Poppins;
}
h4.titulo-login {
    font-weight: 600;
    font-size: 21px;
    color: #303e67;
}
span.text-login {
    font-weight: normal;
    color: #9aa2b2;
    font-size: 12px
}
.form-label {
    font-size: 13px !important;
    color: #57658c !important;
    font-weight: normal !important;
}
label.text-login {
    font-weight: normal;
    color: #57658c;
    font-size: 17px;
}

body {
    background-image: url("../images/AguilaIcon/LoginBck.jpg");
    background-size: auto; /* <------ */
    background-repeat: no-repeat;
    font-family: Poppins;
    font-weight: normal;
}

em {
    color: #f44336 !important;
    font-size: 0.8rem;
    transition: 0.2s opacity ease-out, 0.2s color ease-out;
}

#div-border {
    position: absolute;
    height: 100%;
    border-left: 2px solid black;
}
.icon-Login {
    color: #9ba7ca;
    margin-left:-4px;
    margin-top:8px;
}
.div-icon-Login {
    border-radius: 50%;
    border: 1px solid #eff2f9;
    width: 34px;
    height: 34px;
    background-color: #eff2f9;
    top: 30px;
    position: absolute;
    right: 15px;
}
.forgot-pass {
    color: #9aa2b2 !important;
    font-size:12px;
}
.btn-login {
    background-color: #012a5d !important;
    font-family:Poppins;
    font-weight:600;
    text-transform:none !important;
    font-size:14px;
    width:100%
    
}
@media (max-width: 450px) and (max-height: 750px) {
    .ImgSize {
        width: 100%;
        height: 150px;
    }

    .ContainerAling {
        padding-top: 20px;
    }
}

