.login {
    padding-left: 18%;
    padding-right: 18%;
    padding-top: 11%;
}

.login-pf body {
    background: #f5f5f5 url("../img/login-bg.jpg") top left no-repeat;
    background-size: cover;
}

.login-container {
    max-width: 100% !important;
    width: 100%;
}

.page-grid-overide {
    width: 50% !important;
    background-color: rgba(245,245,245,0.9);
    padding-bottom: 5em !important;
    min-width: 952px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.noTopPadding {
    padding-top: 0  !important;
}

.alert-error {
    background-color: #FFE8E6 !important;
    color: #D6001C !important;
    width: 100%;
}

.alert-warning {
    background-color: #FFF8DB !important;
    color: #B58105 !important;
    width: 100%;
}

.alert-success {
    background-color: #E5F9E7 !important;
    color: #1EBC30 !important;
    width: 100%;
}

.footer {
    clear: both;
    width: 100%;
    height: auto;
    z-index: 101;
    background: #fff;
    border-top: 1px solid #e6e6e7;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
}

.footer .ui.grid .column {
    padding: 2em 1em 1.5em!important;
    top: -2px;
}

.footer .ui.grid {
    margin: 0 auto;
}

.footer a {
    color: #33373b;
}

.footer span.phone {
    font-size: 1.15em;
    font-weight: 600;
}

.noMargin {
    margin: 0 !important;
}

.noPadding {
    padding: 0 !important;
}


#kc-content {
    position: relative;
}

#kc-content-wrapper {
    overflow: hidden;
    padding: 0 !important;
}

#kc-info {
    padding-bottom: 200px;
    margin-bottom: -200px;
}

#kc-info-wrapper {
    font-size: 13px;
}

#kc-form-options span {
    display: block;
}

.control-label {
    color: #6d7176;
    padding: 0 1em;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.2;
    position: relative;
    top: -3.9em;
}

@media (max-width: 850px) {
    .login-pf body {
        background: #f5f5f5 url("../img/login-bg.jpg") top left;
        background-size: cover;
    }
}

@media (max-width: 850px) {
    .page-grid-overide {
        width: 100% !important;
        min-width: auto !important;

    }
}
