
.welcome-divider{
    display:flex;
    align-items:center;
    margin:25px 0 15px;
}

.welcome-divider:before,
.welcome-divider:after{
    content:'';
    flex:1;
    height:1px;
    background:#e5e7eb;
}

.welcome-divider span{
    padding:0 15px;
    font-weight:700;
    letter-spacing:1px;
    color:#26A69A;
}

.welcome-text{
    text-align:center;
    color:#efefef;
    font-size:15px;
}


.login-subtitle{
    text-align:center;
    color:#6b7280;
    font-size:13px;
    margin-top:-10px;
    margin-bottom:15px;
}

.captcha-box{
    height:54px;
    display:flex;
    align-items:center;
}

.captcha-box img{
    max-height:54px;
    width:auto;
    display:block;
}

.captcha-img{
    border:1px solid #ddd;
    border-left:none;
}