
form {
  border: 2px solid #f1f1f1;
  border-radius: 25px;
  padding: 16px;
  width: 300px;
}

#login_button {
  width: 100%;
}

input[type=text], input[type=password] {
  padding: 12px 20px;
  margin: 8px 0;
  width: 100%;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

#or_divider {
  text-align: center;
}

button:hover {
  opacity: 0.8;
}

.half_line {
  height: 2px;
  background-color: black;
  width: 20%;
  display: inline;
}

#forgot_password_section {
  text-align: center;
}

#register_button_section {
  text-align: center;
  width: 100%;
}

#other_actions_section {
  text-align: center;
  width: 100%;
}

#header_logo_section {
  padding: 10px 0px;
}

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

  form {
    border: none;
    border-radius: 0px;
    width: 100%;
  }

  #regular_header_title {
    position: center;
  }

  input[type=text], input[type=password] {
    font-size: 16px;
  }

}
