@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic.eot');
  src: url('../fonts/CenturyGothic.woff') format('woff'),
    url('../fonts/CenturyGothic.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic-Bold.eot');
  src: url('../fonts/CenturyGothic-Bold.woff') format('woff'),
    url('../fonts/CenturyGothic-Bold.ttf') format('truetype');
  font-weight: bold;
}

* {
  color: rgba(60, 60, 59);
  font-family: 'Montserrat', sans-serif;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Century Gothic', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin: 0 0 10px 0;
}

h3 {
  font-size: 1rem;
}

html,
body {
  height: 100%;
  margin: 0;
  background: rgba(60, 60, 59);
}

.login-page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.form {
  background: #ffffff;
  width: 360px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0px 20px 11px rgba(0, 0, 0, 0.2),
    0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.form input {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 10px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}

.btn {
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  padding: 10px 0;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid rgba(243, 146, 0);
}

.btn-primary {
  background: rgba(243, 146, 0);
}

.btn-primary:hover {
  background: rgba(216, 130, 0);
  border-color: rgba(216, 130, 0);
}

.btn-primary.active {
  background-color: #fff !important;
  border-color: #495057 !important;
  color: #495057 !important;
  box-shadow: 3px 3px 5px #a4a4a4;
}

.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}

.form .message a {
  color: #4caf50;
  text-decoration: none;
}

.form .register-form {
  display: none;
}

.help-block-error {
  color: rgba(243, 146, 0);
}
