@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
body {
    color: #333;
    font: normal 84.3%/1.1 "Lato",sans-serif;
}
@media (max-width: 768px){
    .overlay {
        display: none;
    }
}
.cancel_btn{
    padding: 5px 10px;
    color: #fff;
    background-color: #17a2b8;
    border: 1px solid #17a2b8;
    background-image: none;
    cursor: pointer;
    font-size: 13px;
}
.client_name{
    color: red;
    font-weight: 700;
    font-size: 22px;
}
.logo_header{
    padding: 15px 30px;
    border-bottom: 1px solid #ddd;
    background: #fdfdfdf7;
}
.auth-area{
    position: relative;
    /*background: #ffffffed;*/
    height: 87vh;
}
.auth-col{
    margin: 60px auto;
    max-width: 400px;
    padding: 45px 40px;
    background:#009edf;
    color: #FFF;
    text-shadow: none;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);

}
.form-group{
    margin-bottom: 15px;
}
.auth-input{
    height: auto!important;
    padding: 8px 12px !important;
    border-radius:0px;
    font-size: 12px;
    padding-top: 3px;
}
label{
    margin-bottom: 10px;
}
.input-group {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
}
#login-btn {
    border: 1px solid #ccc;
    margin-top: 28px;
    padding: 6px 12px;
    text-transform: uppercase;
    color: #666;
    text-shadow: 0 1px #fff;
    cursor: pointer;
    -moz-border-radius: 3px 3px;
    -webkit-border-radius: 3px 3px;
    border-radius: 3px 3px;
    -moz-box-shadow: 0 1px #fff inset, 0 1px #ddd;
    -webkit-box-shadow: 0 1px #fff inset, 0 1px #ddd;
    box-shadow: 0 1px #fff inset, 0 1px #ddd;
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: -o-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0);
}
.input-group-addon{
    padding: 10px;
}
span.input-group-addon > i {
    color: #fff;
    font-size: 17px;
}
.pass-add-on{
    padding: 10px 13px;
}
.pass-add-on > i{
    font-size: 18px;
}
.head-right {
    position: relative;
    color: #009edf;
    margin-top: 12em;
}
.head1 {
    display: grid;
    color: #009edf;
    border: 1px solid #009edf;
    padding: 18px 18px 8px 18px;
    text-align: center;
    margin-bottom: 10px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.head1 > h4{
    margin: 0;
    font-size: 18px;
}
.head1> hr {
    width: 180px;
    background: #009edf;
    height: 3px;
    border: 0px;
    z-index: 999;
    margin: -20px auto 0px;
}
/*-------- inner pages -----------*/
.nav-section{
    border-bottom: 1px solid #f1f1f1;
}
.radius-0{
    border-radius: 0px;
}
.form-control{
    border-radius: 0px;   
}
.control-label{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.control-label-2{
    position: relative;
    top: 5px;
}
.point{
    cursor: pointer;
}
.page-content{
    margin-top: 5rem;
}
.page-content > div.container{
    padding: 20px 20px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
}
.title-head{
    background: #f8f9fa;
    border: 1px solid #f1f1f1;
    padding: 10px;
    margin: 0;
    font-size: 18px;
}
.form-box{
    /*height: 225px;*/
    border: 1px solid #f1f1f1;
    padding: 50px 20px 0px;
    margin-top: 30px;
    margin-bottom: 25px;
    background: #009edf;
    color: #fff;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #195269;
}
.gen-cont > p{
    text-align: justify;
    margin-top: 45px;
    font-size: 16px;
}
.card-img{
    max-height: 200px;
    max-width: 200px;
    display: block;
    margin: 20px auto 0px;
}
.foot1{
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 2;
    bottom: 0;
    border: 1px solid #e1e1e1;
    background: #fdfdfd;
    padding: 10px;
    color: #9a9a9a;
    font-size: 11px;
}
.foot{
    text-align: center;
    position: relative;
    width: 100%;
    z-index: 2;
    bottom: 0;
    border: 1px solid #e1e1e1;
    background: #fdfdfd;
    padding: 10px;
    color: #9a9a9a;
    font-size: 11px;
}
.mb5rem{
    margin-bottom: 5rem;
}
.mb5{
    margin-bottom: 5px;
}
.img-panel{
    margin-top: 35px;
}
.btn-col{
    text-align: right;
    margin: 10px auto;
}
.resp-icon{
    display: inline-block;
}
.resp-icon > i{
    font-size: 35px;
    position: absolute;
    right: 15px;
    bottom: 21px;
}
#snackbar {
    visibility: hidden;
    min-width: 315px;
    background-color: #03a9f4;
    color: #fff;
    text-align: left;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 4;
    right: 10px;
    font-size: 17px;
    bottom: 49px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#snackbar.danger{
    background: #cc0000;
}
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 49px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 49px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 49px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 49px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}
.btn:disabled {
    cursor: not-allowed;
}
.fi-xwsuxl-reload{
    font-size: 20px;
    color: #fff;
    top: 50px;
    margin:10px 0 0 10px;

}
.imgcap{
    height: 43px;
    padding: 5px;
}