html, body {
    min-width: 100px;
    line-height: 1.4;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #58595b;
    height: 100%;
    position: relative;
}
body {
    margin: 0;
    min-width: 100px;
    line-height: 1.4;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #58595b;
}
.login {
    background-image: url(../img/login-bg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.login #login {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    max-width: 390px;
}
body.login div#login h1 {
    color: #e0770c;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 34px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
}
#login p#nav a {
    color: #b4b5b9;
    font-size: 12px;
    text-decoration: underline;
    margin-left: 15px;
    margin-top: 10px;
    display: inline-block;
}
body.login div#login p#backtoblog, #loginform .forgetmenot {
    display: none;
}
p {
    font-weight: 400;
    line-height: 25px;
    font-family: "Roboto", sans-serif;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control, .form-control:focus {
    box-shadow: none;
    outline: none;
    border-radius: 35px;
    padding: 7px 15px;
}
body.login div#login #loginform .input, #lostpasswordform .input {
    margin-top: 20px;
    background: #ebebeb;
    border-color: #ebebeb;
    box-shadow: none;
    border-radius: 35px;
    height: inherit;
    line-height: inherit;
    padding: 7px 15px;
}
body.login div#login #loginform .submit, #lostpasswordform .submit {
    text-align: center;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn, .btn:hover, .btn:focus, .btn:active {
    outline: none;
    box-shadow: none;
}
.orange-btn {
    background: #e0770c;
    color: #ffffff;
    border-color: #e0770c;
    border-radius: 35px;
    padding: 10px 57px;
    margin-top: 30px;
}
#loginform .submit .button-primary, #lostpasswordform .submit .button-primary {
    background: #e0770c;
    color: #ffffff;
    border-color: #e0770c;
    border-radius: 35px;
    padding: 10px 57px;
    margin-top: 30px;
    height: inherit;
}
.login #loginform .submit .button-primary {
    margin-top: 60px;
}
.login p#nav {
    margin-top: -120px;
    margin-bottom: 80px;
}
.login-action-lostpassword #lostpasswordform .submit .button-primary{
    margin-top: 60px;
}
p.message{
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
#login_error{
    margin-top: 10px;
    text-align: center;
}
#login_error strong{
    color: #e0770c;
}