body{
    background-image:url(../../../Declaraciones/Img/Login_bkg.png) !important;
    max-width: 100% !important;
}

h2, label{
    color:white !important
}

.labelFooter{
    text-align: center;
    font-size: 9px; 
    color: rgb(210, 200, 180) !important;
}

.form-control {
    min-height: 41px;
    background: #fff;
    box-shadow: none !important;
    border-color: #e3e3e3;
}
.form-control:focus {
    border-color: rgb(180, 165, 112);
}
.form-control, .btn {        
    border-radius: 5px;
}
.login-form {
    background-image:url(../../../imgV2/Login_background.png);
    width: 390px;
    height: 510px;
    margin: 0 auto;
}

.login-form .formulario {
    border-radius: 2px;
    font-size: 13px;
    padding: 30px;	
    position: relative;	
}
.login-form h2 {
    font-size: 20px;
    margin: 35px 0 25px;
}
.login-form .avatar {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -80px;
    width: 33%;
    border-radius: 50%;
    z-index: 9;
    padding: 15px;
}
.login-form .avatar img {
    width: 100%;
    height: 80%;
}	

.login-form .btn {        
    font-size: 14px;
    font-weight: bold;
    background: rgb(180, 165, 112);
    border: none;
    margin-bottom: 20px;
}
.login-form .btn:hover, .login-form .btn:focus {
    background: rgba(180, 165, 112, 0.5);
    outline: none !important;
}    
.login-form a {
    color: gray;
    text-decoration: none;
}
.login-form a:hover {
    text-decoration: underline;
}
