.passwordrecovery input {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    /* background-color: #ebebeb;
    border: 0px; */
}

/* .passwordrecovery button.submit {
    background: url(/assets/img/login-btn.png) right no-repeat, #ebebeb;
    border: 1px solid #ebebeb;
    padding: 15px 0px;
    width: 300px;
    border-radius: 40px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.passwordrecovery button.submit:hover {
    background-color: #dbdbdb;
} */

.passwordrecovery .submit {
    background: #00494b;
    border: 1px solid #ffffff;
    color: white;
    padding: 15px 42px;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.passwordrecovery .submit:hover {
    background-color: #b6966e;
}

.passwordrecovery a {
    font-weight: bold;
    color: #866152;
}

.passwordrecovery h1 {
    margin-top: 20px;
}

.form-actions {
    margin-top: 20px;
}

.in-the-middle {
    align-content: center;
    text-align: center;
}

.rodo-information {
    margin-top: 20px;
    color: #969696;
}

.rodo-information a {
    color: #969696;
    font-weight: normal;
    text-decoration: underline;
}

.copyrights {
    margin-top: 50px;
}

button.disabled-button {
    background: #999999 !important;
    pointer-events: none;
}