/*----------------------------------------
    Login Page
------------------------------------------*/
.login-bg
{
    background-image: url('../images/flat-bg-green.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
}

#login-page
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

  /*height: 80vh;*/

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#login-page .card-panel.border-radius-6.login-card
{
    margin-left: 0 !important;
}

#register-page .card-panel.border-radius-6.login-card
{
    margin-left: 0 !important;
}

#ticket-success .card-panel.border-radius-6.login-card
{
    margin-left: 0 !important;
}

.text-white{
    color: white !important;
}

.bg-opacity-8
{
    background-color: rgba(255, 255, 255, .8);
}
.bg-opacity-9
{
    background-color: rgba(255, 255, 255, .9);
}

.black-bg-opacity-8
{
    background-color: rgba(28, 26, 26, 0.8);
}

.black-bg-opacity-9
{
    background-color: rgba(28, 26, 26, 0.9);
}

.border-radius-6
{
    border-radius: 6px !important;
}

.gradient-45deg-green-teal
{
    background: #307033;
    background: -webkit-linear-gradient(45deg, #2d6d2f, #17b38b) !important;
    background:         linear-gradient(45deg, #2d6d2f, #17b38b) !important;
}

.border-round
{
    border-radius: 150px !important;
}

.mb-login-10{
    margin-bottom: 10px;
}


/*----------------------------------------
   Maintenance
------------------------------------------*/
.section-maintenance
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;

    height: 100vh;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-maintenance #maintenance h6
{
    line-height: 1.7rem;
}

.section-maintenance #maintenance .maintenance-img
{
    width: 35%;
}

@media screen and (max-width: 540px)
{
    .section.section-maintenance .error-code
    {
        font-size: 2rem !important;
    }
}
