body{
 
    background: #27AE60;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;

}



.container-app-login {
    background: #fff;
    padding: 22px;
    border-radius: 8px;
}

#footer-app-login{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.content-footer-app-login {
    border-top: 24px solid #2E4053;
    border-bottom: 24px solid #2E4053;
    width: 100%;
}

.content-footer-app-login p{
    margin: 0px 0px 0px;
}

.bg-success {
    text-align: center;
    color: white;
    background: #233344;
    background-color: #2e4053!important;
}

.col-md-4{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);    
}

.btn{

    bottom: 0;
    width: 100%;
    height:35px;
    background: #27AE60;
}

.input-group-addon {
    background: #27AE60;
}

.glyphicon-user{
    color:white;
}

.glyphicon-lock{
    color:white;
}

.login-text {
 
    font-weight: bold;
}
.u-nombre {
    text-align: center;
}

#redes-sociales-log{
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#redes-sociales-log>a>i{
    font-size:22px; 
    color:white;
}