@font-face {
    font-family: 'Roboto';
    src: url('https://fonts.googleapis.com/css?family=Roboto');
}

.his-input-password input.change-password {
    padding-left: 17px;
    width: 100%;
    height: 40px;
    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;
}

.his-input-password {
    position: relative;
}

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

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

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

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

.change-password-input {
    position: relative;
}

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

.his-change-password {
    font-size: 13px;
    width: 100%;
    margin-bottom: 5px;
}

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

.alert-danger, .alert-error {
    background-color: #fcf2ea;
    border-color: #fcf2ea;
}

.img-btn {
    cursor: pointer;
}
