body {
    background: #fff;
    color: #000;
    font-family: "Roboto", "sans-serif";
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: 0;
}

#main {
    width: auto;
}

.forgot-password p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
}

.forgot-password {
    text-align: center;
}

.forgot-password-wrapper {
    position: relative;
    padding-bottom: 100px;
    padding: 0 20px 100px 20px;
}

.login-email {
    width: 100%;
    border: 1px solid #000;
    background: none;
    font-size: 14px;
    color: #000;
    line-height: 40px;
    padding: 0 5px;
    box-sizing: border-box;
}

.forgot-password .smaller-p {
    margin-top: 3px;
    font-size: 12px;
    margin-bottom: 0;
}

form p {
    margin: 0 0 3px 0;
    text-align: left;
}

.reset-password-submit {
    background: #3999db;
    cursor: pointer;
    color: #000;
    height: 40px;
    max-width: 315px;
    margin-top: 15px;
    width: 100%;
    border: 0;
    font-weight: 600;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    border-radius: 0;
}

a.forgot-mail-link {
    position: absolute;
    left: 20px;
    bottom: 10px;
    text-align: left;
    font-size: 14px;
    color: #89c2ea;
}

.error-wrapper {
    margin: 5px;
}

.success-message {
    margin: 0;
    font-weight: 300;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.success-message form {
    text-align: center;
}

.reset-password {
    max-width: 750px;
    margin: auto;
    padding-bottom: 150px;
    background: #efeaea;
}

.reset-password h1 {
    margin: 0;
    font-size: 19px;
    font-family: 'Roboto', 'sans-serif';
    color: #fff;
    font-weight: 600;
    background: #aed6f1;
    line-height: 29px;
    padding-bottom: 2px;
}

.reset-password h2 {
    margin: 0;
    font-size: 17px;
    font-family: 'Roboto', 'sans-serif';
    font-weight: 400;
    line-height: 22px;
    color: #000;
    margin-bottom: 30px;
}

.reset-password h2:first-of-type {
    margin-top: 80px;
}

.user {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    max-width: 350px;
}

.container div{ margin:10px;}

.user div {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;
}

.user a {
    height: 35px;
    line-height: 35px;
    color: #000;
    font-weight: 600;
    padding: 0 37px;
    font-size: 14px;
    border-radius: 10px;
    background: #3999db;
    text-decoration: none;
}

.container div.user {
    margin: auto;
}

#frForm {
    max-width: 380px;
    margin: auto;
}

.input-wrapper input {
    width: 100%;
    margin-top: 3px;
    height: 30px;
    border: 1px solid #000;
    padding: 0 5px;
    box-sizing: border-box;
}

.input-wrapper {
    text-align: left;
    color: #000;
}

.errors {
    font-size: 12px;
    color: red;
}

.successful-change {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin-top: 200px !important;
}

.goto-members {
    display: inline-block;
    text-decoration: none;
    line-height: 40px;
    font-size: 18px;
    margin-top: 100px;
}

.password-notice {
    font-size: 11px;
    max-width: 330px;
    text-align: left;
    margin: auto;
    color: #000;
}

.password-notice:first-of-type {
    margin-top: 20px;
}

