.auth-lock-page{z-index:1000;background:#f0f0f0;justify-content:center;align-items:center;font-family:Avenir Next,Avenir,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Arial,sans-serif;display:flex;position:fixed;inset:0}.auth-lock{background:#fff;border-radius:3px;flex-direction:column;width:300px;min-height:380px;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 4px #0000001a,0 8px 34px #00000029}.auth-lock form{flex-direction:column;flex:1;display:flex}.auth-lock__header{text-align:center;background:#fcfcfc;border-bottom:1px solid #f0f0f0;border-radius:3px 3px 0 0;padding:28px 24px 20px}.auth-lock__logo{max-width:200px;max-height:44px;margin:4px auto 14px;display:block}.auth-lock__title{color:#4d4d4d;margin:10px 0 0;font-size:24px;font-weight:400}.auth-lock__body{flex:1;padding:22px 20px 20px}.auth-lock__body--loading{justify-content:center;align-items:center;display:flex}.auth-lock__spinner{border:3px solid #ececec;border-top-color:#b9b9b9;border-radius:50%;width:46px;height:46px;animation:.7s linear infinite auth-lock-spin}@keyframes auth-lock-spin{to{transform:rotate(360deg)}}.auth-lock__success{color:#fff;text-align:center;background:#7ed321;padding:18px 24px;font-size:14px;line-height:1.45}.auth-lock__error{color:#b0281a;background:#fdecea;border-radius:3px;margin-bottom:14px;padding:9px 12px;font-size:13px}.auth-lock__hint{color:#8a8a8a;text-align:center;margin:2px 0 18px;font-size:14px;line-height:1.55}.auth-lock__field{background:#fff;border:1px solid #e6e6e6;border-radius:3px;align-items:stretch;margin-bottom:12px;display:flex;overflow:hidden}.auth-lock__field:focus-within{border-color:#ccc}.auth-lock__field-icon{color:#a2a2a2;background:#f1f1f1;justify-content:center;align-items:center;width:41px;font-size:15px;display:flex}.auth-lock__field input{color:#000000e0;background:#fff;border:none;outline:none;flex:1;min-width:0;height:40px;padding:0 14px;font-family:inherit;font-size:13px}.auth-lock__field input::placeholder{color:#b3b3b3}.auth-lock__link{color:#000000db;text-align:center;cursor:pointer;background:0 0;border:none;width:100%;margin-top:20px;padding:0;font-family:inherit;font-size:13px;font-weight:400;display:block}.auth-lock__link:hover,.auth-lock__link:focus,.auth-lock__link:active{box-shadow:none;color:#000000db;background:0 0;outline:none;text-decoration:none}.auth-lock__footer{cursor:pointer;background:#394263;border:none;border-radius:0 0 3px 3px;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:70px;margin:auto 0 0;padding:0;font-family:inherit;transition:background .15s;display:flex}.auth-lock__footer:hover,.auth-lock__footer:focus{box-shadow:none;background:#2c334d;outline:none}.auth-lock__submit{color:#fff;pointer-events:none;background:0 0;border:2px solid #ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:22px;line-height:1;display:flex}.auth-lock__back{cursor:pointer;letter-spacing:0;box-sizing:border-box;z-index:2;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;padding:0;line-height:1;display:flex;position:absolute;top:14px;left:14px;box-shadow:0 1px 3px #0000001a}.auth-lock__back:hover,.auth-lock__back:focus{background:#fff;outline:none}
