
/*********************************************************************************************************************/
header a {
    display: inline-block;
    background-image: url(../img/lang/fr-FR/logo.png);
    width: 229px;
    height: 96px;
    text-indent: -1000em;
    overflow: hidden;
}

html[lang=fr-FR] header a {
    background-image: url(../img/lang/fr-FR/logo.png);
}
html[lang=it-IT] header a {
    background-image: url(../img/lang/it-IT/logo.png);
}
html[lang=en-GB] header a {
    background-image: url(../img/lang/en-GB/logo.png);
}
html[lang=pt-PT] header a {
    background-image: url(../img/lang/pt-PT/logo.png);
}
html[lang=es-ES] header a {
    background-image: url(../img/lang/es-ES/logo.png);
}
/*
.btn-primary {
    background-color: #e6005b;
    color: #FFFFFF;
    border-bottom-color: #8e0038;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.active {
    background-color: #8e0038;
    color: #FFFFFF;
    border-bottom-color: #8e0038;
}
*/
input:focus, .form-control:focus {
    border-color: #E9446E;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(233,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(233,175,233,.6);
    outline-color: #E9446E;
}


.coloredTitle {
    color: #e6005b;
}
a.lost-password-link {
    color: #f42e8a
}



.btncss {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ef4695+0,ef4695+50,e7418e+51,e7418e+100 */
    background: #ef4695; /* Old browsers */
    background: -moz-linear-gradient(top, #ef4695 0%, #ef4695 50%, #e7418e 51%, #e7418e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ef4695 0%, #ef4695 50%, #e7418e 51%, #e7418e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ef4695 0%, #ef4695 50%, #e7418e 51%, #e7418e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef4695', endColorstr='#e7418e', GradientType=0); /* IE6-9 */
}

.btncss:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ea8fb8+0,ea8fb8+50,e889b3+51,e889b3+100 */
    background: #ea8fb8; /* Old browsers */
    background: -moz-linear-gradient(top, #ea8fb8 0%, #ea8fb8 50%, #e889b3 51%, #e889b3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ea8fb8 0%, #ea8fb8 50%, #e889b3 51%, #e889b3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ea8fb8 0%, #ea8fb8 50%, #e889b3 51%, #e889b3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea8fb8', endColorstr='#e889b3', GradientType=0); /* IE6-9 */
}