.body-slideshow {
    min-height: 100vh;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
  }
.hello {
    min-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow-y: auto;
    transform: translate3d(0, 0, 0);
  }

.links .forgotPassword{
    font-size: 11px;
    color: #fff !important;
    display: inline-block;
    width: 50%;
    margin: 20px 0 0;
    letter-spacing: 1px;
    float: left;
}
.links .right{
    font-size: 11px !important;
    color: #fff !important;
    display: inline-block;
    width: 50%;
    margin: 20px 0 0;
    letter-spacing: 1px;
    text-align: right;
}

.copyright{
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 1.8em;
}
  
  .body-slideshow .bkg-slide-1, .bkg-slide-2 {
    height: 100%;
    width: 3000px;
    background: url('/assets/images/collage.jpg');
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .body-slideshow .bkg-slide-1 {
    animation: moveSlideshow 30s linear infinite;
    transition: opacity 0.5s ease-in;
  }
  .body-slideshow .bkg-slide-2 {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    background-position: 0 -2000px;
    animation: moveSlideshow 19s linear infinite;
  }
  .body-slideshow:hover .bkg-slide-2 {
    opacity: 1;
  }
  
  @keyframes moveSlideshow {
    100% { 
      transform: translateX(-40.6666%);  
    }
  }

footer{
    margin-top: 720px;
    position: relative;
}

.header-main{
    max-width: 400px;
    margin: 4em auto;
    position: relative;
    z-index: 999;
    padding: 3em 2em;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: -1px 4px 28px 0px rgba(0, 0, 0,0.75);
    top: 0;
}

.vanguard-icon{
    text-align: center;
    margin: 0 auto;
    padding-bottom: 1em;
}

.vanguard-icon span{
    margin-bottom: 1em;
    width: 150px;
  
}
.vanguard-icon span img{
    width: 30%;
  
}

.icon1{
    margin: 0 0 1em;
    padding: 1.3em 1em;
    background: rgba(255, 255, 255, 0.94);
}

.icon1 span{
    width: 20px;
    color: #222;
}

.password, #loginPhone,input[type="password"]{
    outline: none;
    font-size: 15px;
    color: #000;
    border: none;
    width: 90%;
    display: inline-block;
    background: transparent;
    letter-spacing: 1px;
}


input{
    text-rendering: auto;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;


}


.login-check{
    position: relative;
}

.checkbox {
    position: relative;
    display: block;
    padding-left: 30px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
}

.bottom{
    margin: 1em 0 0;
}

.header-main .btn{
    background: rgb(0, 6, 77);
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: .8em 2em;
    letter-spacing: 1px;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: none;
    width: 100%;
}
.header-main .btn:hover{
    color: #fff !important;
    background: rgb(2, 13, 134);


}
