a,
a:focus {
	text-decoration: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
}

.custom-panel,
.focus-input,
.panel-forgot .form-control:focus+.focus-input:before,
.panel-login .form-control:focus+.focus-input:before,
.panel-signup .form-control:focus+.focus-input:before,
.wrap-input {
	width: 100%;
}

.signup-login-screen {
	background-color: #f0f2f5;
	background-image: url(../images/login-bg.png);
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: cover;
	height: 100vh;
	overflow-x: hidden;
}

body {
	font-size: 1.6em;
	font-weight: 400;
	color: #44525f;
}


ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
a:focus {
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2d385e;
}

a,
a:focus,
a:hover {
	color: #4aa933;
}

.robo-index .btn-primary {
	background-color: #4aa933;
	border-color: #4aa933;
}

.robo-index .btn-primary.active,
.robo-index .btn-primary:active,
.robo-index .btn-primary:active:focus,
.robo-index .btn-primary:active:hover,
.robo-index .btn-primary:focus,
.robo-index .btn-primary:hover {
	background-color: #4aa933;
	border-color: #4aa933;
}

.custom-login .btn.btn-lg {
	border-radius: 3px;
	box-shadow: 0 2px 3px #9c9c9c;
}

.robo-logo {
	margin-top: 0;
	margin-bottom: 35px;
}

.custom-container {
	margin-top: 97px;
	margin-bottom: 97px;
}

.custom-panel-left {
	background-color: rgba(0,0,0,.85);
	color: #fff;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.6);
	box-shadow: 0 3px 6px rgba(0,0,0,0.6);
}

.custom-panel-right {
	background-color: rgba(255, 255, 255, 0.85);
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.6);
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.6);
}

.custom-login,
.custom-panel-left .robo-col {
	height: 460px;
}

.custom-panel-left .robo-col {
	display: table;
	width: 100%;
	padding: 25px;
}

.custom-panel-left .robo-col .headline {
	display: table-cell;
	vertical-align: middle;
}

.custom-panel-left .robo-col .headline h1,
.custom-panel-left .robo-col .headline h2,
.custom-panel-left .robo-col .headline h3 {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
}

.custom-login {
	padding: 40px 20px;
}

.custom-panel .custom-heading {
	margin-bottom: 30px;
}

.custom-login .recover-title {
	font-weight: 700;
}

.robo-col .social-buttons a {
	color: #fff;
	margin-top: 15px;
}

.robo-col .social-buttons a:hover {
	color: #fff;
	opacity: .9;
}

.robo-col .social-buttons .btn-facebook {
	background: #3b5998;
}
.robo-logo img {
    max-width: 100%;
}
.robo-col .social-buttons .btn-twitter {
	background: #00aced;
}

.robo-col .social-buttons .btn-google {
	background: #c32f10;
}

.robo-col .social-buttons a>span {
	padding-left: 5px;
}

.panel-login .remember-row {
	margin-bottom: 10px;
}

.panel-login .remember-row label {
	font-weight: 400;
	position: relative;
	cursor: pointer;
	color: #666;
	padding-left: 24px;
}

.custom-login .forgotPwd {
	text-align: right;
	margin-top: 10px;
}

.panel-forgot .form-control,
.panel-login .form-control,
.panel-signup .form-control {
	color: #333;
	font-size: 16px;
	height: 50px;
	padding: 12px;
	outline: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background:transparent;
}

.wrap-input {
	position: relative;
	border-bottom: 1px solid rgba(137, 137, 137, 0.45);
}

.focus-input {
	position: absolute;
	display: block;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}

