.login-form-container {
  position: absolute;
  z-index: 99999999;
  background: white;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  padding: 35px 15px;
  width: 20%;
  margin-left: 40%;
  margin-top: 12%;
  color: #444444;
  border-radius: 7px;
  font-size: 16px;
}

.login-form-background {
  position: fixed;
  z-index: 99999998;
  background: #0000009d;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.login-form-group {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.login-form-group input {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 0;
  color: grey;
  font-size: 16px;
  background: #ececec;
}

p.login-submit {
  text-align: center;
}

.login-form-group input[type="submit"] {
  width: 150px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 30px;
  line-height: 38px;
  background: #00add9;
  color: white;
  border: 1px solid white;
  margin: 40px auto;
  padding: 0px;
  text-transform: uppercase;
}

.login-form-group input[type="submit"]:hover {
  background: none;
  border: 1px solid #00add9;
  color: #00add9;
}

#generate-section-3 #retrieve-password {
  color: grey;
  font-size: 15px;
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
}

#generate-section-3 #retrieve-password:hover {
  color: #00add9;
}

#generate-section-3 a:hover {
  color: #00add9;
}

#remember-password {
  color: red;
}

p.login-username,
p.login-password {
  margin: 20px 0px !important;
}

.login-form-container hr {
  margin-top: 0px;
  margin-bottom: 0px;
}

.form-element-close {
  position: absolute;
  right: 10px;
  top: 6px;
}

.form-element-close i {
  cursor: pointer;
  font-size: 25px;
}

#login-button-menu {
  font-weight: bold;
}

#login-button-menu:hover {
  text-decoration: underline;
}

.login-picture-container {
  text-align: center;
  margin: 0px 40px 40px 40px;
  border-bottom: 1px solid grey;
  padding: 20px 0
}

#loginform {
  width: 80%;
  margin-left: 10%;
}

#restore-form {
  margin-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 30px;
}

#restore-form button {
  background-color: #00add9;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0;
  line-height: 38px;
  width: 240px;
  text-align: center;
  width: 100%;
  margin: 30px auto;
  position: relative;
  float: left;
}

#restore-form button:hover {
  background: none;
  border: 1px solid #00add9;
  color: #00add9;
}

.finish-buttons.completed-exercise h3 {
  font-size: 40px;
  font-weight: bold;
  color: #71766f;
}

.login-username input[type="text"]:focus {
  background-color: #ececec;
}

@media screen and (max-width: 1300px) and (min-width: 600px) {
  .login-form-container {
    width: 60%;
    margin-left: 20%;
    margin-top: 15%;
    padding: 10px;
  }
}


@media screen and (max-width: 600px) {
  .login-form-container {
    width: 100%;
    margin-left: 0;
    margin-top: 15%;
    padding: 0px;
  }

  .form-element-close {
    margin-top: 5px;
    margin-right: 12px;
  }
}



@media screen and (max-width: 768px) {
  .finish-buttons.completed-exercise h3 {
    font-size: 30px;
    margin: 0;
    padding: 40px 0;
  }
}


.error-message {
  color: red;
  margin-bottom: 0;
  font-size: 13px;
}