/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16/fev/2018, 12:47:58
    Author     : csm
*/
#request-form-email::placeholder, #request-form-password::placeholder, #request-form-password_confirm::placeholder, #request-form-CaptchaCode::placeholder{
    color: #9CA8B5 !important;
    text-transform: none;
    font-size: 1rem;
    font-weight: 600;
}

input#request-form-email, input#request-form-password, input#request-form-password_confirm, input#request-form-CaptchaCode {
    color: #555 !important;
    font-weight: normal !important;
    font-size: 18px !important;
}

.notes-request-password {
    text-align: center;
    display: block;
    font-size: medium;
    font-weight: bold;
    margin-bottom: 15px;
}

div#manage-reset-password-error {
    display: none;
}

i#request-password-form-button-proccess {
    visibility: hidden;
}
