@charset "utf-8";
/* CSS Document */

body
{
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
	background: #edf1f4;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::selection{
	background: #385573;
	color:#fff;
}

::-moz-selection {
	background: #385573;
	color:#fff;
}

webkit::-webkit-selection {
	background: #385573;
	color:#fff;
}

a
{
	text-decoration: none;
	color: #000;
}

a:hover
{
	/*color: #385573;*/
	color: #000;
	text-decoration: none;
}


h1, h2, h3, h4, h5
{
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
}

input, select, textarea
{
	font-family: 'Ubuntu', sans-serif;
	color: #666;
}



#header
{
	position: relative;
	float: left;
	width: 100%;
	height: 54px;
}

#header .links
{
	position: relative;
	float: right;
}

#header .links a
{
	position: relative;
	float: left;
	height: 54px;
	padding: 0 30px;
	line-height: 54px;
	background: #e1e4e9;
	margin-left: 2px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}

#header .links a:hover
{
	background: #d4d9e1;
}

#content
{
	position: relative;
	float: left;
	width: 100%;
}

.login-container
{
	max-width: 980px;
}

.login-container .login-heading
{
	margin-top: 100px;
	z-index: 10;
}

.login-container .login-heading .ico
{
	position: relative;
	float: left;
	width: 66px;
	height: 66px;
	margin-left: -15px;
	background: #f74d2c url("../img/ico-login.svg") no-repeat center center;
}

.login-container .login-heading .ico:before
{
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-top: 10px solid #f74d2c;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #f74d2c;
}

.login-container .login-heading h4
{
	position: relative;
	float: left;
	height: 66px;
	line-height: 66px;
	margin: 0;
	padding: 0 20px;
	color: #fff;
	background: #385573;
	text-transform: uppercase;
}

.login-container .login-heading h4
{
	position: relative;
	float: left;
	height: 66px;
	line-height: 66px;
	margin: 0;
	padding: 0 20px;
	color: #fff;
	background: #385573;
	text-transform: uppercase;
}

.login-container .login-content
{
	background: #fff;
	min-height: 500px;
}

.login-container .login-content .form-wrap
{
	padding: 60px 80px;
}

.login-container .login-content .form-wrap h1
{
	margin: 0;
	font-size: 44px;
	text-transform: uppercase;
	color: #e6e6e6;
}

.login-container .login-content .form-wrap .input-wrap
{
	padding: 30px 0;
}

.login-container .login-content .form-wrap .input-wrap .input-group
{
	margin-bottom: -1px;
	border: 1px solid #cdd6dd;
}


.login-container .login-content .form-wrap .input-wrap .input-group .input-group-addon,
.login-container .login-content .form-wrap .input-wrap .input-group .form-control
{
	border-radius: 0;
	height: 76px;
	padding: 25px;
	border: none;
	background: none;
}

.login-container .login-content .form-wrap .input-wrap .input-group .form-control
{
	font-size: 15px;
	box-shadow: none;
}

.login-container .login-content .form-wrap .input-wrap .input-group .input-group-addon
{
	padding-right: 0;
	font-size: 20px;
	color: #e6e6e6;
}

.login-container .login-content .news-wrap
{
	padding: 60px 30px;
	background: #e1e4e9;
	height: 500px;
	overflow-y: auto;
}

.login-container .login-content .news-wrap h2
{
	margin: 0 0 20px;
	font-size: 24px;
	color: #385573;
	text-transform: uppercase;
}

.login-container .login-content .news-wrap .news-item
{
	position: relative;
	float: left;
	width: 100%;
	padding: 5px 0;
}

.login-container .login-content .news-wrap .news-item .news-img
{
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	border: 1px solid #fff;
	z-index: 10;
	
}

.login-container .login-content .news-wrap .news-item .news-content
{
	position: relative;
	padding-left: 95px;
	text-align: left;
}

.login-container .login-content .news-wrap .news-item .news-content .title
{
	position: relative;
	width: 100%;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 8px 0;
}

.login-container .login-content .news-wrap .news-item .news-content .date
{
	position: relative;
	width: 100%;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	color: #b3b3b3;
}

.login-container .login-content .news-wrap .read-more-btn
{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
	background: #385573;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}


.footer
{
	padding: 10px 0;
}

.btn
{
	position: relative;
	display: inline-block;
	height: 50px;
	min-width: 180px;
	padding: 0 30px;
	background: #f74d2c;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

.btn:hover
{
	color: #fff;
	background: #385573;
}

.notification-box
{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	padding: 25px;
	background: #fcf2f1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.notification-box .ico
{
	position: relative;
	float: left;
	width: 30px;
	margin-top: 5px;
}

.notification-box .content
{
	position: relative;
	padding-left: 60px;
}

.notification-box .content h2
{
	position: relative;
	float: left;
	width: 100%;
	font-size: 18px;
}

.notification-box .content p
{
	position: relative;
	float: left;
	width: 100%;
	font-size: 12px;
}


/* RESPONSIVE */
@media (max-width: 540px)
{

.login-container .login-content .form-wrap,
.login-container .login-content .news-wrap
{
	padding: 30px 15px;
}

.login-container .login-content .form-wrap h1
{
	font-size: 34px;
}

.login-container .login-heading
{
	margin-top: 30px;
}

.footer
{
	text-align: center;
}

}

