@font-face {
  font-family: 'Mukta';
  src: url("../fonts/Mukta-Regular.ttf") format("truetype"); }
body {
  background-color: #070065;
  background: linear-gradient(to right, #670056, #070065);
  color: #fff;
  font-family: 'Mukta', sans-serif;
  font-size: 17px; }

.container .login_form_wrapper {
  padding: 20px;
  background-color: #2c662266;
  border: 5px solid #fff3cd;
  border-radius: 10px; }

a {
  text-decoration: none;
  color: #fff !important; }
  a:hover {
    text-decoration: none;
    color: #fff; }

.btn_login {
  cursor: pointer; }

.copyright {
  position: absolute;
  bottom: 0;
  right: 20px;
  color: #fff3cd;
  font-size: 15px; }

/*# sourceMappingURL=auth.css.map */
