body.page-users-password-change > .header .menu .right-side{
    display:none;
}
body.page-users-password-change .cont-members {
    display: none !important;
}
body.page-users-password-change .label-container .contains-video {
    border: 6px dashed #31B7C0;
}
body.page-users-password-change .label-container .contains-video .contains-text {
    width: 220px;
    background-color: #FFF;
    border: none;
}
body.page-users-password-change .label-container .contains-video img {
    width: 220px;
}
body.page-users-password-change .register-submit-container {
    /* float: left !important; */
    /* margin: 0 !important; */
}
body.page-users-password-change input {
    height: 60px;
    color: #000;
    border: 6px solid #31B7C0;
    font-size: 2rem;
}
body.page-users-password-change input::placeholder {
    color: #000;
    font-size: 2rem;
}
body.page-users-password-change button.forgot-submit {
    background-color: #31B7C0;
    border: none;
}
body.page-users-password-change button.forgot-submit:hover {
    cursor: pointer !important;
    border-color: #247883 !important;
}
body.page-users-password-change button.forgot-submit .contains-video {
    width: 220px;
    border: 6px solid #31B7C0;
}
body.page-users-password-change button.forgot-submit .contains-video img {
    width: 220px;
}
body.page-users-password-change .register-submit-container button {
    background-color: #31B7C0;
    border: none;
    padding: 6px;
}
body.page-users-password-change .register-submit-container button p {
    text-align: center;
    color: #fff;
}
body.page-users-password-change .register-submit-container button i {
    color: #fff;
    background-color: #000;
    padding: 10px 50px;
    margin-bottom: 20px;
}