.user_submit {
	display: table-cell;
	width: 149px;
}
.user_submit input {
	height: 33px;
	position: relative;
	width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    border: 0px none;
    font-weight: bold;
    color: #fff;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-size: 13px;
	margin-left: 25px;
}
.user_submit input:hover {
    background-color: rgba(168, 50, 50, 0.7);
}
.rememberMe input{
	width: 50%;
	line-height: 33px;
	background-color: #fefef0;
	cursor: pointer;
	z-index: 10;
	opacity: 0;
}
.rememberMe label{
	text-align: center;
	position: absolute;
	width: 50%;
	line-height: 33px;
	margin: auto;
	background-color: #d4e157;/*#e6e461;*/
	color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 13px;
        
}
.rememberMe {
	display: table-cell;
	/*text-align: center;*/
	width: 50%;
	margin-left: -4px;
	max-height: 33px;
	overflow: hidden;
	border-top: 1px solid #ddd;
}
.rememberMe:hover {
	background-color: #fefef0;
}
#UserLogin_rememberMe {
	position: static !important;
    margin-left: 95px !important;
}
label[for="UserLogin_rememberMe"] {
    text-transform: none !important;
    margin-bottom: 5px !important;
	margin-left: 5px;
}

.login-form-bg {
	width: 350px;
	background: inherit;
    font-weight: 300;
    background-color: rgba(220, 220, 220, 0.4);
    border-radius: 6px;
    margin: 10px auto;
    padding: 25px 15px !important;
    border: none !important;
    float: none !important;
	box-shadow: 0 0 20px 5px rgba(203, 203, 203, 0.75)
}
.login-form-bg p.error {
	color: red;
	text-align: center;
	margin-bottom: 15px;
}
.login-form-bg h1 {
	padding: 7px 0 7px 0;
	line-height: 18px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ddd;
}
.login-form-bg .form-group input {
	/*padding: 7px 0 7px 0;*/
	line-height: 33px;
	margin: 0;
	border-left: 0px dotted #ddd;
	border-top: 1px solid #ddd;
	border-right: 0px solid #ddd;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	background: inherit;
	background-color: inherit;
	width: 100%;
	height: 40px;
	text-align: center;
}
.login-form-bg .hint, .login-form-bg a {
	text-align: center;
	font-size: 15px;
	color: rgba(0, 0, 0, 0.3);
}
.login-form-bg .hint2 {
	text-align: center;
	font-size: 13px;
	color: gray;
	margin-top: 20px;
	margin-bottom: 0;
}

.hint a[href="/user/registration"] {
	margin-right: 7px;
}
.hint a[href="/user/recovery"] {
    text-decoration: none;
	margin-left: 7px;
}
.hint2 a[href="/user/recovery"] {
    text-decoration: none;
	margin-left: 21px;
}

        /* ========== */
/* ===== Alex's styles ===== */
        /* ========== */

body {
	height: 100vh;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	background-color: rgba(0, 0, 0, 0.5) !important;
	background-repeat: no-repeat;
}
body.bg0 {
	background-image: url('../images/background0.jpg');
}
body.bg1 {
	background-image: url('../images/background1.jpg');
}

.form-group input {
    border: 0px!important;
    border-radius: 2px;
	background: #f4f6f7;
    background-color: rgba(255, 255, 255, 0.28) !important;
}

.form-group input:focus {
    background-color: rgba(216, 221, 227, 0.38) !important;
}

div.rememberMe {
    position: relative;
    display: none;/* !! */
}

.rememberMe label {
    top: 0px;
    width: 100%;
    border-radius: 0px;
}

/* !!! */

.user_submit {
    margin-top: 5px;
    display: block;
    width: 270px;
}

.user_submit input {
    border-radius: 2px;
    height: 38px;
    font-size: 15px;
}

div#uLogin > div:first-child {
    left: 10px!important;
}

div.content-clearfix {
    margin-bottom: 64px !important;
	min-height: 0px !important;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

div#uLogin > img[src="https://ulogin.ru/img/blank.gif"]{
    margin-left: 10px!important;
}

div.container {
	width: 100% !important;
}
/*body.bg0 header {
	width: 100%;
	height: 140px;
}*/
body.bg0 header {
	display: none;
}
body.bg0 div.content-clearfix, body.bg1 div.content-clearfix {
	background-color: rgba(0, 0, 0, 0.5);
}
body div.container {
	height: 100%;
	min-height: 400px;
}
body div.content-clearfix {
	position: absolute;
	top: 50%;
	margin-top: -190px;
}
.placeholder {
  color: rgba(0, 0, 0, 0.5);
}
body header.header {
	display: none;
}
