@import "login.css";
.text-dark {
    color: #181c32 !important;
}
.form-control {
  border-color: #f5f8fa !important;
  background-color: #f5f8fa !important;
  color: #636368 !important;
}
.col-form-label {
  color: #181c32 !important;
}
.bg-custom {
  background-image: linear-gradient(#17304a,#446d74, #a8f9ff);
}
body {
    background-color: white;
}
.text-right{
  text-align: right;
}
