

/*--------------------------------------------------
  Registration and Login Page v4
----------------------------------------------------*/
html {
	min-height: 100%;
	position: relative;
}
body {
	
	font-size: 14px;
}
.image-block {
	padding: 0px 0;
	overflow: hidden;
}


/* Form block */
.form-block {
	padding: 30px 159px;
	background: #fff;
}
.form-block img {
	margin-bottom: 45px;
    margin-left: 50px;
	
	
}

/* Form Header */
.form-block h2 {
	text-transform: uppercase;
}

/* Input fields */
.form-block .input-group input.form-control {
	background: transparent;
	border-left: none;
	padding-left: 10px;
	padding-right: 10px;
	height: 50px;
	border-color: #999;
	border-left: none;
	color: #969595;
}

.form-block .list-unstyled {
	margin: 0 -5px;
	padding: 10px 0 13px;
}

/* Input fields icons */
.form-block .input-group-addon {
	min-width: 40px;
	background: transparent;
	border-color: #999;
	padding-right: 0;
	color: #3498db;
}
.form-block .input-group-addon i {
	font-size: 16px;
	position: relative;
	top: 1px;
}
.form-block .form-control:focus {
  box-shadow: none;
  border-color: #999;
}

/* Buttons */
.form-block .btn-u,
.form-block .btn {
	padding-top: 12px;
	padding-bottom: 12px;
	text-transform: uppercase;
}

/* Social buttons */
.login-block .social-login {
	color: rgba(0,0,0,.5);
	padding-top: 100px;
	border-top: 1px solid #eee;
	position: relative;
}
.login-block .or {
	position: absolute;
	border: 1px solid #eee;
	width: 70px;
	margin-top: 50px;
	height: 70px;
	top: -35px;
	left: 50%;
	margin-left: -35px;
	text-transform: uppercase;
	background: #fff;
	line-height: 70px;
	padding: 0 24px;
}

.login-block .btn {
	padding: 12px 20px;
	font-size: 13px;
}
.login-block .btn .fa {
	position: relative;
	top: 2px;
	font-size: 18px;
	margin-right: 10px;
}

.login-block .btn-facebook:focus {
	color: #4863ae;
}
.login-block .btn-twitter:focus {
	color: #46c0fb;
}

/* Bottom part */
.login-block .bottom p {
	text-transform: uppercase;
}
.login-block .bottom .btn-u {
	width: 190px;
	text-align: center;
	line-height: 38px;
}
.login-block .bottom .btn-u:hover {
	color: #fff;
}

/* Registration form */
.reg-block .checkbox label {
	display: list-item;
	list-style: none;
}
.reg-block .checkbox label {
	max-width: 230px
}

/* Sticky-Footer */
.sticky-footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 50px 15px 40px;
	text-align: center;
	border-top: 1px solid #eee;
	background: #fff;
}

/* Social links */
.sticky-footer .copyright-space {
	margin: 0;
}

@media (min-width: 992px) {
	.login-block,
	.reg-block {
		min-width: 400px;
	}
	.login-block .social-login:before,
	.login-block .social-login:after {
		position: absolute;
		top: 0px;
		height: 0px;
		background: #fff;
		width: 110px;
		content: "";
	}
	.login-block .social-login:before {
		left: 0;
	}
	.login-block .social-login:after {
		right: 0;
	}
}

@media (max-width: 1138px) {
	.form-block {
		padding-right: 85px;
		padding-left: 85px;
	}
	.login-block .social-login,
	.login-block .bottom {
		text-align: center;
	}
	.social-login ul li:first-child,
	.bottom ul li:first-child {
		margin-bottom: 20px;
	}
}

@media (max-width: 991px) {
	.form-block {
		padding: 70px 40px;
	}
}

@media (max-width: 1366px) {
	.form-block {
		padding: 10px 80px;
	}
	
	.form-block img {
    margin-bottom: 15px;
}
}


@media (max-width: 767px) {
	body {
		margin-bottom: 0;
	}
	.sticky-footer {
		position: static;
	}
}

@media (max-width: 418px) {
	.login-block .checkbox {
		margin-bottom: 30px;
	}
	.login-block .checkbox ul li:first-child {
		margin-bottom: 10px;
	}
	.login-block .checkbox ul li:last-child {
		float: none !important;
	}
}

#topcontrol:hover {
	background: #e74c3c;
}


.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin: 10px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.btn-u.btn-block {
    text-align: center;
}
.rounded {
    border-radius: 4px !important;
}
.btn-u {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background:#000099;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}
.rounded-right {
    border-radius: 0 4px 4px 0 !important;
}

.form-control {
    box-shadow: none;
    border-radius: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #555;
    margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    font-family: "Open Sans", Arial, sans-serif;
}
h2 {
    font-size: 24px;
    line-height: 33px;
}

.rounded-left {
    border-radius: 4px 0 0 4px !important;
}
.input-group-addon {
    color: #b3b3b3;
    font-size: 14px;
    background: #fff;
}

.input-group-addon {
    border-radius: 0;
}

{
    border-radius: 0;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-5, .margin-bottom-10, .margin-bottom-15, .margin-bottom-20, .margin-bottom-25, .margin-bottom-30, .margin-bottom-35, .margin-bottom-40, .margin-bottom-45, .margin-bottom-50, .margin-bottom-55, .margin-bottom-60, .margin-bottom-100 {
    clear: both;
}

btn-u.btn-u-blue {
    background: #3498db;
}
.btn-u.btn-block {
    text-align: center;
}
.btn-u {
    background: #7eb530;
}
.rounded {
    border-radius: 4px !important;
}

.btn-facebook {
    background-color: transparent;
    border-color: #4863ae;
    color: #4863ae;
}

.rounded {
    border-radius: 4px !important;
}
.btn {
    box-shadow: none;
    border-radius: 0;
}

.btn-twitter {
    background-color: transparent;
    border-color: #46c0fb;
    color: #46c0fb;
}

.rounded {
    border-radius: 4px !important;
}
.btn {
    box-shadow: none;
    border-radius: 0;
}


.form-block-1 {
    padding: 20px 20px;
    background: #fff;
	border: 1px solid #dcdcdc;
	    border-top: 1px solid #fff;
	
}


.logo-registration{
margin: 0 auto;    
    display: block;
	margin-bottom: 20px;
    margin-top: 20px;
	}