/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 8, 2016, 5:29:27 PM
    Author     : cesargiraldonaranjo
*/
.login-form {
    opacity: 1;
    top: 0;
}
.login-page .login-content {
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    text-align: center;
    transition: all 550ms ease-in-out 0s;
    width: 320px;
}
login-page .login-form {
    padding-top: 30px;
}
.login-page .login-bottom-links {
    padding-bottom: 30px;
    padding-top: 40px;
}
.login-page .login-bottom-links .link {
    color: #337ab7;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    transition: all 550ms ease-in-out 0s;
}
.login-page .login-content input {
    /*height: 44px;*/
}
.login-page .login-content a {
    color: #949494;
    font-size: 12px;
}
.login-page .login-form .form-group .btn-login {
    font-size: 14px;
    padding: 15px 20px;
    text-align: center;
    transition: all 300ms ease-in-out 0s;
}