.page-template-login {background-color: #f7f7f7}
.page-template-login a {color: #ef7f1a;}
.page-template-login a:hover {color: #ef7f1a;}

.page-template-login div#content {min-height:81vh;}
.page-template-login header#masthead {
    padding: 10px;
    background-color: #273135;
}

p.login-info {
    width: 100%;
    text-align: center;
}

div.login-form-container {
    max-width: 500px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
}

div.login-form-container h3 {text-align:center;}

.btn-primary, .button-primary {
    color: #fff;
    background-color: #ef7f1a!important;
    border-color: #ef7f1a!important;
    border: none;
    padding: 5px 10px;
}

.btn-primary:hover, .button-primary:hover {
    color: #fff;
    background-color: #ef7f1a!important;
    border-color: #ef7f1a!important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ef7f1a!important;
    border-color: #ef7f1a!important;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadows: none!important;
}

.form-control:focus {
    border-color: #ef7f1a!important;
    outline: 0;
    box-shadow: 0 0 5px 1px rgba(85, 180, 53, 0.5)!important;
}

input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.input:focus {
    border-color: #ef7f1a!important;
    outline: 0;
    box-shadow: 0 0 5px 1px rgba(85, 180, 53, 0.5)!important;
}

input#rememberme {
    width: auto;
    height: auto;
    display: inline-block;
}
