/* SSO CSS */

.iesso-login {
    margin-top: 22px;
    position: relative;
}
@media only screen and (min-width:782px){
    .iesso-login .login-button, .iesso-login .account-button {
        background-color: transparent;
        border: 0;
        outline: 0;
        font-size: 13px;
        line-height: 20px;
        font-family: Arial, Helvetica, sans-serif;
        display: inline-flex;
        align-items: center;
        padding: 0;
    }
    .ie-network-loksatta .iesso-login .login-button, .ie-network-loksatta .iesso-login .account-button {
        font-size: 14px;
    }

    .iesso-login .login-button::after, .iesso-login .account-button::after {
        content: "";
        display: inline-block;
        height: 30px;
        width: 30px;
        margin-left: 10px;
        text-align: right;
        text-indent: -999px;
    }
    .iesso-login .login-button::after {
        background: url('../img/non-sign-user-icon.svg') no-repeat;
        background-size: 100%;
    }
    .iesso-login .account-button::after {
        background: url('../img/user-signin.svg') no-repeat;
        background-size: 100%;
    }
    .sso-link {
        display: inline-block!important;
    }
}
@media only screen and (max-width: 781px){
    .iesso-login {
        margin-top: 5px;
        margin-left: 10px;
        display: inline-block;
    }
    .iesso-login .login-button, .iesso-login .account-button {
        color: transparent;
        border: 0;
        outline: 0;
        display: inline-block;
        height: 24px;
        width: 24px;
        text-align: right;
        text-indent: -999px;
    }
    .iesso-login .login-button {
        background: url('../img/non-sign-user-icon.svg') no-repeat;
        background-size: 100%;
    }
    .iesso-login .account-button {
        background: url('../img/user-signin.svg') no-repeat;
        background-size: 100%;
    }
}
