/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

body {
    color: #20262e;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5625rem;
}

body.demos .section-title img {
    max-width: 280px;
    display: block;
    margin: 10px auto;
}

body.demos .service-widget h3 {
    border-bottom: 1px solid #ededed;
    font-size: 18px;
    padding: 20px 0;
    background-color: #ffffff;
}

body.demos .service-widget {
    margin: 0 0 30px;
    padding: 30px;
    background-color: #fff
}

body.demos .container-fluid {
    max-width: 1080px
}

a {
    color: #0d2838;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: 600;
    line-height: 120% !important;
    color: #20262e;
    font-family: 'TiemposHeadline', Georgia, 'Times New Roman', serif;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #aa2d29;
    text-decoration: none!important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

a {
    color: #aa2d29;
    text-decoration: none;
    outline: none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #aa2d29;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

ul, li, ol{
	margin: 0px;
	list-style: none;
	padding: 0px;
}

html, body{
	width: 100%;
	height: 100%;
}

.main-form-box{
	background: #0d2838 url(../images/bg.jpg) no-repeat center;
	background-size: cover;
	height: 100%;
	overflow: visible;
	position: relative;
	display: table;
	width: 100%;
}

.md-form{
	display: table-cell;
	vertical-align: middle;
}
.logo-top{
	padding: 30px 0px;
	text-align: center;
	background-color: #0d2838;
}



.panel-login {
	position: relative;
	z-index: 1;
	border: none;
	border-radius: 3px;
	overflow: hidden;
	-webkit-box-shadow: 0 8px 32px rgba(13, 40, 56, 0.18);
	-moz-box-shadow: 0 8px 32px rgba(13, 40, 56, 0.18);
	box-shadow: 0 8px 32px rgba(13, 40, 56, 0.18);
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-login>.panel-heading {
	color: #20262e;
	background: #f7f8fa;
	border-color: #e5e7eb;
	text-align:center;
	position: relative;
	border-radius: 0;
}

.panel-login>.panel-heading a{
	text-decoration: none;
	color: #0d2838;
	font-weight: 600;
	font-size: 0.71875rem;
	text-transform: uppercase;
	background: #ffffff;
	border: 2px solid #d1d5db;
	padding: 13px 16px 11px;
	border-radius: 6px;
	display: block;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.panel-login>.panel-heading a:hover{
	color: #ffffff;
	background: #aa2d29;
	border-color: #aa2d29;
	text-decoration: none;
}
.panel-login>.panel-heading a.active{
	color: #ffffff;
	background: #0d2838;
	border-color: #0d2838;
	font-size: 0.71875rem;
	box-shadow: 0 2px 8px rgba(13, 40, 56, 0.35);
}
.panel-login>.panel-heading a.active:hover{
	color: #ffffff;
	background: #aa2d29;
	border-color: #aa2d29;
}
legend {
  font-size: 160%;
  position: relative;
  color: #fff;}
.panel-login .panel-body{
	padding: 24px 28px 28px;
	background: #ffffff;
}

.login-error {
	margin: 0 0 16px;
	padding: 12px 14px;
	border-radius: 8px;
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #991b1b;
	font-size: 0.9rem;
	line-height: 1.5;
	text-align: center;
}

.login-success {
	margin: 0 0 16px;
	padding: 12px 14px;
	border-radius: 8px;
	background: #ecfdf5;
	border: 1px solid #a7f3d0;
	color: #065f46;
	font-size: 0.9rem;
	line-height: 1.5;
	text-align: center;
}

.forgot-password-link {
	display: inline-block;
	margin-top: 12px;
	font-size: 0.9rem;
	color: #0d2838;
	font-weight: 500;
}

.forgot-password-link:hover {
	color: #aa2d29;
}
.panel-login input[type="radio"],.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] ,.panel-login input[type="tel"]{
	padding: 14px 20px 14px 48px;
	border: 1px solid #d1d5db;
	font-size: 0.9375rem;
	color: #20262e;
	border-radius: 3px;
	background: #ffffff;
	-webkit-transition: border-color 0.15s, box-shadow 0.15s;
	-moz-transition: border-color 0.15s, box-shadow 0.15s;
	transition: border-color 0.15s, box-shadow 0.15s;
}
.panel-login select
{
	padding: 14px 20px 14px 48px;
	border: 1px solid #d1d5db;
	font-size: 0.9375rem;
	color: #20262e;
	border-radius: 3px;
	background: #ffffff;
	-webkit-transition: border-color 0.15s, box-shadow 0.15s;
	-moz-transition: border-color 0.15s, box-shadow 0.15s;
	transition: border-color 0.15s, box-shadow 0.15s;
}

.panel-login input:hover,
.panel-login input:focus {
	outline: none;
	background: #ffffff;
	border-color: #0d2838;
	-webkit-box-shadow: 0 0 0 3px rgba(13, 40, 56, 0.1);
	-moz-box-shadow: 0 0 0 3px rgba(13, 40, 56, 0.1);
	box-shadow: 0 0 0 3px rgba(13, 40, 56, 0.1);
}

.panel-login select:hover,
.panel-login select:focus {
	outline: none;
	background: #ffffff;
	border-color: #0d2838;
	-webkit-box-shadow: 0 0 0 3px rgba(13, 40, 56, 0.1);
	-moz-box-shadow: 0 0 0 3px rgba(13, 40, 56, 0.1);
	box-shadow: 0 0 0 3px rgba(13, 40, 56, 0.1);
}

.panel-login .form-group.addcolor .icon-lp{
	color: #0d2838;
}

.btn-login {
	background-color: #aa2d29;
	outline: none;
	color: #fff;
	font-size: 0.71875rem;
	height: auto;
	font-weight: 500;
	padding: 13px 0 9px;
	text-transform: uppercase;
	border-color: #aa2d29;
	border-radius: 3px;
}
.btn-login:hover,
.btn-login:focus {
	color: #fff;
	background-color: #770400;
	border-color: #770400;
}
.forgot-password {
	text-decoration: underline;
	color: #000000;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}

.btn-register {
	background-color: #aa2d29;
	outline: none;
	color: #fff;
	font-size: 0.71875rem;
	height: auto;
	font-weight: 500;
	padding: 13px 0 9px;
	text-transform: uppercase;
	border-color: #aa2d29;
	border-radius: 3px;
}
.btn-register:hover,
.btn-register:focus {
	color: #fff;
	background-color: #770400;
	border-color: #770400;
}

form .form-group{
	position: relative;
}

form .form-group .icon-lp{
	position: absolute;
	top: 10px;
	left: 18px;
	margin: 0px;
	font-size: 21px;
}

.or{
	position: absolute;
	top: 15px;
	left: 248px;
	width: 40px;
	height: 40px;
	color: #ffffff;
	background: #aa2d29;
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	line-height: 40px;
	text-align: center;
}

.panel-login .panel-body form ul{
	display: block;
	text-align: center;
	margin: 30px 0px;
}
.panel-login .panel-body form ul li{
	display: inline-block;
	margin: 0px 5px;
}

.panel-login .panel-body form ul li .fb{
	background: #aa2d29;
	display: block;
	margin: 0 auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 100px;
	color: white;
	font-size: 16px;
	padding: 6px 12px;
	cursor: pointer;
	transition: all 150ms ease-out;
}
.panel-login .panel-body form ul li .fb i{
	padding-right: 10px;
}
.panel-login .panel-body form ul li .fb:hover{
	background: #770400;
}
.panel-login .panel-body form ul li .tw{
	background: #00aced;
	display: block;
	margin: 0 auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 100px;
	color: white;
	font-size: 16px;
	padding: 6px 12px;
	cursor: pointer;
	transition: all 150ms ease-out;
}
.panel-login .panel-body form ul li .tw i{
	padding-right: 10px;
}
.panel-login .panel-body form ul li .tw:hover{
	background: #0d2838;
}

.che-box{
	margin-bottom: 30px;
}
.che-box .checkbox-in{
	position: relative;
	display: block;
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #20262e;
	cursor: pointer;
}
.che-box .checkbox-in input{
	position: absolute;
	left: -9999px;
}
.che-box .checkbox-in span{
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 18px;
	height: 18px;
	outline: none;
	border-width: 1px;
	border-style: solid;
	background: none;
	border-color: #aa2d29;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.che-box .checkbox-in input + span::after{
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}

.che-box .checkbox-in input + span::after{
	content: '\f00c';
	top: 0px;
	left: -1px;
	width: 18px;
	height: 18px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
	color: #aa2d29;
}

.che-box .checkbox-in input:checked + span::after {
    opacity: 1;
}

.checkbox-in a{
	color: #aa2d29;
}

.footer-company-name{
	color: #ffffff;
	text-align: center;
	margin: 0px;
	padding: 20px 0px;
	position: relative;
	z-index: 1;
}

.footer-company-name a{
	color: #aa2d29;
}
.footer-company-name a:hover{
	color: #ffffff;
}




























