/* code for login pages  */
.card.main_card{
  border-radius: 0;
}

/* code for signup.html  */
select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
  background-color: #fff;
  background-size: 20px;
  padding-right: 40px; /* Space for the arrow */
}

.login_button{
  background-color: #4C00CC !important;
}

.bg-login {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
