/*
    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;
    }
