@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.login-page {
  background: #e9ecef;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  -ms-flex-pack: center;
  justify-content: center;
}
.login-box {
  max-width: 620px;
}
body {
  background: #e9ecef;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;      
}

@media (max-width: 576px) {

  .login-box{
    margin-top: 20px;
    width: 90%;
  }
}

.card {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.5rem;
  padding: 2rem;
}

.login-box-msg {
  margin: 0;
  padding: 0 20px 20px;
  text-align: center;
  font-size: 14px;
}
.login-text {
  display: inline-block;
  font-size: 35px;
  font-family: 'Black Ops One', 'Avenir', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #f8b600;
  font-weight: bolder;
}


.login-logo {
  font-size: 2.1rem;
  font-weight: 300;
  margin-bottom: .9rem;
  text-align: center;
}

.login-logo {
  color: #495057;
}

.login-button-primary {
  background: #1890ff;
  border-color: #1890ff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .045);
  color: #fff;
  text-shadow: 0 -1px 0 #0000001f;
  outline: 0;
}

.login-button {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 32px;
  line-height: 1.5715;
  padding: 4px 15px;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  white-space: nowrap;
}

.btn-block {
  width: 100%;
}

a.ant-btn {
  line-height: 30px;
}

a.ant-btn-link {
  background: #0000;
  border-color: #0000;
  box-shadow: none;
  color: #1890ff;
  font-size: 0.875rem !important;
  font-weight: bold;
}

a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}