input[name="username"], input[name=email] {text-transform: lowercase;}
::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}
::placeholder { /* Recent browsers */
    text-transform: none;
}

.language-box span.select2-selection--single { background: rgba(255,255,255,0.1); border-radius: 2px; border-color: rgb(233, 236, 239);}
.language-box .select2-container--default .select2-selection--single .select2-selection__rendered {color: #666;}
.select2-container { min-width:70px; font-size: x-small; }
.select2-container--default .select2-results>.select2-results__options {text-align: left;}
.select2-container .select2-dropdown {border-radius: 2px; border-color: rgb(233, 236, 239);}

.has-error {font-size: 12px;max-width: 310px;}
.has-error a {text-decoration: underline !important;}

.page-content a {color: #dc3545; text-decoration: none !important;}
.page-content a:hover {color: #007bff;}
.preloader{z-index:99999;background:#fff}.lds-ripple{display:inline-block;width:64px;height:64px;position:absolute;top:calc(50% - 3.5px);left:calc(50% - 3.5px)}.lds-ripple .lds-pos{position:absolute;border:2px solid #2962FF;opacity:1;border-radius:50%;animation:lds-ripple 1s cubic-bezier(0,.1,.5,1) infinite}.lds-ripple .lds-pos:nth-child(2){animation-delay:-.5s}@keyframes lds-ripple{0%{top:28px;left:28px;width:0;height:0;opacity:0}5%{top:28px;left:28px;width:0;height:0;opacity:1}100%{top:-1px;left:-1px;width:58px;height:58px;opacity:0}}
