@import url('https://fonts.googleapis.com/css2?family=Pathway+Gothic+One&display=swap');

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  font-family: 'Pathway Gothic One',Helvetica,Arial,Lucida,sans-serif;
}

#w34container {
  width: 100%;
  height: 100vh;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff5100;
}

#w34login {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: #fff;
  max-width: 320px;
  width: 100%;
  padding: 30px 1%;
  -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.3);
  box-shadow: 0 0 10px 5px rgba(0,0,0,0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#w34login .logo {
  width: 100%;
  float: left;
  text-align: center;
  margin: 0 0 30px 0;
}

#w34login .logo img {
  width: 70%;
  height: auto;
}

#w34login form {
  width: 100%;
  float: left;
  text-align: center;
}

#w34login form .btn {
  color: #ffffff!important;
  background: #ff5100;
  border-width: 14px!important;
  border-color: rgba(0,0,0,0);
  border-radius: 6px;
  letter-spacing: 4px;
  font-size: 14px;
  font-family: 'Pathway Gothic One',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700!important;
  text-transform: uppercase!important;
  background-color: #ff5100;
  margin-top: 10px;
}

#w34login form input {
  font-family: 'Pathway Gothic One',Helvetica,Arial,Lucida,sans-serif;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  color: #53626f;
  background-color: rgba(214,214,214,0.32);
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  line-height: 46px;
}

#w34login .forget {
  float: left;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

#w34login .forget a {
  text-decoration: none;
  color: #53626f;
  font-size: 15px;
}

#w34login .footer {
  margin-top: 30px;
  font-size: 12px;
  text-align: center;
  float: left;
  width: 100%;
  color: #53626f;
}

#w34login .footer a {
  font-size: 12px;
  color: #53626f;
}

@media screen and (max-width: 550px) {

  #w34container {
    background-color: #fff;
  }

  #w34login {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

}
