*{padding:0}*,body{margin:0}body{display:grid;place-items:center;box-sizing:border-box;font-family:Roboto,Segoe UI,Lucida Grande,Lucida Sans Unicode,Helvetica,Arial,sans-serif!important;height:100vh;background-image:url(/images/background-of-the-day);background-repeat:no-repeat;background-position:50%;background-size:cover}.form-group{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;margin:16px 0 10px}input{width:100%;padding:14px 0 8px;border:none;border-bottom:1px solid #156ca2;background:transparent;outline:none;font-size:16px;transition:border-color .3s;gap:0}label{position:absolute;bottom:2px;left:0;color:#156ca2;font-size:14px;pointer-events:none;transition:all .2s ease}.form-group.filled label,.form-group.focused label{top:0;font-size:10px;color:#156ca2}.form-group.error input{border-bottom:2px solid red}.form-group.error label{color:red;top:0}.error-text{width:100%;color:red;font-size:12px;margin-top:5px;display:none;text-align:start}.form-group.error .error-text{display:block}.row{width:100%;display:flex;align-items:center;justify-content:space-between;padding-top:12px 0;font-size:13px}.toggle{display:flex;align-items:start;gap:8px;color:#444}.switch{width:30px;height:16px;background:#979797;border-radius:20px;position:relative}.switch:after{content:"";position:absolute;width:20px;height:20px;box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);background:#fff;border-radius:50%;top:-2px;left:-2px}.links{width:100%;margin-top:40px;display:flex;justify-content:space-between;align-items:center}a{color:#1775b0;text-decoration:none;font-size:14px}button{background:#156ca2;color:#fff;border:none;padding:0 10px;height:30px;cursor:pointer;border-radius:2px;font-size:13px}.topdiv{display:flex;flex-direction:column;justify-content:start;align-items:center;width:400px;height:auto;padding:25px;border-radius:6px;background-color:#eee;box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}