/* 
    Document   : login
    Created on : Nov 23, 2013, 2:50:53 PM
    Author     : Micheal Mouner
    Description:
        Purpose of the stylesheet follows.
*/ body{
    background-color: #383e4b;
    background: url(../img/1.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #383e4b;
    border: 0;
    font-family: 'Lato',sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
}
.login-box {
    background: url(../img/bg-white-lock.png) repeat;
    width: 300px;
    padding: 20px;
    margin: 100px auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

}
h2 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
}
.login-box input[type="text"], .login-box input[type="password"] {
    border: 0;
    background: #e4e6eb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 10px;
    height: 40px;
    margin: 5px auto;
}
.login-box .remember {
    margin-top: 20px;
    color: white;
    float: left;
}
.login-box button {
    margin: 15px 0!important;
}
h3 {
    font-size: 15px;
    line-height: 15px;
}