
.login-form {
  text-align: center;
  top: 50%;
  left: 50%;
  width: 40em;
  transform: translate(-50%, -50%);
  position: fixed;
}

.login-form form {
  color: #7a7a7a;
  border-radius: 3px;
  background: #fff;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 30px;
}

.login-form .btn {
  font-size: 16px;
  font-weight: bold;
  background: #3598dc;
  border: none;
  outline: none !important;
}

.login-form .btn:hover,
.login-form .btn:focus {
  background: #2389cd;
}

.login-form a {
  color: #fff;
  text-decoration: underline;
}

.login-form a:hover {
  text-decoration: none;
}

.login-form form a {
  color: #7a7a7a;
  text-decoration: none;
}

.login-form form a:hover {
  text-decoration: underline;
}

.login-form .form-logo-size{
    width: 65%;
}