body {
    background-color: #252D33 !important;
}

div.app_name {
    display: none;
}

div.logocont {
    width: 200px;
}

div.loginbox {
    background-color: #252D33;
    border: none;
    margin-top: 28px;
    padding: 20px 31px 20px 31px;
}

div.loginbox>form {
    width: 288px;
}

div.loginbox + div {
    display: none;
}

p.apollo-seperator {
    display: none;
}

div.social-login-only {
    display: none;
}

#loginField {
    width: 288px;
    height: 56px;
    padding: 12px 16px;
    color: #CCC;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    background-color: #252D33;
    margin-bottom: 24px;
}

#loginField:focus {
    border-color: #5282B8;
    box-shadow: none;
}

#loginPassLabel + input[type=password] {
    width: 288px;
    height: 56px;
    padding: 12px 16px;
    color: #CCC;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    background-color: #252D33;
}


#loginPassLabel + input[type=password]:focus {
    border-color: #5282B8;
    box-shadow: none;
}

#loginSubmitButton {
    width: 288px;
    height: 53px;
    border-radius: 1000px;
    background: white;
    color: #252D33;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1px;
}

#loginUserLabel {
    display: none;
}

#loginPassLabel {
    display: none;
}

.loginbox .message.error {
    color: #F2B8B5 !important;
}