body {
	font-family: 'Titillium Web', sans-serif;
}

body,
html {
	background-color: #f0f2f5;
	background-image: url(../img/slide1__darker.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100%;
	height: 100vh;
	overflow-x: hidden;
	    overflow-y: hidden;
	text-rendering: optimizeLegibility
}

#preload-block{background-color:#fff;position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999}#preload-block .square-block{background:url(../img/brand-logo-white.png) no-repeat center center;width:250px;height:250px;text-align:center;position:relative;top:50%;margin:0 auto}

.btn-primary {
	background-color: #4f77ff;
	border-color: #4f77ff
}
.mb-15{margin-bottom: 15px;}
.pl-0{padding-left: 0px;}
.pt-10 {
    padding-top: 10px;
}f
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active,
.btn-primary.active {
	background-color: #486ff2;
	border-color: #486ff2
}

.authfy-login .btn.btn-lg {
	border-radius: 3px;
	box-shadow: 0 2px 3px #9c9c9c
}

.brand-logo {
	margin-top: 0;
	margin-bottom: 35px
}

.authfy-container {
	margin-top: 80px;
	margin-bottom: 80px
}

.authfy-panel-left {
	background-color: rgba(38, 43, 72, .92);
	color: #fff;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: 0 3px 6px #1d2030;
	box-shadow: 0 3px 6px #1d2030
}

.authfy-panel-right {
	background-color: #fff;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-box-shadow: 0 2px 6px 0 #1d2030;
	box-shadow: 0 2px 6px 0 #1d2030
}

.authfy-login,
.authfy-panel-left .brand-col {
	height: 460px
}

.authfy-panel-left .brand-col {
	display: table;
	width: 100%;
	padding: 25px
}

.authfy-panel-left .brand-col .headline {
	display: table-cell;
	vertical-align: middle
}

.authfy-panel-left .brand-col .headline h1,
.authfy-panel-left .brand-col .headline h2,
.authfy-panel-left .brand-col .headline h3 {
	color: #fff;
	font-size: 48px;
	font-weight: 700
}

.authfy-login {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden
}

.authfy-panel {
	padding: 20px 30px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .5s ease;
	opacity: 0;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%)
}

.authfy-panel .authfy-heading {
	margin-bottom: 20px
}

.authfy-login .auth-title {
	font-weight: 700
}

.authfy-login .authfy-panel.active {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0)
}

.brand-col .social-buttons a {
	color: #fff;
	margin-top: 0px
}

.brand-col .social-buttons a:hover {
	color: #fff;
	opacity: .9
}

.brand-col .social-buttons .btn-facebook {
	background: #3b5998
}

.brand-col .social-buttons .btn-twitter {
	background: #00aced
}

.brand-col .social-buttons .btn-google {
	background: #c32f10
}

.brand-col .social-buttons a>span {
	padding-left: 5px
}

.panel-login {
	margin-top: 10px
}

.panel-login .remember-row {
	margin-bottom: 10px
}

.panel-login .remember-row label {
	font-weight: 400;
	position: relative;
	cursor: pointer;
	color: #666;
	padding-left: 24px
}

.text-danger {
    color: #a94442;
    text-align: left;
    margin-bottom: 0;
}

.invalid-feedback strong {
    font-size: 12px;
    text-align: left;
    float: left;
    margin-top: -10px;
    margin-bottom: 10px;}
.authfy-login .forgotPwd {
	text-align: right;
	margin-top: 6px;
	margin-bottom: 0px;
} 

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #737373;
    font-size: 12px;
}

