body {
    background-color: #FFCD34;
}

.auth-container {
    min-height: 87vh;
}

.logo-container {
    padding: 45px 0px 30px 0;
}

.auth-content-container {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    min-height: 50vh;
}

.input-form {
    margin: 0px 5rem;
}

.input-form .row {
    padding-bottom: 10px;
}

.ui.input input {
    background: #EEEEEE;
}

.card-body > .company-logo-auth {
    padding-bottom: 5rem;
}

h4, .remember-password {
    color: #888888;
    letter-spacing: 0.4px;
}

/* High resolution device break */
@media (max-width: 1600px) {
    form.register-form-content {
        max-height: 325px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

/* X-Large Devices Bootstrap */
@media (max-width: 1199px) {


}

/* Large Devices Bootstrap */
@media (max-width: 991px) {

}

/* Medium Devices Bootstrap */
@media (max-width: 767px) {}

/* Small Devices Bootstrap */
@media (max-width: 575px) {

}
