
.login-box-inner{
    overflow: hidden;
}
.login-box{
    background-color: #fff;
    /* background:
    url('https://wpocean.com/wp/hostar/wp-content/uploads/2020/02/background-overly.png');
    background-size: 100% 100%; */
    height: 100vh;
    width: 100%;
    /* overflow: hidden; */
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* z-index: 1; */
    color: #fff;
}
.login-box::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #c2dbda57;
    z-index: -1;
}
.login-box .login-box-inner .login-content{
    position: relative;
}
.login-box .login-box-inner .login-content{
    padding: 18px 30px 40px 30px;
      background-color: #fff;
      border-radius:
    13px;
    
    /* box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5); */
    box-shadow: 0px -1px 9px 0px rgba(85, 179, 200, 0.57);
}
.login-box .login-box-inner .login-content .login-head{
    padding-bottom: 0;
    margin-bottom: 10px;
    border: 1px solid transparent;
    text-align: center;
}
.login-box .login-box-inner .login-content .login-head .title{
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin-top: 0px;
    font-family: "Poppins", sans-serif;
}
.login-box .login-box-inner .login-content .login-head .sub-title{
    color: #000;
    font-size: 17px;
    font-family: "Poppins", sans-serif;
}
.login-box .login-box-inner .login-content  label{
    color: #000;
    font-family: "Poppins", sans-serif;
}
.login-box .login-box-inner .login-content .login-head .logo{
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    line-height: 0;
}
.login-box .login-box-inner .login-content .login-head .logo img{
    width: 100%;
    height: 100%;
    max-width: 200px;
    object-fit: contain;
}

.login-box .login-box-inner .form-control{
    color: #6f6d6d;
    background-color: transparent;
    border-radius:
  11px;
    height: calc(12px + 12px + 14px);
    padding: 5px 10px 10px 40px;
    border-color:
  #29b1b6;
}
.login-box .login-box-inner .form-control::placeholder{
    color: #6f6d6d;
    background-color: transparent;
}

.lines {
    position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin:
auto;
  width: 31vw;
  z-index: -1;
}
.line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}
.line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 75%, #fff 100%);
    -webkit-animation: drop 7s 0s infinite;
    animation: drop 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.line:nth-child(1) {
    margin-left: -25%;
}
.line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.line:nth-child(3) {
    margin-left: 25%;
}
.line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.line:nth-child(4) {
    margin-left: 50%;
}
.line:nth-child(4)::after {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.line:nth-child(5) {
    margin-left: -50%;
}
.line:nth-child()::after {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
@-webkit-keyframes drop {
    0% {
        top: -50%;
   }
    100% {
        top: 110%;
   }
}
@keyframes drop {
    0% {
        top: -50%;
   }
    100% {
        top: 110%;
   }
}
body.enlarged {
    min-height: auto;
}

.left-media{
    position: relative;
}
.left-media img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.left-media:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:
linear-gradient(137deg,rgba(14, 206, 247, 0.9) 0%, rgba(87, 199, 133, 0.8) 94%);
  opacity: 0.7;
}
.right-animated-media img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.login-from-position{
    position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 999;
}
.login-btn{
    position: relative;
    overflow:hidden;
    z-index: 1;
    border-radius: 12px;
    background: rgba(0, 156, 148, 0.7);
}

.login-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 156, 148, 0.7);
    transition: left 0.4s ease;
    border-radius: 12px;
    z-index: -1;

}

.login-btn:hover::before {
    left: 0;
}

.login-btn:hover {
    color: #fff;
}

.login-inner-form .input-icon{
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    color: #fff;
    background:#29b1b6;
    width: 27px;
    height: 27px;
    text-align: center;
    border-radius:8px;
    line-height: 25px;
    box-shadow: 0px -1px 9px 0px rgba(85, 179, 200, 0.69);
}
.login-inner-form .input-icon i{
    font-size: 14px;
}



.right-animated-media {
  position: relative;
  overflow:hidden;
}
.right-animated-media img {
    animation: moveLeftToRight 25s  linear infinite;
}
@keyframes moveLeftToRight {
    0% {
        transform: translateX(10%);
    }
    50% {
        transform: translateX(5%);
    }
    100% {
        transform: translateX(20%);
    }
}

/*  */

@media only screen and (max-width:576px){
    .login-from-position{
        left: 52%;
    }
    .login-box .login-box-inner .login-content .login-head .sub-title{
        font-size: 15px;
    }
}
@media only screen and (max-width:360px){
    .login-from-position{
        left: 53%;
    }
}