.absence-login {
    font-family: 'Metropolis', Arial, sans-serif !important;
    font-style: normal;
    font-size: 1em;
    background-image: url(/icons/wp-absence-login-bg.jpg);
}

.absence-wrap {
    margin: 7em auto 0 auto;
    width: 600px;
    background-color: #eff0f1;
    min-height: 600px;
}

    .absence-wrap .inner {
        margin: 0 auto 30px auto;
        width: 80%;
    }

.absence-logo {
    padding-top: 2em;
}

    .absence-logo img {
        height: 5em;
        width: 28em;
    }

    .absence-logo p {
        color: #6c6c6c;
        font-size: 1.5em;
        font-weight: 700;
        margin-left: 4em;
        margin-top: -0.25em;
    }

.absence-user-div {
    margin: 8em 0 8em 0;
    text-align: center;
}

    .absence-user-div input {
        background: url(/icons/wp-absence-login-username.png) no-repeat scroll 20px 7px;
        text-indent: 50px;
        border: 0.077em solid #d0d0d0;
        border-radius: 30px;
        background-color: #fff;
        font-size: 1.25em;
        padding: 0.769em;
        box-sizing: border-box;
        margin-bottom: 2em;
        width: 70%;
    }

.absence-login-button {
    border: 0;
    border-radius: 30px;
    display: inline-block;
    background-color: #771b61;
    font-size: 1.25em;
    text-align: center;
    line-height: 2.5em;
    color: #fff;
    text-decoration: none;
    width: 70%;
}

.forgot-username {
    color: #323e48;
    text-decoration: none;
    margin-left: 6em;
}

.register {
    color: #323e48;
    text-decoration: none;
}

.help-div, .forgotUsername-div {
    border-top: 1px solid #771b61;
    padding: 1em;
    width: 40%;
    text-align: center;
    margin: 0 auto;
    margin-top: 1em;
}

.help {
    color: #771b61;
    font-weight: 700;
    text-decoration: none;
    margin-top: 16px;
}

.border-red {
    border: 1px solid #f00 !important;
}

.login-button {
    border: 0;
    border-radius: 30px;
    display: inline-block;
    background-color: #007a87;
    font-size: 1.25em;
    text-align: center;
    line-height: 2.5em;
    color: #fff;
    text-decoration: none;
    width: 70%;
}

.teal-forgot-username {
    color: #007a87;
    font-weight: 700;
    text-decoration: none;
}

.register-div {
    text-align: center;
    margin: 0 auto;
}

.logo {
    padding-top: 2em;
    text-align: center;
    margin: 0 auto;
}

.logo-header {
    color: #6c6c6c;
    font-size: 1.5em;
    font-weight: 700;
    margin-top: .25em;
    text-align: center;
}

.border-top {
    border-top: 1px solid #D3D5D8;
}

.shadow-bottom {
    box-shadow: 0 6px 6px -6px #888;
    position: relative;
}
