@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");

body.login {
    background-color: #33A1D9;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    display: flex;
    flex-direction: column;
}

body.login .message {
    border-left: 4px solid #45453E;
}

body.login #login {
    background-color: #F6F6F6;
    padding: 15px;
    margin: auto auto 0 auto;
}

body.login h1 a {
  padding-bottom: 0px;
  background: url('http://ats.kimboagency.com/wp-content/uploads/2022/08/ATS-Logo.png') no-repeat center;
  background-size: contain;
  width: 200px;
  height: 120px;
}

.login form {
    background: #F6F6F6;
    border: none;
}

.wp-core-ui .button.button-large {
    padding: 3px 20px;
    background-color: #174989;
    border-color: #174989;
    font-size: 17px;
    font-weight: 500;
    color: white;
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    border-radius: 0;
}

.wp-core-ui .button.button-large:hover {
    color: white;
    text-decoration: none;
    opacity: unset;
    transform: scale(1.03);
    box-shadow: 0px 0.5px 1.5px rgb(0 0 0 / 3%), 0px 1.2px 3.9px rgb(0 0 0 / 4%), 0px 2.5px 8px rgb(0 0 0 / 5%), 0px 5.1px 16.4px rgb(0 0 0 / 7%), 0px 14px 45px rgb(0 0 0 / 11%);
    transition: 0.3s;
}

.language-switcher {
    margin-bottom: auto;
}

.kimbo-login-brand {
    display: inline-block;
    width: 150px;
    position: relative;
    top: 12px;
}