.forgotten-password-request-page{display:-webkit-box;display:-ms-flexbox;display:flex;height:100vh;width:100vw;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-image:url(/img/outside_forgotten-password-request-page_background.svg);background-position:100% 100%;background-repeat:no-repeat;background-size:32%}.forgotten-password-request-page form{width:40%;background-color:#fff;-webkit-box-shadow:0 0 4px #000;box-shadow:0 0 4px #000;border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 32px}.forgotten-password-request-page form p{margin:32px 0}.forgotten-password-request-page form input{font-family:inherit;font-size:inherit;line-height:24px;border:1px solid #e5eaee;padding:7px 11px;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.forgotten-password-request-page form input:active,.forgotten-password-request-page form input:focus{outline:none;border-color:#4f88ff}.forgotten-password-request-page form div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;line-height:40px;margin:32px 0}.forgotten-password-request-page form div a{color:#b6bcc9;text-decoration:none;margin-left:13px}.forgotten-password-request-page form div button{line-height:38px;border:1px solid #31e7c1;background-color:#31e7c1;color:#fff;font-family:inherit;font-size:inherit;padding:0 12px;border-radius:4px;cursor:pointer;-webkit-transition-property:color,background-color;transition-property:color,background-color;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:.2s;transition-duration:.2s}.forgotten-password-request-page form div button:hover{color:#31e7c1;background-color:transparent}.forgotten-password-request-page h1{font-weight:500}