body {
	background-color: #202020;
}

button {
	background-color: #E9521D;
	color: #2A2A2A;
}

button:hover {
	color: #E9521D;
    background-color: #FFFFFF;
}

.container {
	background-image: url('../img/login_bg_donyx.jpg');
}

.container input {
    border: solid 1px #E9521D;
}

.container input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #202020 !important; /* Цвет фона */
	background-color: #202020 !important;
}

.login_form {
	box-shadow: 0px 3px 10px -2px #202020;
	background-color: #2A2A2A;
}

.login_header {
	background: #101010;
}

.forgot_pass span:hover {
	color: #E9521D;
}

.remember_pass span {
	color: #E9521D;
}

.remember_pass span:hover {
	color: #FFFFFF;
}

.license_agree font {
    color: #E9521D;
}

.license_agree a,.license_agree a:visited,.license_agree a:active,.license_agree a:focus {
    color: #E9521D;
}

.tab_header {
    background-color: #202020;
}

.back_but:hover {
    color: #E9521D;
}