.custom-login .nav-tabs>li>a:after,
.focus-input:before {
	height: 2px;
	left: 0;
	content: "";
}
.signup-login-screen input[type=password] {
    padding-right: 40px;
}
.focus-input:before {
	background-color: #4aa933;
	width: 0;
	display: block;
	position: absolute;
	bottom: -2px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

.pwdMask {
	position: relative;
}

.pwdMask .pwd-toggle {
	color: #898989;
	position: absolute;
	z-index: 2;
}

.panel-login .pwdMask .pwd-toggle,
.panel-signup .pwdMask .pwd-toggle {
	top: 15px;
	right: 15px;
}

.pwdMask .pwd-toggle:focus,
.pwdMask .pwd-toggle:hover {
	cursor: pointer;
}

.pwdMask .pwd-toggle.fa-eye,
.pwdMask .pwd-toggle:focus,
.pwdMask .pwd-toggle:hover {
	color: #4aa933;
}

.panel-signup .term-policy a {
	text-decoration: underline;
}

.custom-login .nav-tabs {
	margin-bottom: 30px;
	border-bottom: 2px solid #ddd;
}

.custom-login .nav-tabs.nav-justified>.active>a,
.custom-login .nav-tabs.nav-justified>.active>a:focus,
.custom-login .nav-tabs.nav-justified>.active>a:hover,
.custom-login .nav-tabs>li.active>a,
.custom-login .nav-tabs>li.active>a:focus,
.custom-login .nav-tabs>li.active>a:hover {
	cursor: pointer;
	border-width: 0;
}

.custom-login .nav.nav-tabs>li>a:focus,
.custom-login .nav.nav-tabs>li>a:hover {
	background-color: transparent;
}

.custom-login .nav-tabs>li>a {
	color: #666;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .25px;
	margin-bottom: -1px;
	padding-left: 0;
	padding-right: 0;
	border: none;
}

.custom-login .nav-tabs>li.active>a,
.custom-login .nav-tabs>li>a:hover {
	color: #4aa933;
	background: 0 0;
	border: none;
}

.custom-login .nav-tabs>li>a:after {
	background-color: #4aa933;
	position: absolute;
	width: 100%;
	bottom: -1px;
	transition: all 250ms ease 0s;
	transform: scale(0);
}

.custom-login .nav-tabs>li.active>a:after,
.nav-tabs>li:hover>a:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.custom-login .tab-nav>li>a:after {
	background-color: #4aa933;
	color: #fff;
}

.custom-login .nav-tabs.nav-justified>.active>a,
.custom-login .nav-tabs.nav-justified>.active>a:focus,
.custom-login .nav-tabs.nav-justified>.active>a:hover {
	border: 0;
}

.robo-index .checkbox input[type=checkbox] {
	position: absolute;
	right: 9000px;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}

.robo-index .checkbox input[type=checkbox]+.label-text:after,
.robo-index .checkbox input[type=checkbox]+.label-text:before {
	font-size: 11px;
	display: inline-block;
	width: 17px;
	height: 17px;
	padding: 2px;
	margin-left: 0;
	position: absolute;
	top: 2px;
	left: 0;
}

.robo-index .checkbox input[type=checkbox]+.label-text:before {
	content: "";
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #ced4da;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
	transition: border .15s ease-in-out, color .15s ease-in-out;
}

.robo-index .checkbox input[type=checkbox]+.label-text:after {
	background-color: #4aa933;
	color: #fff;
	border-radius: 2px;
	border-color: #4aa933;
	line-height: 1.4;
}

.robo-index .checkbox input[type=checkbox]:focus+.label-text:before {
	outline: none;
}

.robo-index .checkbox input[type=checkbox]:checked+.label-text:after {
	font-family: FontAwesome;
	content: "\f00c";
}
.signup-login-screen .signup-mainbox{margin:0; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); z-index:999;width: 100%;
    max-width: 1000px;}
.signup-login-screen::before{position:absolute; left:0; top:0; content:""; background:rgba(0,0,0,0.3); height:100%; width:100%;}
.admin-login p.Host-Property {
    font-size: 24px;
    text-align: center;
}
.admin-login{background-image:url(../../Images/Login/admin-login-bg.jpg)}
.admin-login .nav-tabs li a {
    font-size: 24px;
    position: relative;
    z-index: 9;
}


.admin-login .nav-tabs li a span {
    position: relative;
    z-index: 99999;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
input.form-control::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.8);
}
input.form-control:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.8);
}

input.form-control::placeholder {
  color: rgba(51, 51, 51, 0.8);
}
.admin-login .custom-login, .admin-login .custom-panel-left .robo-col {
    height: 400px;
}
.admin-login .custom-login{padding:20px;}

.agentLogin {
	margin: 0;
	color: #4aa933;
	text-align: center;
	font-size: 24px;
	position: relative;
	z-index: 9;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .25px;
	padding-bottom: 5px;
	border-bottom: 2px solid #4aa933;
}