body {
    background: #2A323C;
}

#dlr-box {
    background: #323C48 !important;
    border: none !important;
}

form label, #dlr-footer {
    color: #f3f3f3 !important;
}

form input[type=search], .confirmCode input[type=tel], .registerMobile
{
    background: #3B4654 !important;
    border: 1px solid rgba(255,255,255,.1);
    color: #fff !important;
}

#dlr-header #dlr-tab {
    border: none !important;
}

.dlr-login-text {
    margin-bottom: 15px !important;
}

#dlr-header #dlr-tab button {
    background: #386b82 !important;
    color: #fff !important;
}

#dlr-header #dlr-tab button.active {
    background: #3399cc !important;
}

#time {
    color: #fff !important;
}

.set_code {
    border-bottom: 1px solid rgba(255,255,255,.2) !important;
}

#endTimeCode {
    color: #fff !important;
}

.forceLogin, .login-register-alert, .register-register-alert {
    color: #ffe876 !important;
    border: 1px solid #ffe876 !important;
}

.do_login_with_eu {
    color: #ffe876 !important;
}

/* .dlr-login-button 
{
    background-color: #04A2B3;
} */

.with-countries {
	border: 1px solid rgba(255,255,255,.1) !important;
	background: #3B4654;
	overflow: hidden;
}

.dlr_selected_country {
	border-right: 1px solid #666 !important;
}

.with-countries input {
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	border-top: none !important;
}

.dlr_selected_country {
	color: #fff;
	background: #3B4654;
}

.confirmCode input[type=tel] {
	border: 1px solid rgba(255,255,255,.1) !important;
}

.code-alert {
	color: orange;
	border-color: orange;
}

#not_registered {
    color: yellow;
    border-bottom: 1px solid yellow;
}