.login-card{
    position: relative;
    min-height: 60vh;
    background: #0b4086;
    padding: 45px;
    border-radius: 15px;
}
.card-header-login{
    padding: 10px;
  background: #073168;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
}
.card-header-login .login-text{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center !important;
}
.card-header-login:hover{
    background-color: #03A9F4;
    transition: 1s ease-in;

}

.login-btn{
    background-color: #03A9F4 !important;
    border: 1px solid #03A9F4 !important;
    color: #fff !important;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgb(3 169 244 / 24%);
}
.input-group-text{
    color: #fff;
    background-color: transparent;
}
.form-control{
    background-color: transparent !important;
    /* color:#fff !important; */
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  }
