@charset "UTF-8";

html,
body {
    background: linear-gradient( 270deg, #0A2FB9 0%, #080357 100%);
    margin: unset !important;
    font-family: Poppins, Poppins;
    height: 100vh;

}
.login{
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}
.login .left{
    color: #ffffff;
    border-radius: 0 12px 12px 0;
    overflow: hidden;
}
.login .left .leftmain{
     /* background: url("../images/logorightimg.png") no-repeat;
     background-size: 100% 100%;
     height: 720px;
     width: 640px; */
     position: relative;
     
}
 .login .left .leftmain .back{
    padding: 0 23px;
    box-sizing: border-box;
    position: absolute;
    top: 15px;
    width: 100%;
    display: flex;
     align-items: center;
     justify-content: space-between;
 }
.login .left .leftmain .back .logobw{
    height: 35px;
    width: auto;
    cursor: pointer;
}
.login .left .leftmain .back .goback{
    height: 32px;
    width: auto;
    cursor: pointer;
}
.login .left .leftmain img{
    width: 100%;
    height: 720px;
}
.login .logo{
    padding-top: 80px;
}
.login .tier{
    padding-top: 40px;
}
.login .tier .title{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 28px;
    color: #ffffff; 
    text-align: left;
    vertical-align: top;
}
.login .advan{
    padding-bottom: 12px;
    display: flex;
    align-items: center;
}
.login .advan .text{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 22.4px;
    color: #fff;  
  text-align: center;
    padding: 0 6px;
}
.login .trust{
    padding-top: 30px;
}
.login .right{
    border-radius: 12px 0 0 12px;
    background-color: #fff;
    /* width: 28%; */
    width: 640px;
    height: 720px;
    text-align: center;
    display: block !important;
}
.login .right .welcome{
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 67.2px;
    color: #0562F7;
    padding: 9% 20px;
    text-align: center;
}
.login .right .reset_title {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 67.2px;
    color: #0562F7;
    padding: 10% 20px 16px 20px;
    text-align: center;
}
.login .right .subtitle{
    padding-bottom: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    line-height: 200%;
    text-align: center;
}
.login .right .google{
    width: 20px;
    height: 20px;
    padding: 0 10px 0;
}
.login .right .sign{
    cursor: pointer;
}
.login .right .sign img{
    height: 40px;
    width: auto;
}
.login .right .sign span{
    color: #212121;
    padding: 0 6px;
}
.login .right button{
    font-size: 14px;
    font-weight: 400;
    color: #212121;
}
.login .lineor img{
    width: auto;
    height: 21px;
    padding: 40px 0 24px 0;
}
.login .logininput{
    width: 80%;
    margin: auto;
}
.login .logininput .password{
    position: relative;
}
.login .logininput .password img{
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 20px;
    cursor: pointer;
}
#example-container {
    display: flex;
}

.el-input__inner{
    border: unset;
    border-radius: 0;
}
.login .el-input__inner{
    border: unset;
    border-bottom: 1px solid #E5E5E5;
}
.login .logininput .email,.password,.code{
    margin-bottom: 30px;
}
.login .oper_login{
    margin-top: 20px;
}
.login .oper_login .el-button{
    width: 100%;
    background-color: #0562F7;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    border: unset;
}
.login .forgot{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.lineor .login-line-text::before {
    content: "";
    position: absolute;
    top: 50%;
    background-color: rgb(194, 189, 189);
    width: 100px;
    height: 1px;
    left: -89px;
}
.lineor .login-line-text::after {
    content: "";
    position: absolute;
    top: 50%;
    background-color: rgb(194, 189, 189);
    width: 100px;
    height: 1px;
    right: -89px;
}
.lineor {
    display: flex;
    justify-content: center;
}
.login-line-text {
    position: relative;
    padding: 20px 20px 16px;
    color: #89929f;
}
.login .forgot a{
    color: #018EFF;
}
.login .login_create{
    padding-top: 10px;
    text-align: left;
    color: #252525;
}
.login .login_create a{
    padding: 0 10px;
    color: #018EFF;
}

/* sign - start */
.code{
    position: relative;
}
.code .send{
    position: absolute;
    right: 0;
    color: #018EFF;
    bottom: 10px;
    cursor: pointer;
}
/* sign - end */

/* reset - start */
.reset{
    padding-top: 10% !important;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 67.2px;
    color: #0562F7;
    text-align: center;
}
.small_title{
    width: 60%;
    text-align: left;
    margin: 40px auto;
}
/* reset - end */