/*
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 : 11-ago-2016, 9.39.26
    Author     : software05
*/

/*:root {
    --base-color: #00355A;
}*/

.fos_user_registration_register{
    border-radius: 10px;
    color: #FFFFFF;
    margin-top: 30px;
}

.fos_user_registration_register h2{
    color: #FFFFFF;
    font-size: 2.5em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    text-align: center;

}
/* Form reg styles
-------------------------------------------------- */

.advertising-title {
    color: #FFFFFF;
    font-size: 2.5em;
    font-weight: normal;
    margin: 0.67em 0;
    text-align: center;
}


input::placeholder, ::placeholder {
    color: var(--base-color) !important;
    opacity: 1; /* Firefox */
}

input::-ms-input-placeholder, ::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--base-color) !important;
}

