/*
 * Specific styles of signin component
 */
/*
 * General styles
 */
body{ 
    font-family: "Poppins", sans-serif, helvetica, arial;
    height: 100%;
    padding-right:0px;
}

.backgroundLogin { 
    position:absolute;
    top:0px;
    bottom:0px;
    opacity: 0.6;
}

hr{
    margin-top: 5px;
    margin-bottom: 5px;
}

.span-title{
   font-size: 16px; 
   color: #777;
}

.divContainerOparity{
    background-color: rgba(255,255,255,0.5);
    width: 100%;
    padding: 0px;
}

.divContainer{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 0px;
    -ms-filter:"alpha(opacity=50)";
    filter:alpha(opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.1);
    display: flex;
    align-items: center;
    float: none !important;
    position: relative !important;
    height: 100vh;
}

.form-signin{
    width: 100%;
    height: 100%;
}

.form-register{
    width: 100%;
    height: 100%;
}

.form-recover{
    width: 100%;
    height: 100%;
}

@media (max-width: 1125px) {
    .divContainer{
        float: none !important;
        position: relative !important;
    }
}

@media (max-width: 570px) {
    .div_login{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        border-radius: 0px !important;
    }  

    .div_registrar_apoderado{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;    
        height: 100%;
        border-radius: 0px !important;
    } 
         

    .div_OlvidoContrasena{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        border-radius: 0px !important;
    }
}

@media (max-height: 620px){
    .divContainer{
        height: auto;        
    }
}

@media (max-width: 1180px) {
    .div_login{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100% !important;
        height: 100%;
        border-radius: 0px !important;
    }  

    .div_registrar_apoderado{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100% !important;    
        height: 100%;
        border-radius: 0px !important;
    } 
         

    .div_OlvidoContrasena{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100% !important;
        height: 100%;
        border-radius: 0px !important;
    }
    
    .footer-area {
        position: inherit;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #547fbf;
        color: #ffffff;
        /*overflow: auto;
        height: 100vh;*/
    }    
}

@media (min-width: 1400px) {
    .divContainer{
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding-top: 0px;
        -ms-filter:"alpha(opacity=50)";
        filter:alpha(opacity=80);
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.1);
        align-items: center;
        float: none !important;
        position: relative !important;
    }
}

.div_login{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    box-shadow: 0px 0px 70px rgba(0,0,0,0.3);
}

.div_registrar_apoderado{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    box-shadow: 0px 0px 70px rgba(0,0,0,0.5);
}


.div_OlvidoContrasena{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    box-shadow: 0px 0px 70px rgba(0,0,0,0.5);
}

.btnVolver{
    width: 36px;
    color: #fff;
    border-radius: 50px;
    background-color: #146fb7;
    padding: 7px 7px;
    float: right;
}

.btnVolver:hover {
    width: 36px;
    color: #fff;
    border-radius: 50px;
    background-color: #0b5996;
    padding: 7px 7px;
    float: right;
    cursor: pointer;
}

.btnQuestion {
    width: 25px;
    height: 25px;
    color: #fff;
    border-radius: 50px;
    background-color: #146fb7;
    padding: 2px 2px;
    float: right;
    margin-top: -30px;
}

.btnQuestion:hover, .btnQuestion:focus, .btnQuestion.focus {
    width: 25px;
    height: 25px;
    color: #fff;
    border-radius: 50px;
    background-color: #0b5996;
    padding: 2px 0px;
    float: right;
    cursor: pointer;
}

.inputLogin{
    font-family: "Poppins", sans-serif, helvetica, arial;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #9b9b9b;
    outline: 0;
    font-size: 1.3rem;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
    border-radius: 0px;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.015);
}

.inputLogin:hover, .inputLogin:focus, .inputLogin.focus {
    border-bottom: 1px solid #0b5996;
    font-weight: 700;
    border-width: 1px;
    box-shadow: inset 0 0px 1px rgba(0,0,0,.015);
}

.container-login100-form-btn{
    padding-top: 10px;
}

