body, html{
  height: 100%;
  background-size: cover !important;
  background-image: url(/assets/backgroundImage1.png);
}

.content-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
}

.login-form {
  display: flex;
  flex-direction: column;
  color: #FDCC00;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  padding: 40px;
  max-width: 400px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  user-select: none;
}

.create{

}

#login{
  color: #737373;
  font-size: 16px;
  font-weight: 400;
  margin-top: 16px;
}

.username {
  margin: .6em;
  margin-bottom: 1px;
  font-size: 2em;
  width: 50%;
  border-radius: 4px;
  line-height: 44px;
}

.password {
  margin: .6em;
  font-size: 2em;
  width: 50%;
  margin-bottom: 1px;
  border-radius: 4px;
  line-height: 44px;
}

.first, .last {
  margin: .6em;
  font-size: 2em;
  width: 50%;
  margin-bottom: 1px;
  border-radius: 4px;
  line-height: 44px;
}

::placeholder {
  font-size: 16px;
  text-align: center;
  line-height: 50%;
  height: 50%;
}

.login-btn {
  cursor: pointer;
  width: 200px;
  height: 45px;
  font-size: 16px;
  margin: 50px;
  color: white;
  background-color: #db0001;
  border: none;
  border-radius: 4px;
}


.login-title {
  font-size: 40px;
  margin: 0;
  text-align: left;
  color: white;
  user-select: text;
}

#create-account-pic {
  margin: .6em;
}

#now {
  font-size: 16px;
  color: white;
}

a {
  text-decoration: none;
  color: #FDCC00;
}

.error, .message {
color:red;
font-size: 16px;
}

.crop-modal .tingle-modal-box__footer{
  text-align: center;
}

#imgdiv {
  margin: 0 auto;
}