.ssopopup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 40px 20px 20px;
    background-color: white;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    z-index: 999;
    max-width: 500px;
    text-align: center;
}

.ssopopup h2 {
    margin-top: 0;
    color: #222222;
    font-size: 22px;
    font-weight: 600;
}

.ssopopup p {
    margin-bottom: 20px;
}

.ssopopup #sso_closeBtn {
    /*font-size: 12px;
    text-decoration: underline;
    border-radius: 3px;
    background: transparent;
    padding: 0;
    border: 0;
    color: #222;
    width: 24px;
    height: 21px;*/
    overflow: hidden;
    position: absolute;
    right: 5px;
    top: 3px;
}
/*.popup #sso_closeBtn:after {
    content: "\f410";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    background: transparent;
    border: 0;
    color: #000;
    padding: 0;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
}*/
.ssopopup .sso_login_redirect_btn{
      padding: 7px 15px;
    font-size: 16px;
    border: 0;
    background: #406d9b;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}
.ssopopup .sso_login_redirect_btn:hover {
 text-decoration: underline !important;
}
.sso_redirect_sec {
    padding: 20px 10px;
}

.sso_openBtn_else, .sso_openBtn {
    border: 0;
    background: #406d9b;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    position: fixed;
    right: -51px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 16px;
    font-weight: 500;
    z-index: 99999;
}