.ms-thirdparty-login{
    width: 100%;
    text-align: left;
    margin-bottom: 1.5rem;
}

.thirdparty-login-content{
    display: flex;
    align-items: center;
    width: 100%;
}

.thirdparty-login-title{
    margin-bottom: 1rem;
}

.ms-thirdparty-login .thirdparty-login-content .thirdparty-login-facebook{
    display: flex;
    align-items: center;
    border: 1px solid #dadce0;
    border-radius: 4px;
    padding: 6px 12px;
    cursor: pointer;
    font-weight: bolder;
    margin-right: 20px;
}

.ms-thirdparty-login .thirdparty-login-content .thirdparty-login-image {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
}

.ms-thirdparty-login .thirdparty-login-content .thirdparty-login-image img {
    width: 18px;
    height: 18px;
}

.ms-thirdparty-login .thirdparty-login-content .thirdparty-login-text {
    font-size: 14px;
}

.ms-thirdparty-login .thirdparty-login-content .thirdparty-login-google{
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #dadce0;
    border-radius: 4px;
    font-weight: bolder;
    cursor: pointer;
}

.ms-thirdparty-login .thirdparty-login-content #g_signin .S9gUrf-YoZ4jf{
    opacity: 0;
}

.ms-thirdparty-login .thirdparty-login-content #g_signin{
    width: 100%;
    position: absolute;
}

.ms-thirdparty-login .thirdparty-login-content .thirdparty-login-google-btn{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px 12px;
}

.ms-thirdparty-masklayer{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 999;
}

#thirdparty-login-email-exist, #thirdparty-login-no-email{
    background-color: #fff;
    border: 1px solid #fff;
    min-height: 200px;
    overflow: auto;
    padding: 0 20px 20px;
    box-sizing: border-box;
    width: 620px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.close-btn{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin: 1rem 0;
    cursor: pointer;
}

.close-btn svg{
    width: 20px;
    height: 20px;
}

.thirdparty-masklayer-title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.thirdparty-masklayer-text{
    font-size: 14px;
    margin-bottom: 1rem;
}

.thirdparty-login-btn{
    cursor: pointer;
    text-decoration: underline;
}

.thirdparty-masklayer-input-title{
    font-weight: bold;
    margin-bottom: 1rem;
}

.text-left {
    text-align: left;
}

#bind_email_input{
    width: 100%;
    border: 1px solid #8B8D97;
    border-radius: 0;
    line-height: 40px;
    padding-left: 10px;
}

*:focus-visible{
    outline: 0;
    box-shadow: none;
}

.color-error{
    color: red;
    font-size: 12px;
}

.color-successful{
    color: rgb(76,210,99);
    font-size: 12px;
}