body {
	background: url(../img/Login-bg.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding:0;
}

.login-lhs {
	background: url(../img/login-lhs-bg.jpg) no-repeat;
	min-height:465px;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.login-rhs:before {
	content: "";
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 0px;
    height: 0px;
    border-bottom: 40px solid #192129;
    border-left: 40px solid transparent;
}
.login-rhs:after {
	content: "";
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 0px;
    height: 0px;
    border-top: 40px solid #0b8498;
    border-right: 40px solid transparent;
}
.login .container {
	width: 700px;
}
.login-lhs .h1 {
	margin:0;
	font-size:40px;
	color:#fff;
	font-family: 'Lato-Light';
}
.login-lhs .h2 {
	font-family: 'ArialRoundedMTBold';
	font-size:55px;
	color:#fff;
	margin:0;
	line-height: 48px;
}
.login-logo img { width: 190px; }
.login-lhs .h3 {
	margin:10px 0 0 0;
	font-size:30px;
	color:#fff;	
	font-family: 'Lato-Bold';
}
.tagline {
	color:#fff;	
	font-family: 'Lato-Bold';
	font-size:23px;
	line-height: 28px;
    margin: 5px 0 0;
}
.login-area {
	min-height:600px;
}
.no-gutter {
	padding-right: 0px;
    padding-left: 0px;
}
.welcome-msg {
	padding:15px 15px;
}
.login-rhs {
	background-color:#fff;
	padding: 20px 25px 10px 25px;
	min-height:465px;
}
.signup .login-rhs {
	padding: 30px 25px 10px 25px;
}
.login-rhs .h1 {
	font-size:26px;
	margin:0;
	font-family: 'Lato-Regular';
}
.login-rhs .h4 {
	margin-bottom: 30px;
}
.signup .login-rhs .h4 {
    margin-bottom: 30px;
}
.login-form {
	margin: 0 auto 0;
   /* max-width: 400px;*/
   max-width: 100%;
}
.login-form .form-control {
	border: none;
    box-shadow: none;
    border-bottom: solid 1px #ccc;
	font-size: 18px;
}
#user {
	background-image:url(../img/user-icon.png);
	background-repeat:no-repeat;
	padding-left:40px;
	background-position: 0px 2px;
}
#password {
	background-image:url(../img/pass-icon.png);
	background-repeat:no-repeat;
	padding-left:40px;
	background-position: 0px 0px;
}
#email {
	background-image:url(../img/email-icon.png);
	background-repeat:no-repeat;
	padding-left:40px;
	background-position: 0px 7px;
}
.click-here {
	color:#1e97ab;
	text-decoration:underline;
	font-weight:bold;
}

.sign-in-btn {
	width:100%;
	background-color:#ff4a43;
	color:#fff;
	font-size:17px;
	border-radius:0;
	margin:20px 0 0;
	min-height: 30px;
	padding: 4px 12px;
}
.sign-in-btn:hover, .sign-in-btn:focus {
	color:#fff;
}
.fb-btn {
	width:100%;
	background:#3b5b99;
	color:#fff;
	font-size:17px;
	border-radius:0;
	margin:15px 0 0;
	min-height: 25px;
	line-height: 25px;
	padding: 4px 0
}
.fb-btn:hover, .fb-btn:focus {
	color:#fff;
}
.fb-icon {
	position: relative;
    left: -20px;
    top: 5px;
    width: 10px;
}
.separator {
	position:relative;
	text-align:center;
	margin:15px 0 0;
	font-family: 'Lato-Light';
	font-size:12px;
}
.separator:before {
	content:'';
	position:absolute;
	left:0;
	top:10px;	
	border-bottom:solid 1px #ccc;
	width: 45%;
}
.separator:after {
	content:'';
	position:absolute;
	right:0;
	top:10px;
	border-bottom:solid 1px #ccc;	
	width: 45%;
}
.register-now {
	position:absolute;
	bottom:20px;
	left:0;
	font-size:22px;
	width:100%;
	text-align:center;
	font-family: 'Lato-Bold';
	color: #6c6c6c;
}
.register-now .click-here {
	text-decoration:none;
}
.page-icon {
	width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #2bb0b8;
    text-align: center;
    cursor: pointer;
	margin:20px auto;
}
.page-icon i {
    font-size: 50px;
    line-height: 100px;
    color: #ffffff;
}

.footer-area ul {
	margin: 15px 0 0;
	text-align: center;
}
.footer-area li {
	display:inline-block;
	position:relative;
}
.footer-area li:last-child:after {
	border:none;
}
.footer-area li:after {
	content:'';
	display: inline-block;
    border-right: solid 2px #fff;
    height: 16px;
	position:absolute;
	top:0px;
	right:0px;
	margin: 3px -3px 0 0px;
}
.footer-area li a {
	color:#fff;
	padding:5px 10px;
	font-size: 15px;
}

div#registration .login-rhs .h4             { margin-bottom: 15px;}
div#registration .login-form .form-group    { margin-bottom: 5px;}
div#registration .login-form .form-control  { font-size: 16px; }
div#registration .sign-in-btn               { margin-top: 15px; }
div#registration .register-now              { bottom: 25px;font-size: 18px; }