
.ec-maintenance-login-left {
    background-color: #fff;
    height: 100vh;
    position: relative;
}
.ec-maintenance-login-right {
    background: linear-gradient(180deg, rgba(5, 15, 45, 0) 46.03%, rgba(5, 15, 45, 0.85) 100%);
    background-size: cover;
}
.ec-maintenance-login-container {
    font-size: 14px;
    font-family: 'CerebriSans-Regular', Cerebri Sans, 'Roboto', sans-serif !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 30%;
    max-width: 555px;
    margin: auto;
    min-height: 444px;
    width: 100%;
}
.ec-maintenance-container {
    font-size: 14px;
    font-family: 'CerebriSans-Regular', Cerebri Sans, 'Roboto', sans-serif !important;
}
.ec-maintenance-educlimber-logo {
    position: absolute;
    bottom: 15px;
    right: 15px;
    max-width: 190px;
    max-height: 82px;
}
.ec-maintenance-footer {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 400px;
    font-size: 12px;
    font-family: 'CerebriSans-Regular', Cerebri Sans, 'Roboto', sans-serif !important;
}
.ec-maintenance-illuminate-logo {
    max-width: 18px;
    max-height: 18px;
}
.ec-maintenance-ec-logo-blue {
    max-width: 32px;
    max-height: 32px;
    position: relative;
    display: flex;
    margin: auto;
}
.ec-maintenance-main-section {
    min-height: 444px;
    display: block;
}
.ec-maintenance-row {
    display: flex;
    flex-wrap: wrap;
}