body {
    font-family: 'Open Sans', sans-serif;
}

.super-login-box {
    width: 360px;
    height: 400px;
    position: absolute;
    left: 50%;
    margin-left: -180px;
    top: 50%;
    margin-top: -200px;
}

.super-shadow {
    box-shadow: 0 20px 30px -20px rgb(66, 66, 66);
    border-radius: 300px;
}

.super-button {
    background-color: rgba(125, 166, 48, 1);
    border: none;
    width: 180px;
    height: 40px;
    color: white;
    font-size: 15px;
    font-weight: 400;
    margin: 0 auto;
    position: relative;
    display: block;
}

.super-caption {
    font-size: 35px;
    line-height: 1.1em;
    font-weight: 200;
    color: white;
}

.super-left-col {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    bottom: 0;
    background: rgb(227, 227, 227);
}

.super-right-col {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: url(/img/whitelabel_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    font-size: 21px;
    line-height: 1.2em;
    font-weight: 200;
}

.super-shadow-inner {
    position: relative;
    display: block;
    background: white;
    width: 360px;
    min-height: 290px;
}

#register-reset {
    display: none;
}

.super-right-col .super-button {
    margin: 58px 0;
}

.super-logo {
    margin: 20px 0 30px 0;
}

.super-content-right {
    position: absolute;
    width: 80%;
    top: 50%;
    margin-top: -200px;
    height: 400px;
    left: 12.5%;
}

.super-sign-up {
    display: block;
    width: 100%;
    background: rgb(247, 247, 247);
    font-size: 1em;
    padding: 5px;
    text-align: center;
}

.super-a {
    float: right;
}

@media (max-width: 1144px) {
    .super-right-col {
        display: none;
    }
    .super-left-col {
        width: 100%;
    }
}
