.login-info .img1 {
    width: 100%;
    height: 132px;
    background: url(https://img.mysourcify.com/image/login-img.png) center center/cover;
}
.login-info .name {
    margin-top: 18px;
    color: #F9912A;
    font-size: 24px;
    display: block;
}

.login-info .name-hover {
    cursor: pointer;
}

.login-info .img2 {
    width: 70%;
    height: 258px;
    margin: 126px auto 0;
    display: block;
    background: url(https://img.mysourcify.com/image/resgimg.png) center center/cover;
}
.login-from {
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
@media screen and (max-width: 550px) {
    .login-from {
        width: 90%;
    }
}
.login-title {
    margin-bottom: 16px;
}
.login-title h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.buttonLogin{
    background: linear-gradient(135deg,#2c83ec 0%,#00e1b8 100%);
    width: 100%;
    cursor: pointer;
    border-radius: 8px;
    border-color: #fff;
}
.buttonLogin:hover{
    background: rgb(101,219,188);
    transition: background .5s ease-in-out;
    border-color: #fff;
  
}
@keyframes background {
    0%{background: linear-gradient(135deg,#2c83ec 0%,#00e1b8 100%);}
    100%{ background: rgb(101,219,188);}
}

.login-close-btn {
    position: absolute;
    width: 88px;
    height: 88px;
    text-align: center;
    line-height: 88px;
    right: 0;
    cursor: pointer;
    top: 0;
    color: #999999;
}
.login-close-btn i{
    font-size: 24px;
}
.login-close-btn:hover {
    color: #f70;
    text-decoration: none;
}



.domian{
    font-weight: bold;
    font-size: 24px;
}

.register-sub-title {
    color: #666;
    line-height: 22px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    word-break: break-all;
    padding-right: 48px;
}
.el-form-item__label{
    line-height: 20px !important;
}
a:focus, a:hover{
    text-underline: none !important;
}
.phone .el-form-item__label{
    width: 100% !important;
    text-align: left !important;
}

.bag{
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #616AD4;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right bottom, #616AD4, #995bde, #ff0080);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right bottom , #616AD4, #995bde, #ff0080); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.el-main{
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.el-form-item{
    margin-bottom: 10px;
}

.el-input__icon.el-input__validateIcon.el-icon-circle-check{
    color:green;
}

.el-form-item.el-form-item--feedback.is-success .el-input .el-input__inner{
    border:1px solid green;
}

.phone .el-input__inner{
    height: 30px;
    line-height: 30px;
}
.NoIphone .el-form-item.is-error{
    margin-bottom: 16px;
}
.NoIphone .el-form-item.is-error:nth-of-type(2){
    margin-bottom:28px !important;
}
.isIphone .el-form-item.is-error{
    margin-bottom: 20px;
}
.isIphone .el-form-item.is-error:nth-of-type(2){
    margin-bottom:32px !important;
}
.cardBox .el-card__body{
 padding: 10px !important;
 height: 475px !important;
 overflow: hidden;
}
#appleid-signin{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    overflow: hidden;
}
.sleList{
    display: flex;
    align-items: center;
}
.login-sel-input{
    position: absolute;
    top:34px;
    right:10px;
    width: 50px;
    opacity: 0;
}
.login-sel-Language{
    position: absolute;
    text-align: center;
    cursor: pointer;
    color: #999999;
    width: 50px;
}
.login-sel-Language span{
    display: flex;
    align-items: center;
    justify-content: space-between;
}