
/* ----------------------------------------- MAINTENANCE PAGE 2022 */

.maintenancePage {height: 100vh}

.maintenanceContainer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.maintenanceCard {
    max-width: 580px !important;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 100px !important;
    padding: 22px;
    height: auto;
    border-radius: 40px;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 21px 5px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 21px 5px rgba(0,0,0,0.09);
}


.maintenanceCard #mainLogo {
    margin-top: 0px !important;
    padding-top: 0px !important;
    max-width: 300px;
}

.maintenanceCard h1 {
    padding: 0;
    font-size: 27px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-top: -3px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 12px;
}

.maintenanceCard h1 img {
    margin: 0 auto !important;
}

.maintenanceCard p {
    text-align: center;

}

.maintenanceLogo {
    width: 240px;
    height: auto;
    margin: 0 auto !important;
    display: block !important;
    background: white;
    border-radius: 60px;
    padding: 10px;

}