.his-input-username {
    display: flex;
}

.his-input-username input {
    background-color: #f9faff;
    padding-left: 17px;
    width: 100%;
    height: 32px;
    min-width: 16px;
    font-size: 13.5px;
    line-height: 20px;
    text-shadow: 0 1px 0 #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 4.2px;
    -moz-border-radius: 4.2px;
    border-radius: 4.2px;
    position: relative;
    margin-bottom: 16px;
}

.his-reset-password-button-section {
    justify-content: space-between;
    display: flex;
}

.reset-password-btn {
    margin-top: 7px;
    border: 0;
    outline: 0;
}

.reset-password-form form .his-btn.disabled-after-click {
    pointer-events: none;
}

.alert, .alert-error {
    box-sizing: border-box;
    padding: 8px;
    margin-top: 0;
    width: 300px;
    height: auto;
    display: flex;
}

.reset-password-page {
    max-width: 400px;
    width: 100%;
    box-sizing: border-box;
    padding: 32px 52px;
    box-shadow: 0 1px 24px 0 rgba(1, 1, 1, .02);
    background-color: #fff;
}

.reset-password-form form {
    margin: 0;
}

.his-reset-password {
    font-size: 13px;
    width: 281px;
    margin-bottom: 10px;
    border-right: 4px solid transparent;
}

.his-reset-password-label {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.74;
    text-align: left;
    color: #2e3235;
    margin-bottom: 2px;
}

.reset-password {
    width: 300px;
    padding: 24px 22px 35px 22px;
    box-shadow: 0px 1px 24px 0 rgba(1, 1, 1, 0.02);
    background-color: #ffffff;
}

.reset-password-success {
    font-size: 13px;
    padding-left: 24px;
    padding-right: 15px;
}

.reset-password-main {
    max-width: 400px;
    width: 100%;
    padding: 24px 22px 35px 22px;
    box-shadow: 0px 1px 24px 0 rgba(1, 1, 1, 0.02);
    background-color: #ffffff;
    box-sizing: border-box;
}
