.error {
  font-family: m300;
  font-size: 13px;
  color: red;
}

.main-wrap {
  width: 800px;
  margin: auto;
}

.prijava {
  width: 90%;
  font-family: m900;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-left: unset;
  margin-top: 30px;
  margin-bottom: 20px;
}

label {
  width: 95px;
  font-family: m300;
  font-style: normal;
  font-weight: 100;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
}

#user_login,
#user_pass {
  width: 300px;
  height: 35px;
  padding: 5px;
  background: #F2F2F2;
  opacity: 0.5;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 5px;
  margin: auto;
  margin-top: 8px;
  margin-bottom: 12px;
}

#rememberme {
  margin-right: 5px;
}

.login-username,
.login-password {
  width: 40%;
}

.login-remember>label {
  display: flex;
  align-items: center;
}

#loginform {
  margin-top: 20px;
}

#wp-submit {
  width: 37%;
  height: 40px;
  background: #33A331;
  border-radius: 50px;
  font-family: m300;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  border-style: none;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 50px;
  -webkit-appearance: none;
}

@media screen and (max-width: 800px) {
  .main-wrap {
    width: 95%;
    margin: auto;
  }

  #user_login,
  #user_pass {
    width: 100%;
  }

  .login-username,
  .login-password {
    width: 80%;
  }

  #wp-submit {
    width: 80%;
  }
}


/* PRIVREMENO */
form label {
  font-family: m300 !important;
  font-size: 13px !important;
}
