.login{width:min(400px,100%);display:grid;gap:21px;padding:19px;border-radius:10px;background-color:#fafafa;border:1px solid #b5bdcd}.login__links{display:flex;justify-content:space-between;font-size:14px}.login__links .link{font-weight:600}.login label{font-size:14px;font-weight:300;margin-bottom:0}.login dt:has(>label){margin-bottom:4px}.login dd:has(>input[type=text]),.login dd:has(>input[type=email]),.login dd:has(>input[type=password]){margin-bottom:22px}.login .remember{display:flex;align-items:center;gap:6px}.login input[type=text],.login input[type=email],.login input[type=password]{width:100%;border-radius:4px;outline:none;padding:7px 10px;box-sizing:border-box;color:#3d475c;border:1px solid #b5bdcd;font-size:1.6rem;font-style:normal;font-weight:400;line-height:1.9rem;transition:all .3s ease-out}.login input[type=text]:focus,.login input[type=email]:focus,.login input[type=password]:focus{border:1px solid #1b9dfb}.login input[type=text]:active,.login input[type=email]:active,.login input[type=password]:active{border:1px solid #3d475c}.login input[type=submit],.login #send_sms-element button{width:150px;height:40px;margin:0 auto;color:#fafafa;background:#fd9b1b;border:2px solid #fd9b1b;font-size:inherit;font-weight:600;line-height:1;display:flex;align-items:center;justify-content:center;border-radius:20px;cursor:pointer;transition:all .2s ease-in-out}.login input[type=submit]:focus,.login #send_sms-element button:focus{border-color:rgba(255,235,208,.5019607843)}.login input[type=submit]:hover,.login #send_sms-element button:hover{border-color:#f89310;background:#f89310}.login input[type=submit]:active,.login #send_sms-element button:active{border-color:#e6870a;background:#e6870a}.login input[type=submit]:disabled,.login #send_sms-element button:disabled{border-color:#e8c69b;background:#e8c69b}.login input[type=checkbox]{border:1px solid #b5bdcd;border-radius:1.54px;background-color:#fff;color:#fff;width:20px;height:20px}.login input[type=checkbox]:checked{background-color:#1b9dfb}.login__submit{justify-self:center}