.form-control {
    min-height: 41px;
    background: #fff;
    box-shadow: none !important;
    border-color: #e3e3e3;
}
.form-control:focus {
    border-color: #e3e3e3;
}
.login-form {
    min-width: 360px;
    max-width: 470px;
    margin: 0 auto;	
}
.login-form h2 {
    font-size: 22px;
    margin: 35px 0 25px;
}
.login-form .avatar {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -50px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #007bff;
    padding: 15px;
}
.login-form .avatar img {
    width: 100%;
}	
.login-form .btn {        
    font-size: 16px;
    font-weight: bold;
    border: none;
    margin-bottom: 20px;
    transition: all 0.3s;
}
.login-form .btn:hover, .login-form .btn:focus {
    background: #11a4ee;
    outline: none !important;
}    
.login-form a {
    color: #7a7a7a;
}
.login-form a:hover {
    text-decoration: underline;
}
.login-form form a {
    color: #7a7a7a;
}
.login-form form a:hover {
    text-decoration: underline;
}
