.login { display: flex; width: 100%; height: 100%; position: absolute; justify-content: center; align-items: center; user-select: none; }
.login .box { box-shadow: 0 0 60px rgba(0,0,0,0.4); }
.login .content-box { width: 380px; margin: 0; box-shadow: initial; }
.login .toggle-lost-password { text-align: right; font-size: 12px; font-weight: 600; text-transform: uppercase; cursor: pointer; display: table; margin: 0 0 0 auto; }
.login .toggle-lost-password:hover { text-decoration: underline; }
.lost-password-form { display: none; }