html,body {
     height: 100%;
     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
 #loderback {
     height: 100vh;
     width: 100vw;
     background-color: #083a58;
     z-index: 100000000;
}
 .loader {
     top: 49%;
     left: 49%;
}
/*preloader*/
 .login-block{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e9ae4+0,7cbde2+100 */
     background: #1e9ae4;
    /* Old browsers */
     background: -moz-linear-gradient(top, #1e9ae4 0%, #7cbde2 100%);
    /* FF3.6-15 */
     background: -webkit-linear-gradient(top, #1e9ae4 0%,#7cbde2 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to bottom, #1e9ae4 0%,#7cbde2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e9ae4', endColorstr='#7cbde2',GradientType=0 );
    /* IE6-9 */
     float:left;
     width:100%;
     padding : 50px 0;
     height: 100%;
}
 .banner-sec{
    background:url(<?php echo img_login;
     ?>pexels-photo.jpg) no-repeat left bottom;
     background-size:cover;
     min-height:500px;
     border-radius: 0 10px 10px 0;
     padding:0;
}
 .container{
    background:#fff;
     border-radius: 10px;
}
 .carousel-inner{
    border-radius:0 10px 10px 0;
}
 .carousel-caption{
    text-align:left;
     left:5%;
}
 .login-sec{
    padding: 50px 30px;
     position:relative;
}
 .login-sec .copy-text{
    position:absolute;
     width:80%;
     bottom:20px;
     font-size:13px;
     text-align:center;
}
 .login-sec .copy-text i{
    color:#FEB58A;
}
 .login-sec .copy-text a{
    color:#073650;
}
 .login-sec h2 {
     margin-bottom: 30px;
     font-weight: 800;
     font-size: 22px;
     color: #0b6194;
}
 .login-sec h2:after {
     content: " ";
     width: 100px;
     height: 3px;
     background: #7CBDE2;
     display: block;
     margin-top: 8px;
     border-radius: 3px;
     margin-left: auto;
     margin-right: auto;
}
 .btn-login{
    background: #1e9ae4;
     color:#fff;
     font-weight:600;
}
 .banner-text{
    width:70%;
     position:absolute;
     bottom:40px;
     padding-left:20px;
}
 .banner-text h2{
    color:#fff;
     font-weight:600;
}
 .banner-text h2:after{
    content:" ";
     width:100px;
     height:5px;
     background:#FFF;
     display:block;
     margin-top:20px;
     border-radius:3px;
}
 .banner-text p{
    color:#af713ccf;
}
/*2*/
 .forget-pwd > a{
     color: #dc3545;
     font-weight: 500;
}
 .forget-password .panel-default{
     padding: 31%;
     margin-top: -27%;
}
 .forget-password .panel-body{
     padding: 15%;
     margin-bottom: -50%;
     background: #fff;
     border-radius: 5px;
     -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
 .btnForget{
     background: #1e9ae4;
     border:none;
}
 .forget-password .dropdown{
     width: 100%;
     border: 1px solid #ced4da;
     border-radius: .25rem;
}
 .forget-password .dropdown button{
     width: 100%;
}
 .forget-password .dropdown ul{
     width: 100%;
}
 .modelz {
     z-index: 1000;
}
 .modelwidth {
     width: 40%;
}
 .loginlogo {
     bottom: -18px;
}
 .btn:hover {
     color: #ddd72b;
     text-decoration: none;
     background-color: #073650;
}
 .btndiv {
     margin-top: 7px;
}
 .carousel-item {
     height: 535px;
     overflow: hidden;
}
 .carousel-item > img {
     height: 100%;
     width: 100%;
}
 .btn-forg {
     background-color: #4e90b7;
}
 hr {
     border: 0;
     border-top: 1px solid #eee;
     margin-top: 36px;
     margin-bottom: 2px;
}
 @media only screen and (max-width: 600px) {
     .modelwidth {
         width:100%;
    }
}
 @media (min-width: 1600px){
     .container {
         max-width: 80%;
    }
}
/*--------------------------scroll--------------------------*/
/* width */
 ::-webkit-scrollbar {
     width: 8px;
}
/* Track */
 ::-webkit-scrollbar-track {
     box-shadow: inset 0 0 5px grey;
     border-radius: 10px;
}
/* Handle */
 ::-webkit-scrollbar-thumb {
     background: #013c5f;
     border-radius: 10px;
}
/* Handle on hover */
 ::-webkit-scrollbar-thumb:hover {
     background: #098ad7;
}
/*--------------------------scroll--------------------------*/
/*---------------------------blink----------------------------*/
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/*---------------------------blink----------------------------*/
 