﻿ /*Sabir khan*/
 @import 'https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700,900';

body, html {
    background-color: #363535;
    background-image: url(../Images/Site/hr-image2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    height: 100vh;
    font-size: 14px !important;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    background-blend-mode: overlay;
}
body{
    font-family:titillium web,sans-serif;
    font-size:1.6em;
    font-weight:400;
    color:#44525f
}
.starEror {
    position: absolute;
    color: red;
    right: 0;
    bottom: -24px;
}
 small.employeelogin {
    font-size: 20px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
 .form-group { position:relative; }
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: #2f539f;
}
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:20px; text-align:left;
}
.brand-logo img{ width:100px;}
.authfy-container {
    width: 900px;
    margin: auto;
    position: absolute;
    left: 0;
    display: flex;
    right: 0;
    top: 0;
    bottom: 0;
    height: 460px;
    border: 8px solid red;
    border-image: linear-gradient(to right, #2f539f 0%,#2f539f 30%,#ce0b15 20%,#e63841 66%,#e63841 49%,#5ed6fd 53%,#5ed6fd 44%,#e63841 46%,#5ed6fd 49%,#5ed6fd 40%,#5ed6fd 60%,#26bff1 60%,#27c1f4 80%,#26bff1 76%,#26bff1 80%,#26bff1 100%) 1 stretch repeat;
}
.authfy-panel-left {
    background:#fff;
    color: #fff;                            
}
.authfy-panel-right{
    background-color:#fff;      
}
.authfy-login,.authfy-panel-left .brand-col{
    height:460px
}
.authfy-panel-left .brand-col{
    display:table;
    width:100%;
    padding:0
}
.authfy-panel-left .brand-col .headline{
    display:table-cell;
    vertical-align:middle
}
    .authfy-panel-left .brand-col .headline img {
        width: 100%;
        height: 100%;
        padding: 10px 0 25px;
    }
.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:10px; text-align:left;
}
.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: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{
    margin-top:0px
}
.authfy-panel .authfy-heading {
    margin-bottom: 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
}
.authfy-login .forgotPwd{
    text-align:right;
    margin-top:10px
}
.formIcon {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #cccccc;
    font-size: 24px; z-index:9;
}
.panel-login .form-control,.panel-signup .form-control,.panel-forgot .form-control{
    background-color:#fff;
    color:#333;
    font-size:18px;
    height:50px;
    margin-bottom:20px;
    padding:12px 42px;
    border-radius:3px;
    border:solid 1px #bcc2ce;
    outline:none;
   /* -webkit-box-shadow:0 3px 6px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.1);
    box-shadow:0 3px 6px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.1)*/
}
.authfy-panel.panel-forgot{
    padding-top:40px
}
.panel-login .form-control:focus,.panel-signup .form-control:focus,.panel-forgot .form-control:focus{
    border-color:#4f77ff;
    z-index:2;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.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 {  
        margin-top: 10px;
    }
    .authfy-container {
    width: auto;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    padding: 0px; display:grid;
}
    .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; order:2;
    }
    .authfy-panel-right{
        border-top-left-radius:0;
        border-top-right-radius:0;
        border-bottom-left-radius:4px;
        border-bottom-right-radius:4px; order:1;
    }
    .authfy-panel-left .brand-col{
        height:300px;
        text-align:center
    }
    .term-policy{
        font-size:75%
    }
}
@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
    }
}


