.forgot-password footer,.forgot-password header.app-header{width:100%}.forgot-password{height:100vh;width:auto;display:flex;justify-content:space-between;align-items:center;background:#f9f9f9;flex-direction:column}.forgot-password form.reset-pass-form{display:flex;flex-direction:column;align-items:center;background:#fff;padding:55px 50px;box-shadow:0 4px 35px rgba(51,51,51,.06);border-radius:10px;align-self:flex-start;width:470px}.forgot-password form.reset-pass-form h1.title{font-family:Gotham-Medium;margin-bottom:60px}.forgot-password form.reset-pass-form input{width:100%;border:1px solid #cdcdcd;border-radius:10px;color:#333;font-size:14px;line-height:13px;padding:16px 20px;margin-bottom:8px}.forgot-password form.reset-pass-form input::-moz-placeholder{color:#676868}.forgot-password form.reset-pass-form input:-ms-input-placeholder{color:#676868}.forgot-password form.reset-pass-form input::placeholder{color:#676868}.forgot-password form.reset-pass-form input:focus{outline:none}.forgot-password form.reset-pass-form span.errors{font-size:14px;color:#f26464;visibility:hidden;margin-bottom:16px}.forgot-password form.reset-pass-form button.orange-btn{border:none;width:100%}.forgot-password form.reset-pass-form button.orange-btn:focus{outline:none}