/* Login Section */

.path-sso {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
}

.path-sso .wrapper #navbar {
    min-height: 79px !important;
}

.path-sso .page-header {
    display: none !important;
}

.path-sso .messages__wrapper {
    margin-top: 96px;
    margin-bottom: 15px;
}

.path-sso .alert-dismissable,
.path-sso .alert-dismissible {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 23px 16px;
    background: #EFDFDE;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.path-sso .alert-dismissable p,
.path-sso .alert-dismissible p {
    width: 90%;
}

.alert-dismissable .close,
.alert-dismissible .close {
    right: 0 !important;
    top: 0px !important;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #000 !important;
    opacity: 1;
    font-size: 16px;
}


.cl-login {
    width: 343px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 188px;
}

.cl-login h3 {
    text-align: center;
    background-color: #616365;
    color: #fff;
    line-height: 61px;
    margin: 0;
    font-size: 22px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.cl-login-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px;
}

.cl-login-sub-title {
    font-family: "FuturaBTforDyson-Md", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0px;
    margin-bottom: 8px;
}

.cl-login-sso-btn {
    font-family: "FuturaBTforDyson-Md", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    letter-spacing: 0;
    width: 100%;
    height: 50px;
    color: #fff !important;
    text-decoration: none !important;
    background-color: #C4398D !important;
    border-radius: 6px;
    border: none;
    margin-bottom: 40px;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
}

.cl-login-divider {
    font-size: 14px;
    line-height: 17.5px;
    margin-bottom: 8px;
}

.cl-login-btn {
    color: #C4398D !important;
    text-align: center;
    font-size: 14px;
    font-family: "FuturaBTforDyson-Md", sans-serif;
    line-height: 17.5px;
    text-decoration-line: underline;
}


@media (max-width:767px) {

    .path-sso .alert-dismissable,
    .path-sso .alert-dismissible {
        padding: 16px 16px;
        max-width: 343px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* End Login section */