body {
  background: #C6133E;
  font-family: "Roboto", sans-serif;
}

.login-box {
  margin-top: 75px;
  height: auto;
  background: #fff;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 1rem;
}

.login-key {
  height: 100px;
  font-size: 80px;
  line-height: 100px;
  background: -webkit-linear-gradient(#27EF9F, #0DB8DE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.login-title {
  margin-top: 15px;
  text-align: center;
  font-size: 30px;
  letter-spacing: 2px;
  margin-top: 15px;
  font-weight: bold;
  color: #57595D;
}

.login-subtitle {
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  margin-top: 5px;
  font-weight: bold;
  color: #57595D;
}

.login-form {
  margin-top: 25px;
  text-align: left;
}

input[type=email] {
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #57595D;
  border-top: 0px;
  border-radius: 0px;
  font-weight: bold;
  outline: 0;
  margin-bottom: 20px;
  padding-left: 0px;
  color: #000;
}

input[type=password] {
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #57595D;
  border-top: 0px;
  border-radius: 0px;
  font-weight: bold;
  outline: 0;
  padding-left: 0px;
  margin-bottom: 20px;
  color: #000;
}

.form-group {
  margin-bottom: 40px;
  outline: 0px;
}

.form-control:focus {
  border-color: inherit;
  box-shadow: none;
  border-bottom: 2px solid #303C54;
  outline: 0;
  background-color: #fff;
  color: #000;
}

input:focus {
  outline: none;
  box-shadow: 0 0 0;
}

label {
  margin-bottom: 0px;
}

.form-control-label {
  font-size: 13px;
  color: #57595D;
  font-weight: bold;
  letter-spacing: 1px;
}

a, a:hover {
  color: #57595D;
}

.btn-outline-primary {
  border-color: #57595D;
  color: #57595D;
  border-radius: 0px;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.btn-outline-primary:hover {
  background-color: #C6133E;
  right: 0px;
  border-color: #C6133E;
}

.login-btm {
  float: left;
}

.login-button {
  padding-right: 0px;
  text-align: right;
  margin-bottom: 25px;
}

.login-text {
  text-align: left;
  padding-left: 0px;
  color: #A2A4A4;
}

.loginbttm {
  padding: 0px;
}
