/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */.login-page {
    padding: 80px 0;
}
.login-page:before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.login-page .login-wrapper {
    position: relative;
    z-index: 2;
}
.login-page .login-wrapper form {
    background-color: #fff;
    padding: 20px;
    width: 340px;
    margin: 0 auto;
}
.login-page form h3 {
    font-size: 25px;
    font-weight: 300;
}
.login-page form input {
    border: 0;
    background-color: #f5f6f7;
}
.login-page form input[type="text"],
.login-page form input[type="password"],
.login-page form button {
    padding: 15px 10px !important;
    height: auto !important;
    font-size: 16px;
}
.login-page form button {
    margin-top: 25px;
}
.login-page .hidden {
    display: none;
}

form {
    background-color: #dddddd;
    margin: 0 auto;
    padding: 20px;
    width: 340px;
}