@charset "ISO-8859-1";

.newLoginBlockInner {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	width: 350px;
	border: 1px solid #ddd;
	margin: 1% auto 10%;
	display: table;
	margin-bottom: 50%;
}

.newLoginBlockInner .newLoginBlockTop {
	background: #F7F6F2;
	padding: 30px 30px 25px 50px;
	position: relative;
}

.newLoginBlockInner .newLoginBlockTop img {
	float: left;
	width: 80px;
	margin-right: 20px;
	background: url(../../images/homeSprite.png) -457px -147px;
	height: 50px;
}

.newLoginBlockInner .newLoginBlockTop h2 {
	font-size: 20px;
	margin: 0;
	color: #ED8701;
	font-weight: 400;
	text-align: left;
	line-height: 50px;
}

.newLoginBlockInner .login-section {
	padding: 8px 15px;
	float: left;
	width: 100%;
	text-align: center;
}

.newLoginBlockInner .login-section .input-group {
	width: 100%;
	margin-bottom: 10px;
}

.newLoginBlockInner .input-group.forgotPass {
	margin: 30px 0;
	text-align: left;
	font-size: 12px;
}

.newLoginBlockInner .input-group.captcha-box {
	text-align: left;
}

.newLoginBlockInner .login-section .input-group input {
	width: 100%;
	background: #f9f9f9;
	border: 1px solid #ddd;
	padding: 5px 8px;
	height: 35px;
}

.newLoginBlockInner .login-section input:focus {
	outline: 0;
	border: 1px solid #c7c7c7;
}

.newLoginBlockInner .homeCaptcha {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.newLoginBlockInner button.btn.btn-default.loginBtn {
	background: #8b231d;
	color: #fff;
	padding: 5px 30px;
	text-align: center !important;
	width: 150px;
	margin-bottom: 10px;
}

.newLoginBlockInner .newLoginBlockTop:after {
	position: absolute;
	content: '';
	height: 15px;
	width: 15px;
	background: #F7F6F2;
	bottom: -7px !important;
	right: 120px;
	transform: rotate(134deg);
	border-bottom: none;
	border-left: none;
}

.login-section {
	float: left;
	padding: 0 65px 1px 0;
}

.login-section .styled-input {
	margin-top: 25px;
}

.login-section .btn-block.right-btns.mainblock {
	margin-top: 33px;
}

.input-group input, .input-group select {
	border-bottom: 1px solid #ddd;
}

.input-group.styled-input.captcha-box {
	border: 1px solid #ddd;
	height: 30px;
}

.input-group.styled-input.captcha-box input {
	border: none;
}

.input-group.styled-input.captcha-box img {
	background: url(../../images/Sprite.png) -182px -3px no-repeat;
	height: 20px;
	width: 20px;
	float: right;
	margin: 5px;
}

.input-group.styled-input.captcha-group {
	margin-top: 15px;
	margin-bottom: 43px;
}

.homeCaptcha img#captcha_id {
	width: 100px !important;
	height: 40px !important;
	float: left;
	margin: 0;
}

.homeCaptcha {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#img_captcha {
	background: url(../../images/Sprite.png) -179px -2px;
	width: 20px;
	height: 20px;
	float: right;
	margin-top: 10px;
}

.errorMessage {
	color: red;
	display: flex;
    justify-content: center;
}

