/* @import 'bootstrap.min.css';
@import 'font-awesome.min.css';
@import 'preloader.css';
@import 'https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700,900'; */

body,
html {
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    background-color: #f0f2f5
}

body {

    font-size: 16px;
    font-weight: 400;
    color: #000;
    background-image: url('../img/banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    height: 100vh
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

a {
    text-decoration: none;
    color: #1D74F1
}

a:focus {
    outline: none;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {

    color: #1D74F1
}

a,
a:hover,
a:focus {
    color: rgba(0, 30, 87, 1)
}

.authfy-login .btn-primary {
    background-color: #1D74F1;
    border-color: #1D74F1;
    font-size: 16px;
    height: 50px;
    min-width: 200px;
}

.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active,
.btn-primary.active {
    background-color: #fff;
    border-color: #1D74F1;
    color: #1D74F1
}

.brand-logo {
    margin: 35px auto 20px;
}

.authfy-panel-left {
    background-color: #fff;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.authfy-panel-right {
    background-color: rgba(0, 30, 87, 0.8);
    color: #fff;
    height: 100vh;
}

.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
}

.headline span {
    color: #fff;
}

.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 {
    width: 450px;
    max-width: 100%;
}

.authfy-panel {
    padding: 0;
    width: 100%;
    height: 100%;
}

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

.authfy-login .auth-title {
    font-weight: 700;
    margin-top: 0
}

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


.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;
}

.panel-login .form-control,
.panel-signup .form-control,
.panel-forgot .form-control {
    background-color: #fff;
    color: #333;
    font-size: 16px;
    height: 50px;
    margin-bottom: 0;
    padding: 12px 22px;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1), 0 0 2px 0 rgba(0, 0, 0, .1);
    border: solid 1px #bcc2ce;
    outline: none;
}

.panel-login .form-group {
    margin-bottom: 20px;
}

.authfy-panel.panel-forgot {
    padding-top: 40px
}

.panel-login .form-control:focus,
.panel-signup .form-control:focus,
.panel-forgot .form-control:focus {
    border-color: #061e4c;
    z-index: 2;
    outline: 0;
    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: rgb(0, 30, 87)
}

.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 {
    text-align: center;
    font-size: 11px;
    display: inline-block;
    width: 17px;
    height: 17px;
    padding: 1px 2px;
    margin-left: 0;
    position: absolute;
    top: 4px;
    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: rgb(0, 30, 87);
    color: #fff;
    border-radius: 2px;
    border-color: rgb(0, 30, 87);
    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: 0;
    outline-offset: -2px
}

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


@media(min-width: 320px) and (max-width:767px) {

    .authfy-panel {
        padding: 0 20px
    }
}

@media(max-width: 320px) {


    .remember-row .col-sm-6 {
        width: 100%
    }

    .authfy-login .forgotPwd {
        text-align: left;
        margin-top: 0
    }
}



.btn.btn-theme-white {
    width: 322px;
    max-width: 100%;
    height: 110px;
    border-radius: 7px;
    border: 1px solid #1D74F1;
    background: #1D74F1;
    box-shadow: 0px 6px 14px -8px rgba(0, 0, 0, 0.08) !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    color: #fff;
}

.btn.btn-theme-white:hover {
    color: #1D74F1;
    border: 1px solid #1D74F1;
    background-color: #fff;
}

/* error */
label.error {
    font-size: 12px !important;
}

label.error {
    text-align: left;
    display: block;
    margin-top: 5px;
    margin-bottom: 0;
}

.error {
    color: red !important;
}


footer {
	background: #F2F6FE;
    padding: 20px 0;
    font-size: 14px;
    min-height: 60px;
}
/* error */