.login-title{
    float: left;
    padding-bottom: 1%;
    border-bottom: 5px solid #004C97;
}

.login-input{
    font-size: 20px;
    padding: 2%;
}

.signin-btn{
    float: left;
    font-size: 20px;
}

.forgot-password{
    color: #495057;
    float: right;
    font-size: 20px;
    margin: 8px 0px !important;
}

.termc{
    float: left;font-size: 20px;
}

.login-img{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
}


@media (max-width: 767px){
    .login-img{
      display: none; 
    }
  }

  .custom-margin-0{
    margin: 0 !important;
}