/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./meric/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
@import url(https://fonts.googleapis.com/css?family=Francois+One|Merriweather:400,700&display=swap);
#user-login-form,
#user-pass {
  max-width: 100%;
  border: 1px solid #cfcfcf;
}

#user-login-form label,
#user-pass label {
  font-size: 14px;
}

#user-login-form input[type=submit],
#user-pass input[type=submit] {
  color: #ffffff;
  text-shadow: 1px 1px 1px #444;
  background: #1e3a62;
  border: 1px solid #182e4e;
  background-image: -webkit-linear-gradient(#284c81, #1e3a62 60%, #193152);
  background-image: -o-linear-gradient(#284c81, #1e3a62 60%, #193152);
  background-image: linear-gradient(#284c81, #1e3a62 60%, #193152);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff284c81', endColorstr='#ff193152', GradientType=0);
  background-repeat: no-repeat;
  filter: none;
  box-shadow: none;
}

p.login-title {
  line-height: 1.75em;
  font-size: 28px;
  font-family: "Francois One", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: left;
  color: #fff;
  text-shadow: none;
  padding-left: 10px;
  background: #3d5577;
  background: -moz-linear-gradient(top, #3d5577 0%, #2c476b 38%, #1f3b62 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d5577), color-stop(38%, #2c476b), color-stop(100%, #1f3b62));
  background: -webkit-linear-gradient(top, #3d5577 0%, #2c476b 38%, #1f3b62 100%);
  background: -o-linear-gradient(top, #3d5577 0%, #2c476b 38%, #1f3b62 100%);
  background: -ms-linear-gradient(top, #3d5577 0%, #2c476b 38%, #1f3b62 100%);
  background: linear-gradient(to bottom, #3d5577 0%, #2c476b 38%, #1f3b62 100%);
}
