#login a,
#login #nav a,
#login #backtoblog a {
    color: #2B2926;
    cursor: pointer;
    font-family: "Univers", Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    text-decoration: underline;
}

#login a:hover,
#login #nav a:hover,
#login #backtoblog a:hover {
    color: #EE6E01;
}

#login p.forgetmenot {
    float: none;
    display: block;
}

#login #rememberme {
    margin-top: 0;
}

#login #wp-submit {
    box-shadow: none;
    text-shadow: none;
    float: none;
    background-color: #2B2926;
    border: 1px solid #2B2926;
    color: #FFF;
    display: inline-block;
    font-family: "Univers", Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 19px;
    margin-top: 20px;
    padding: 6px 22px;
    text-align: center;
    text-transform: uppercase;
}

#login #wp-submit:hover {
    background-color: #EE6E01;
    border: 1px solid #EE6E01;
}

#login h1 a {
    background-image: url('/wp-content/uploads/2016/03/bnsf-hazmat-logo.png');
    background-size:auto;
    height:auto !important;
    width:auto !important;
    min-height: 31px;
}

#login input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#login input {
    border: 1px solid #C25A01;
    color: #000;
    font-size: 13.3333px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 16px;
    margin-top: 10px;
    padding-bottom: 16px;
    padding-left: 9.9px;
    padding-right: 9.9px;
    padding-top: 16px;
    text-align: start;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;

}

#login label {
    border: none;
    color: #2B2926;
    font-family: "Univers", Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 26px;

}