.form-group {
    margin-bottom: 5px;
}
.panel-login .form-control,
.panel-signup .form-control,
.panel-forgot .form-control {
	background-color: #fff;
	color: #333;
	font-size: 18px;
	height: 50px;
	margin-bottom: 10px;
	padding: 12px 15px;
	border-radius: 3px;
    border: solid 1px #c3c3c3;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.g-recaptcha{margin-left: -10px;}
.authfy-panel.panel-forgot {
	padding-top: 40px
}

.panel-login .form-control:focus,
.panel-signup .form-control:focus,
.panel-forgot .form-control:focus {
   border-color: #cdcdcd;
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pwdMask {
	position: relative
}

.pwdMask .pwd-toggle {
	color: #ccc;
	position: absolute;
	z-index: 2
}

.panel-login .pwdMask .pwd-toggle,
.panel-signup .pwdMask .pwd-toggle {
	top: 15px;
	right: 15px
}

.pwdMask .pwd-toggle:hover,
.pwdMask .pwd-toggle:focus {
	cursor: pointer
}

.pwdMask .pwd-toggle:hover,
.pwdMask .pwd-toggle:focus,
.pwdMask .pwd-toggle.fa-eye {
	color: #4f77ff
}

.panel-signup .term-policy a {
	text-decoration: underline
}

.checkbox input[type=checkbox] {
	position: absolute;
	right: 9000px
}

.checkbox input[type=checkbox]+.label-text:before,
.checkbox input[type=checkbox]+.label-text:after {
	font-size: 11px;
	display: inline-block;
	width: 17px;
	height: 17px;
	padding: 2px;
	margin-left: 0;
	position: absolute;
	top: 2px;
	left: 0
}

.checkbox input[type=checkbox]+.label-text:before {
	content: "";
	background-color: #fff;
	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
}

.checkbox input[type=checkbox]+.label-text:after {
	background-color: #4f77ff;
	color: #fff;
	border-radius: 2px;
	border-color: #4f77ff;
	line-height: 1.4
}

.checkbox input[type=checkbox] {
	opacity: 0;
	z-index: 1;
	cursor: pointer
}

.checkbox input[type=checkbox]:focus+.label-text:before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.checkbox input[type=checkbox]:checked+.label-text:after {
	font-family: fontawesome;
	content: "\f00c"
}

@media(min-width:768px) {
	.authfy-panel {
		padding: 20px
	}
}

@media(max-width:767px) {
	.authfy-panel-left,
	.authfy-panel-right {
		box-shadow: none
	}
	.authfy-panel-left {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0
	}
	.authfy-panel-right {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px
	}
	.authfy-panel-left .brand-col {
		height: 300px;
		text-align: center
	}
	.term-policy {
		font-size: 75%
	}
	
	.social-buttons{display:none;}
.authfy-panel-left .brand-col {
    display: table;
    width: 100%;
    padding: 25px;
    height: 100% !important;
}

}

@media(min-width:320px) and (max-width:375px) {
	.authfy-login .authfy-panel {
		padding: 20px
	}
	.panel-login .remember-row {
		margin-bottom: 10px;
		font-size: 14px
	}
}

@media(max-width:320px) {
	.authfy-login {
		height: 480px
	}
	.authfy-heading p {
		font-size: 14px
	}
	.remember-row .col-sm-6 {
		width: 100%
	}
	.authfy-login .forgotPwd {
		text-align: left;
		margin-top: 0
	}
}

.version
{
	    text-align: right;
    padding-top: 7px;
    color: #a0a0a0;
	    margin-bottom: 0;

}
.brand-col{    height: 432px !important;}
.web-app{
	    margin-bottom: 0;
    font-size: 23px;
}


.mobilefooternav {
    display: none;
}
@media(max-width:768px)

{
	
	.stripe_item {
      height: 100%;
    width: 100%;
	    padding: 120px 0px;
	}
.mobilefooternav {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 3px;
    z-index: 1001;
}
.bg-btn {
    background: #ffbd84;
background-image: linear-gradient(
75deg
, rgb(35 47 86) 10%, rgb(20 37 78)) !important;
}

.mobilefooternav nav {
    height: 46px;
}
.mobilefooternav nav a:hover, .mobilefooternav nav a.current {
    /* background: rgba(255,255,255,.1); */
}
.mobilefooternav nav a {
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    display: inline-block;
    width: 25%;
    padding: 1px 0 0px;
    box-sizing: border-box;
    z-index: 2;
    float: left;
    border-right: 1px solid rgba(255,255,255,.1);
    height: 46px;
}
.mobilefooternav nav a i {
    position: relative;
    display: inline-block;
    font-size: 17px;
    transition: .3s ease all;
    line-height: 28px;
}
.mobilefooternav nav a b {
    position: relative;
    font-size: 10px;
    transition: .3s ease top;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
}
.authfy-container {
    margin-top: 20px;
    margin-bottom: 0px;    
}
.brand-logo {
    margin-top: 0;
    margin-bottom: 0;
}
}
.bg-blue{    background-color: #2c314e;	}