﻿@charset "utf-8";
a,
body,
font,
h1,
h2,
h3,
h4,
h5,
h6,
span {
    font-family: Roboto, sans-serif !important;
    color: #303030;
}
p {
    font-size: 16px;
    line-height: 28px;
    color: #303030;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    color: #181818;
}

body{
    --skyBlue: #00aad3;
    --skyBlueDark: #019cc1;
    --navyBlue:#17104c;
    --navyBlueDark:#060224;
    --lightBlue:#dbf3f9;

   
}
.checkmsg {
    width: 100%;
    text-align: center;
    float: left;
    font-style: 22px !important;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px;
    margin: 20px 0px 40px 0px;
    color: #009900;
}
.container{  
text-align: center;  
border: 7px solid red;  
width: 300px;  
height: 200px;  
padding-top: 100px;  
}  
input{
    box-shadow: none;
}
.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
button{
    outline: none;
}

::selection {
	background: var(--skyBlue);
	color: #fff;
}

::-moz-selection {
	background: var(--skyBlue);
	color: #fff;
}

::-webkit-scrollbar {
    width: 8px;
	height:0px;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 0px;
	background-color: rgba(0, 170, 211, 0.7);
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover{
	background-color: rgba(0, 170, 211, 1);
}


.login-bluebg{
    background: url(../img/blue-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fixed-footer{
    width: 100%;
    height: 80px;
    background: #eae6e8;
    position: fixed;
    bottom: 0px;
}

.fixed-footer:before{
    width: 100%;
    background: #fff;
    height: 44px;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    border-bottom-left-radius:100px;
    border-bottom-right-radius:100px;
}

.fixed-footer .col-lg-6 span{
    width: 141px;
    height: 54px;
    background: url(../img/icon-logo.png) no-repeat;
    display: block;
    margin-top: 13px;
}

.fixed-footer .col-lg-6 p{
    width: 100%;
    text-align: right;
    padding: 0;
    margin: 26px 0px 0px 0px;
    font-size: 15px;
}
.view-btn {
    font-weight: bold;
    padding: 5px 20px;
    border: none;
    outline: none !important;
}
.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.banner-wrapper{
    padding-left: 100px;
    padding-right: 100px;
}

.lisfy-login{
    width: 100%;
    border-radius: 5px;
    display: table-cell;
    vertical-align: middle;
}

.banner-wrapper .col-lg-4{
    display: table;
    min-height: 100vh;
    width: 100%;
    padding-bottom: 80px;
}

.lisfy-login-container{
    width: 100%;
    background-color: #004d88;
    border-radius: 5px;
    padding: 45px 30px;
}

.lisfy-login-container font{
    width: 100%;
    text-align: center;
    float: left;
}

.lisfy-login-container font img{
    display: inline-block;
    max-height: 75px;
}

.lisfy-login-container .login-btn{
    width: 100%;
    height: 45px;
    background: #5dcd5f;
    color: #003054;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 3px;
    outline: none !important;
    transition-duration: 0.3s;
}

.lisfy-login-container .login-btn:hover{
    background: #49bb4b;
}

.lisfy-login-container .forgot-pass{
    width: 100%;
    background: none;
    color: #b3cadc;
    border: none;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    outline: none !important;
    transition-duration: 0.3s;
    margin-top: 15px;
}

.lisfy-login-container .forgot-pass:hover{
    color: #fff;
}
.lisfy-login-container table tr td span{
    width: 100%;
    position: relative;
    margin-top: 12px;
    float:left;
}
.lisfy-login-container span{
    width: 100%;
    position: relative;
    margin-top: 12px;
    float:left;
}
.lisfy-login-container table tr td  span i{
    position: absolute;
    left: 10px;
    top: 12px;
    color: #b3cadc;
    font-size: 15px;
}
.lisfy-login-container span i{
    position: absolute;
    left: 10px;
    top: 12px;
    color: #b3cadc;
    font-size: 15px;
}
.lisfy-login-container table tr td span input{
    width: 100%;
    height: 40px;
    background: none;
    outline: none;
    border: 1px solid #4d83ac;
    border-radius: 3px;
    /*padding-left: 35px;*/
     padding-left: 20px;
    color: #b3cadc;
}
.lisfy-login-container span input{
    width: 100%;
    height: 40px;
    background: none;
    outline: none;
    border: 1px solid #4d83ac;
    border-radius: 3px;
    /*padding-left: 35px;*/
     padding-left: 20px;
    color: #b3cadc;
}

.lisfy-login-container span input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #95a6d0;
}
.lisfy-login-container span input::-moz-placeholder { /* Firefox 19+ */
	color: #95a6d0;
}
.lisfy-login-container span input:-ms-input-placeholder { /* IE 10+ */
	color: #95a6d0;
}
.lisfy-login-container span input:-moz-placeholder { /* Firefox 18- */
	color: #95a6d0;
}

.lisfy-login-container label{
    width: 100%;
    padding: 0;
    color: #b3cadc;
    margin: 10px 0px;
    font-size: 15px;
}

.lisfy-login-container label input{
    border: 1px solid #4d83ac;
    background: none !important;
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

.lisfy-login-container label input[type='checkbox']{
	margin-right:15px;
	outline:none !important;
	background:none;
    position: relative;
    top: 3px;
}

.lisfy-login-container label input[type='checkbox']:after {
        width: 16px;
        height: 16px;
        border-radius: 2px;
        top: 0px;
        left: 0px;
        position: relative;
        background-color: #004d88;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 1px solid #4d83ac;
}

.lisfy-login-container label input[type='checkbox']:checked:after {
        width: 16px;
        height: 16px;
        border-radius: 2px;
        top: 0px;
        left: 0px;
        position: relative;
        background-color: #5dcd5f !important;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid #5dcd5f;
}

.banner-wrapper .col-lg-8{
    min-height: 100vh;
    display: table;
    padding-bottom: 80px;
    position: relative;
}

.banner-wrapper .col-lg-8 span{
    display: table-cell;
    vertical-align: middle;
}

.lisfylogo{
    position: absolute;
    left: 15px;
    top: 30px;
}

.login-light{
    background: #e3f0ff;
}

.login-light .fixed-footer{
    background: #0060a8;
    
}

.login-light .fixed-footer P{
    color: #fff;
}

.login-light .fixed-footer:BEFORE{
    background: #0066b3;
}

.login-light .fixed-footer .col-lg-6 span{
    background: url(../img/icon-logo-white.png) no-repeat;
}

.login-light .lisfy-login-container{
    background: #0066b3;
}

.login-light .lisfy-login-container label input[type='checkbox']:after {
    background: #0066b3;
}







@media screen and (max-width: 1024px) {
    .banner-wrapper .col-lg-8 span img{
        width: 90%;
        margin-top: 100px;
    }

    .banner-wrapper .col-lg-8,
    .banner-wrapper .col-lg-4{
        min-height: auto;
        display: block;
    }

    .lisfy-login-container{
        margin-top: 100px;
    }
}
@media screen and (max-width: 980px) {
    .banner-wrapper .col-lg-8 span{
        display: none;
        visibility: hidden;
    }

    .banner-wrapper{
        padding-left: 15px;
        padding-right: 15px;
    }

    .lisfy-login-container{
        margin-top: 60px;
    }

    .lisfylogo{
        left: 50%;
        margin-left: -74px;
    }
}

@media (min-width: 560px) and (max-width: 840px) and (orientation: landscape) {
    
}

@media screen and (max-width: 480px) {
    .fixed-footer .col-lg-6:last-child{
        display: none;
        visibility: hidden;
    }

    .fixed-footer .col-lg-6 span{
        position:relative;
        left: 50%;
        margin-left: -70px;
    }
}

@media screen and (max-width: 320px) {

}
 .grntBtn{
            /*background:linear-gradient(right,#f78d8d,#e62c2c)*/
            background:linear-gradient(#f78d8d,#e62c2c)
        }
