﻿/*login*/
.login
{
	width: 100%;
	height: 100%;
	background: -webkit-gradient(radial, center center, 0, center center, 300, from(#1a82f7), to(#105585));
	background: -moz-radial-gradient(circle, #1a82f7, #105585 50%);
}
.login-support
{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.cb-login
{
	color:#050505 !important;
	font-size:14px;
}
.login-support span
{
	color:#6fb2e4;
	font-size:12px;
}
.reset-pass
{
	margin-left: 68px;
}
.icon-login-top
{
	position: absolute;
	top: 12px;
	left: 51px;
}
.reset-pass > span
{
	font-size: 14px;
	color: #2f6592;
}
.txt-login
{
	padding-left: 31px !important;
	border: 1.5px solid #b7d4ea !important;
	margin: 0px !important;
	font-size: 14px !important;
	height: 34px;
}
.border-input-login
{
	border: 5px solid #d4eafa;
	width: 350px;
	border-radius: 5px;
	position: relative;
}
.border-input-login i
{
	position: absolute;
	top: 9px;
	left: 9px;
}
.btn-reset
{
	padding: 5px 17px;
	margin-left: 1px;
	border-radius: 5px;
}
.txt-reset
{
	border:1.5px solid #b7d4ea !important;
	margin-left: 20px !important;
	height: 28px;
}
.login-form-box
{
	height: 100%;
	background: #f9f9f9;
	border-radius: 8px;
	position: relative;
}
.form-login
{
	width: 350px;
	float: left;
}
.login-sd-top
{
	background: url('Images/login-shadow-top.png') no-repeat;
	width: 506px;
	height: 20px;
	margin-top: 50px;
	margin-left: 54px;
}
.login-sd-bottom
{
	background: url('Images/login-shadow-bottom.png') no-repeat;
	position: absolute;
	width: 623px;
	height: 22px;
	bottom: -30px;
	left: -13px;
}
.login-bg-bottom
{
	margin-left: 5px;
	height: 33px;
	width: 580px;
	border-radius: 0px 0px 12px 12px;
	background: -webkit-linear-gradient(90deg, #0766a6 4%, #1d97df 65%) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(90deg, #0766a6 4%, #1d97df 65%) repeat scroll 0 0 transparent;
}
.login-bottom
{
	margin-left: 48px;
	margin-top: 17px;
	background: url('Images/login-bottom.png') no-repeat;
	width: 496px;
	height: 10px;
}
.login-img-big
{
	margin-left: 18px;
	background: url('Images/icon-login-big.png') no-repeat;
	height: 189px;
	width: 168px;
}
.login-border-top
{
	padding-left: 14px;
	z-index: 10;
	position: absolute;
	top: -15px;
	left: 184px;
	background: url('Images/icon-login-top.png') no-repeat;
	width: 227px;
	height: 44px;
}
.login-border-top span
{
	color: #fafafa;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 44px;
}
.login-border
{
	border: solid 7px #4b8dbc;
	width: 590px;
	height: 380px;
	background: #4b8dbc;
	border-radius: 8px;
	position: relative;
}
.login-form
{
	border: solid 1px red;
	float: right;
	margin-top: 70px;
}
.btn-login
{
	border-radius: 15px;
}
.btn-login i
{
	position: absolute;
	margin-top: -2px;
	margin-left: -3px;
}
.btn-login span
{
	padding-left: 25px;
}
