﻿body {
    background: white;
}

/*----ESTILOS HEAD LOGO----*/
#head-log {
    margin:0 10px 0 10px;
}

    #head-log .content {
        background: #AFDF2B;
        border-radius: 0px 0px 10px 10px;
        border-top: 3px solid #AFDF2B;
    }

#head-log .content img {
    width: 20%;
    padding:20px;
    display:block;
    margin:auto;
}

/*----ESTILOS DEL CARD-----*/
.card-pass {
    padding-top: 30px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(167,169,176,0.56);
    -moz-box-shadow: 0px 0px 8px 0px rgba(167,169,176,0.56);
    box-shadow: 0px 0px 8px 0px rgba(167,169,176,0.56);
    width: 80%;
    display: block;
    margin: auto;
}

.card-body .bandera {
    padding-bottom: 20px;
}

/*----ESTIILOS DEL FORM-----*/
#form-pass .form-group .form-control {
    border-bottom: 1px solid #D1D1D1;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-radius: 0;
}

#form-pass .form-group .form-control::placeholder {
    font-weight: 600;
    color: #BFBFBF;
}

#btnRecovery,
#btnUpdPass {
    background: #AFDF2B;
    border: 0;
    border-radius: 20px;
    color: #014D6F;
    font-weight: 600;
}

#form-pass .form-group i {
    color: #9FABEE;
    font-size: 20px;
} 

/*----ESTILOS FOOTER----*/
footer {
    margin-top: 50px;
}

    footer .wdg-foot .sec1 {
        margin-top: 15px;
    }

    footer .wdg-foot .sec2 {
        margin-top: 7px;
        border-right: 1px solid grey;
        border-left: 1px solid grey;
    }

    footer .wdg-foot .sec1 span {
        color: #014D6F;
        font-size: 12px;
        font-weight: 300;
        padding-right: 10px;
    }

    footer .wdg-foot .sec2 img {
        width: 60%;
    }

    footer .wdg-foot .sec3 span {
        color: #014D6F;
        font-size: 12px;
        font-weight: 300;
    }

    footer .foot-bar {
        background-color: #002879;
        position: absolute;
        right: 0;
        bottom: 10px;
        left: 0;
        padding: 5px 10px 5px 10px;
        font-size: 10px;
        font-weight: 500;
        color: white;
        text-align: left;
        height: 25px;
    }

/*----EXTRAS-----*/
.up-border {
    border: 3px solid #DADADA;
    margin: 10px;
    border-radius: 10px;
}

/*-----------------RESPONSIVE------------------*/

@media (max-width:800px) {
    #head-log .content img {
        width: 80%;
    }

    .up-border {
        border:0;
    }

    .card-pass {
        width:100%;
    }

    footer .wdg-foot {
        text-align:center;
        margin:20px 0 60px 0;
    }

    footer .wdg-foot .sec1 span{
        display:none;
    }

    footer .wdg-foot .sec1 img{
        display:block;
        margin:auto;
        width:30%;
    }

    footer .wdg-foot .sec2 {
        border:0;
    }

     footer .wdg-foot .sec2 img {
        width:40%;
        margin:20px 0 20px 0;
    }
}
