/*
    This file contains some styles that are "local" to the application.
    If the application is called for eur://euroconsumers.pro.app.nl-be then 
    we will load the first file of 

     /content/root/nl-be/app/styles-local.css
     /content/root/be/app/styles-local.css
     /content/root/invariant/app/styles-local.css
     /content/root/nl-be/styles-local.css
     /content/root/be/styles-local.css
     /content/root/invariant/styles-local.css
     /content/root/styles-local.css

    which is available.  This makes it possible to customize styles per application, per country
    per language or any combination thereof.

    This file is therefore just a placeholder, making it possible to override.
    */
#topHeader {
    display: none;
}
#ChangeEmailTitle {
    display: none;
}

.AcceptTermsAndConditions2 {
    display: none;
}
#registerTitle2 {
    display: none;   
}
#registerExtraText {
    display: none;   
}
#signInExtraText {
    display: none;   
}
#returnResetPasword {
    display: none;
}
/*#registerUser_FirstName, #registerUser_LastName, #registerUser_IsMember, #registerUser_PhoneNumber {
    display: none;
}*/
#registerUser_IsMember {
    display: none;
}
#labelIdentifyFline {
    display:none;
}

::placeholder { 
    color: transparent;
    opacity: 0; 
}

:-ms-input-placeholder {
    color: transparent;
    opacity: 0;
}

::-ms-input-placeholder {
    color: transparent;
    opacity: 0;
}
/*
    This file contains some styles that are "local" to the application.
    If the application is called for eur://euroconsumers.pro.app.nl-be then 
    we will load the first file of 

     /content/root/nl-be/app/styles-local.css
     /content/root/be/app/styles-local.css
     /content/root/invariant/app/styles-local.css
     /content/root/nl-be/styles-local.css
     /content/root/be/styles-local.css
     /content/root/invariant/styles-local.css
     /content/root/styles-local.css

    which is available.  This makes it possible to customize styles per application, per country
    per language or any combination thereof.

    This file is therefore just a placeholder, making it possible to override.
    */


a {
    color: #0087cb;
}



label {
    color: #4a4a4a;
    
}

button[type=submit].btn, input[type=submit].btn, input[type=button].btn, .btn {

    background-color: #0087cb;
    color: #fff;
    display: inline-block;
    background-image: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
    padding: 10px 20px;
  
}

    button[type=submit].btn:hover, input[type=submit].btn:hover, input[type=button].btn:hover, .btn:hover {
        background: #0098e5;
    }

/*
###################################################################
FED-ID BEAN CLINE LOGIN SCREEN-  Customization by MAT - Nov15
###################################################################
*/

html body {
    background-color:#005a84;
    padding:0;
    font-family: "Raleway",sans-serif;
    color: #ffffff;
}

#body {
    
}

#body:before {
    display:block;
    content:"";
    width:100%;
    height:80px;
    background: #0071a5;
}

.col-right .header{
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -160px;
}

#recoverusername,
.registeruser {
    display: none;
}

h1 {
    font-family: "Raleway",sans-serif;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    line-height: 2.3rem;
    width: 100%;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
}

a {
    color: #ffffff;
    text-decoration: underline;
}

label {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6rem;
    display: block;
    margin-bottom: 7px;
    margin-bottom: 0.7rem;
}

.form_input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 2px 3px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 2px 3px 2px rgba(0, 0, 0, 0.5);
    box-shadow: inset 2px 3px 2px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-size: 1.4rem;
    color: #303030;
    font-weight: normal;
    width: 100%;
    display: block;
    border: 1px solid #ABC5D4;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    padding: 8px 7px;
    padding: 0.8rem 0.7rem;
    outline: 0;
}


button[type=submit].btn, input[type=submit].btn, input[type=button].btn, .btn {

    height: 50px;
    font-size: 26px;
    margin-top: 0;
    line-height: 1;
    /*font-family: Aller;*/
    color: #fff;
    font-weight: 400;
    text-align: center;
    min-width: 200px;
    background-color: #faaf19;
    border: 3px solid #faaf19;
    margin-bottom: 0px;
    margin-top: 10px;
    text-transform: uppercase;
    border-radius: 40px;
    transition: 200ms all ease-out;
    width: 100%;
}

button[type=submit].btn:hover, input[type=submit].btn:hover, input[type=button].btn:hover, .btn:hover {
    background-color: rgba(0,0,0,.45);
    color: #faaf19;
    }

a.btn {
    padding: 0;
    line-height: 50px;
    text-decoration:none;
}
.container .row .col-right div,
.container .row .col-right div.formline {
    font-size: 14px;
    font-weight: 400;
    /*text-align: right;*/
}
.container .row .col-right div.formline.lostpassword {
    text-align: right;
}

.margin-large {
    line-height: 1.2;
    margin: 30px 0 20px;
}
.container .row .col-right p,
.margin-large a.beanAction {
    font-weight: 400;
}

.margin-small strong {
    font-weight: 600;
}

.success-panel {
    background-color: #ffffff;
    color: #44453d;
}

p.error-note,
.error-panel {
    color:#ffffff;
    background-color: #ea5454;
    border:0;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    padding: 10px;
    padding: 1rem;
}

.error-note span {
    color:#ffffff;
    font-size: 14px;
    font-weight: 400;
}

.success-panel,
span.text-important {
    display: block;
    color:#ffffff;
    background-color:#65B372;
    border:0;
    margin-top: -10px;
    margin-top: -1rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    padding: 10px;
    padding: 1rem;
}

/*
#############################
    FOOTER
#############################
*/
.footer {
    background-color: #007db6;
    padding-top:10px;
}

.footer .inner-footer {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 50px;
    padding-top: 5px;  
}

    .footer .inner-footer span,
    .footer .inner-footer a {
        margin-right: 10px;
    }

/*
#############################
RESPONSIVE
#############################
*/

@media (max-width: 767px) {
    .footer {
        width: 100%;
    }
    .footer .inner-footer {
    line-height: 30px;
    }

    .footer .inner-footer a {
    display:block;
    }
}

