@import 'bootstrap.min.css';
@import 'font-awesome.min.css';
@import 'preloader.css';
@import '../../../../css.css';

body, html {
    background-color: #f0f2f5;
    background-image: url(../images/computer-1867758_1920-min.jpg);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    height: 100vh;
    overflow-x: hidden;
    text-rendering: optimizeLegibility
}

body {
    font-family: titillium web,sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    color: #44525f
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

a {
    text-decoration: none;
    color: #2d385e
}

    a:focus {
        outline: none;
        text-decoration: none
    }

h1, h2, h3, h4, h5, h6 {
    font-family: titillium web,sans-serif;
    color: #2d385e
}

a, a:hover, a:focus {
    color: #4f77ff
}

.btn-primary {
    background-color: #4f77ff;
    border-color: #4f77ff
}

    .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: 70px;
    margin-bottom: 70px
}

.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 {
    padding: 40px 20px
}

.authfy-panel {
    width: 100%
}

    .authfy-panel .authfy-heading {
        margin-bottom: 30px
    }

.authfy-login .auth-title {
    font-weight: 700
}

.brand-col .social-buttons a {
    color: #fff;
    margin-top: 15px
}

    .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 .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-login .form-control, .panel-signup .form-control, .panel-forgot .form-control {
    color: #333;
    font-size: 16px;
    height: 50px;
    padding: 12px 0;
    outline: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .panel-login .form-control:focus + .focus-input:before, .panel-signup .form-control:focus + .focus-input:before, .panel-forgot .form-control:focus + .focus-input:before {
        width: 100%
    }

.wrap-input {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #d9d9d9
}

.focus-input {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

    .focus-input:before {
        background-color: #4f77ff;
        content: "";
        width: 0;
        height: 2px;
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s
    }

.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
}

.authfy-login .nav-tabs {
    margin-bottom: 50px;
    border-bottom: 2px solid #ddd
}

    .authfy-login .nav-tabs > li.active > a, .authfy-login .nav-tabs > li.active > a:focus, .authfy-login .nav-tabs > li.active > a:hover, .authfy-login .nav-tabs.nav-justified > .active > a, .authfy-login .nav-tabs.nav-justified > .active > a:focus, .authfy-login .nav-tabs.nav-justified > .active > a:hover {
        cursor: pointer;
        border-width: 0
    }

.authfy-login .nav.nav-tabs > li > a:focus, .authfy-login .nav.nav-tabs > li > a:hover {
    background-color: transparent
}

.authfy-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
}

    .authfy-login .nav-tabs > li.active > a, .authfy-login .nav-tabs > li > a:hover {
        color: #4f77ff !important;
        background: 0 0;
        border: none
    }

    .authfy-login .nav-tabs > li > a:after {
        content: "";
        background-color: #4f77ff;
        height: 2px;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -1px;
        transition: all 250ms ease 0s;
        transform: scale(0)
    }

.authfy-login .nav-tabs > li.active > a:after, .nav-tabs > li:hover > a:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.authfy-login .tab-nav > li > a:after {
    background-color: #4f77ff;
    color: #fff
}

.authfy-login .nav-tabs.nav-justified > .active > a, .authfy-login .nav-tabs.nav-justified > .active > a:focus, .authfy-login .nav-tabs.nav-justified > .active > a:hover {
    border: 0
}

.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(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
    }

    .authfy-login .nav-tabs {
        margin-bottom: 20px
    }

    .term-policy {
        font-size: 75%
    }
}

@media(min-width:320px) and (max-width:375px) {
    .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
    }
}
