body.login {

    height: 100vh;
    background-color: #161f2d;
}

#login {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    height: 100%;
    position: relative;
}

#lostpasswordform {
    margin-top: 0;
    padding-top: 60px;
}

#login:has(> #login_error) {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

#loginform {
    border: 0;
    margin: 0;
    padding-top: 270px;
    padding-bottom: 80px;
    background-color: #161f2d;
    position: relative;
    margin-top:20px;
}

#loginform::before {
    content: '';
    height: 250px;
    width: 180px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-image: url('Marshal-Logo.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#loginform .title-container {
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    text-align: center;
}

#loginform .title-container .title {
    text-transform: uppercase;
    color: #161f2d;
}

#login h1 {
    display: none;
}

.login label {
    position: absolute;
    margin-top: 10px;
    margin-left: 15px;
    z-index: 1;
    opacity: .3;
    font-weight: bold;
    pointer-events: none;
    font-size: 14px;
}

p.submit {
    position: relative;
}

#loginform p input[type=text],
#loginform input[type=password]
 {
    border-radius: 0;
    padding: 0px 15px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;;
}

#loginform p input[type=text]:focus,
#loginform input[type=password]:focus {
    outline: none;
    box-shadow: none;
    border-color: transparent;

}


#loginform p.submit input[type=submit] {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: #e94e1a;
    height: 40px;
    text-align: left;
    font-weight: bold;
    color: white;
    padding: 0px 15px;
    border:0;
    border-radius: 0;
    font-size: 14px;
}

#loginform p.submit input[type=submit]:hover {
    background-color: #c23d11;
}


#login p#nav {
    padding:10px;
    text-align: center;
    margin: 0;
}

#login p#nav a,
.login p#backtoblog a {
    color: white;
    text-decoration: underline;
    font-size: 14px;
}

#login p#nav a:hover,
.login p#backtoblog a:hover  {
    color: white;
}

.login p#backtoblog {
    display: none;
}

p.forgetmenot {
    margin-top: 5px;
    opacity: 1;
    font-weight: 300;
    display: none;
}

.language-switcher {
    display: none;
}

#login div#login_error {
    padding: 8px;
    margin-left: 0;
    margin-bottom: 0px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    word-wrap: break-word;
    line-height: 1.2;
    padding-bottom: 10px;
}

#login .message {
    margin-bottom: 0;
    padding-bottom: 0px;
}

#login .privacy-policy-page-link {
    margin: 0;
    padding: 1em 0 1.5em;
    background: white;
}