.devnors_login {    display: flex;    height: 100%;    height: 100vh;}.devnors_login .left {    position: relative;    display: flex;    align-items: center;    justify-content: center;    width: 35%;    background-color: #F2F7F2;    background-size: cover;    background-position: center;    border-right: 1px solid rgba(0, 0, 0, 0.1);}.devnors_login .left .logo {    background-color: white;    border-bottom-right-radius: 30px;    border-top-right-radius: 30px;    position: absolute;    left: 0;    top: 0;    padding: 10px;    color: #19d485;    font-size: 28px;    font-weight: 600;    height: 20px;    line-height: 20px;    margin: 20px;    -webkit-text-decoration: none;    text-decoration: none;    display: flex;    align-items: center;}.devnors_login .left .logo img {    height: 40px;    margin-right: 10px;}.devnors_login .right {    position: relative;    display: flex;    justify-content: center;    align-items: center;    flex: 1;}.devnors_login .right .copyright {    position: absolute;    bottom: 0;    left: 0;    text-align: center;    width: 100%;    color: #667190;    line-height: 30px;}.devnors_login .right .form {    position: relative;    padding: 50px;    width: 480px;    height: 600px;    border: 1px solid #F2F7F2;    border-radius: 10px;    box-shadow: 0 4px 14px 0 #F2F7F2;    display: flex;    flex-direction: column;    align-items: center;    justify-content: center;    overflow: hidden;}.devnors_login .right .form .login-qr-switch-box {    position: absolute;    top: 4px;    right: 4px;    border-radius: 8px;    width: 400px;    height: 80px;    overflow: hidden;}.devnors_login .right .form .login-qr-switch-box .switch-login-mode-wrapper {    position: absolute;    top: 0;    right: 0;    width: 0;    height: 0;    z-index: 2;}.devnors_login .right .form .login-qr-switch-box .switch-login-mode-wrapper .switch-login-mode-box {    width: 100px;    height: 100px;    background-color: #d2e4d2;    border-radius: 10px;    transform: translate(-50px, -50px) rotate(45deg);    transition: 0.2s ease-in;    cursor: pointer;}.devnors_login .right .form .login-qr-switch-box .switch-login-mode-wrapper .switch-login-mode-box:hover {    background-color: #02BF57;}.devnors_login .right .form .logo {    width: 50px;}.devnors_login .right .form .title {    padding: 10px 0;    font-size: 18px;    font-weight: bold;    margin-bottom: 15px;}.devnors_login .right .form .register {    margin-top: 15px;}.devnors_login .right .form .register span{    color: #02BF57;    font-weight: bold;    cursor: pointer;}.devnors_login .right .form .desc {    padding-bottom: 30px;    color: #667190;}.devnors_login .right .form .input-group {    padding-bottom: 15px;}.devnors_login .right .form .input-group input {    padding: 15px;    width: 320px;    outline: none;    border: none;    border-radius: 6px;    background-color: #f2f2f6;    height: 40px;    line-height: 40px;    font-size: 16px;}.button {    outline: none;    border: none;    border-radius: 6px;    height: 40px;    line-height: 40px;    font-size: 16px;    background-color: #02BF57;    color: white;    width: 320px;    cursor: pointer;}#send{    width: 120px;}.flex .yzm{    flex: 1;    margin-right: 10px;}.devnors_login .right .register—box{    display: none;}.devnors_login .right .flex{    display: flex;}.devnors_login .right .captcha{    width: 120px;    margin-left: 5px;}.devnors_login .right .flex input{    width: 190px !important;}