@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
a,
a:focus {
    text-decoration: none
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
}

body,
html {
    overflow: hidden;
    text-rendering: optimizeLegibility;
    background-color: #f0f2f5
}

body {
    font-size: 18px;
    font-weight: 400;
    color: #44525f;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    height: 100vh;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a:focus {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
}

a,
a:focus,
a:hover {
    color: #4f77ff;
}

/*.btn-primary {
    background-color: #4f77ff;
    border-color: #4f77ff;
}*/

/*.btn-primary.active,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #486ff2;
    border-color: #486ff2;
}*/

.brand-logo {
    margin: 0px auto 35px auto;
}

.authfy-panel-left {
    background-color: #fff;
    height: 100vh;
}

.authfy-panel-right {
    background-color: rgb(45, 56, 94, .9);
    color: #fff;
    height: 100vh;
	position: inherit !important;
}

.authfy-panel-right .hero-heading {
    display: table;
    height: 100vh;
    width: 100%;
    text-align: center
}

.authfy-panel-right .hero-heading .headline {
    display: table-cell;
    vertical-align: middle;
}

.authfy-panel-right .hero-heading .headline h1,
.authfy-panel-right .hero-heading .headline h2,
.authfy-panel-right .hero-heading .headline h3 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}

.authfy-login {
    min-height: 320px;
    position: relative;
    top: 0;
    left: 0;
    /*overflow: hidden;*/
    width: 400px !important;
    margin: auto;	
}

.authfy-panel {
    padding: 0 40px;
    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: 30px;
}

.authfy-heading h3
{
	color: black;
}

.authfy-login .auth-title {
    font-weight: 700;
    margin-top: 0;
}

.authfy-login .authfy-panel.active {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.authfy-login .social-buttons a {
    color: #fff;
}

.authfy-login .social-buttons a:hover {
    color: #fff;
    opacity: .9;
}

.authfy-login .social-buttons .btn-facebook {
    background: #3b5998;
}

.authfy-login .social-buttons .btn-twitter {
    background: #00aced;
}

.authfy-login .social-buttons .btn-google {
    background: #c32f10;
}

.authfy-login .loginOr {
    position: relative;
    font-size: 1.5em;
    color: #aaa;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
}

.authfy-login .loginOr .spanOr {
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.authfy-login .loginOr .spanOr:after,
.authfy-login .loginOr .spanOr:before {
    content: "";
    background-color: #ddd;
    width: 55%;
    height: 1px;
    position: absolute;
    top: 19px;
}

.authfy-login .loginOr .spanOr:before {
    left: -50px;
}

.authfy-login .loginOr .spanOr:after {
    right: -50px;
}

.panel-login .remember-row {
    margin-bottom: 10px;
}

.panel-login .remember-row label {
    font-weight: 400;
    position: relative;
    cursor: pointer;
    color: #666;
    padding-left: 24px;
}

.authfy-login .forgotPwd {
    text-align: right;
    margin-top: 10px
}

.panel-forgot .form-control,
.panel-login .form-control,
.panel-signup .form-control {
    color: #333;
    font-size: 18px;
    height: 50px;
    padding: 12px 0;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-forgot .form-control:focus+.focus-input:before,
.panel-login .form-control:focus+.focus-input:before,
.panel-signup .form-control:focus+.focus-input:before {
    width: 100%;
}

.wrap-input {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #d9d9d9;
}

.focus-input,
.focus-input:before {
    display: block;
    position: absolute;
    left: 0;
}

.focus-input {
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none;
}

.focus-input:before {
    background-color: #4f77ff;
    content: "";
    width: 0;
    height: 2px;
    bottom: -2px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.authfy-panel.panel-forgot {
    padding-top: 40px;
}

.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:focus,
.pwdMask .pwd-toggle:hover {
    cursor: pointer;
}

.pwdMask .pwd-toggle.fa-eye,
.pwdMask .pwd-toggle:focus,
.pwdMask .pwd-toggle:hover {
    color: #4f77ff;
}

.panel-signup .term-policy a {
    text-decoration: underline;
}

.checkbox input[type=checkbox] {
    position: absolute;
    right: 9000px;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.checkbox input[type=checkbox]+.label-text:after,
.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;
}

.checkbox input[type=checkbox]+.label-text:before {
    content: "";
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 3px;
    cursor: pointer;
    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]:focus+.label-text:before {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

.checkbox input[type=checkbox]:checked+.label-text:after {
    font-family: FontAwesome;
    content: "\f00c";
}

.alert-custom{
	border: 1px solid #44525f !important;
    font-size: 16px !important;
}

@media (max-width:991px) {
	.authfy-panel-right .hero-heading {
    width: auto;
	}
}

@media (max-width:767px) 
{
	.authfy-panel
	{
		padding: 0px !important;
	}
	
	.brand-logo img
	{
		max-width: 320px !important; 		
	}

	
}	