.btn_registrar_apoderado{
    border-radius: 5px;
}

.inputForm{
    font-family: "Poppins", sans-serif, helvetica, arial;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #000;
    outline: 0;
    font-size: 1.3rem;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;

}

.form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
}

/*.card-container.card {
    max-width: 540px;
    position: relative;
}

.card-register.card {
    max-width: 580px;
    position: relative;
}*/

.btn {
    font-weight: 700;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

.btnDown {
    color: #fff !important;
}

.card {
    background-color: #FFFFFF;
    padding: 20px 20px 20px;
    margin: 0 auto 0px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 20px;
    opacity: 85%;
    width: 52rem;
}

.profile-img-card {
    width: 40%;
    height: auto;
    margin: 0 auto 10px;
    border-radius: 20px;
}

.btn-submit{
    padding: 10px;
    margin-top: 20px;
    background-color: #146fb7;
    color:#fff;
    border-radius: 20px;
}

.btn-submit:hover, .btn-submit:focus, .btn-submit.focus {
    margin-top: 20px;
    background-color: #0b5996;
    color:#fff;
}

.btn-register{
    margin-top: 0px;
    text-align: right;
    padding: auto;
    font-weight: bold;
}

.icon-addon {
    margin-bottom: 5px;
}

.btn-registerApoderado{
    padding: 10px;
    margin-top: 20px;
    background-color: #146fb7;
    color:#fff;
    border-radius: 20px;
}

.btn-registerApoderado:hover, .btn-registerApoderado:focus, .btn-registerApoderado.focus {
    margin-top: 20px;
    background-color: #0b5996;
    color:#fff;
}

#btn_agregar_pupilo{
    align-items: right;
    position: relative;
    bottom: 2rem;
}

.profile-name-card {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 1em;
}

.angle-double-down, .angle-double-up{
    align-content: center;
    align-items: center;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.angle-double-down-child {
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    background-color: #146fb7;
    border-radius: 50px;
    margin-left: -10%;
    padding: 13px 0px 0px 16px ;
    position: relative;
}

div.fila_pupilo_agregado {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.table {
    margin-bottom: 0px !important;
}

/*///// FOOTER AREA ////////////*/
ul{
    padding-left: 17px;
    font-size: 10px !important;
}

li{
    font-size: 14px;
    padding-top: 3px;
}

.footer-area {
    font-family: "Poppins", sans-serif, helvetica, arial;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 180px;
    background-color: #547fbf;
    color: #ffffff;
    background: linear-gradient(to bottom, #3c649e 0%,#4a6da0 100%);
    padding: 16px 45px 12px 45px;
    box-shadow: 0px -5px 20px rgba(0,0,0,0.2);
    z-index: 1;
}

.single-footer-widget ul li a {
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-bottom: 0px;
    font-size: 14px;
}

.single-footer-widget ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.single-footer-widget .instafeed {
    margin-left: -5px;
    margin-right: -5px;
}

.single-footer-widget .instafeed li {
    margin: 5px;
}

.single-footer-widget .subscribe_form {
    padding-top: 13px;
}

.single-footer-widget .input-group {
    display: block !important;
}

.single-footer-widget .sub-btn {
    background: #f3c300;
    color: #fff;
    font-weight: 300;
    border-radius: 0;
    line-height: 34px;
    padding: 4px 11px 0px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
}

.footer_title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.list_style{
    color: #fff;
}

.border_line {
    width: 100%;
    height: 1px;
    background: #333333;
    margin-top: 30px;
}

.footer-bottom {
    padding-top: 46px;
}

.footer-bottom .footer-text a {
    color: #f3c300;
}

.footer-bottom .footer-social {
    text-align: right;
}

.footer-bottom .footer-social a {
    font-size: 12px;
    line-height: 30px;
    color: #82848f;
    margin-left: 25px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer-bottom .footer-social a:hover {
    color: #f3c300;
}

.footer-copyright{
    text-align: center;
}

/*///// FIN FOOTER ////////////*/