

.title {
text-align: center;
width: 360px;
padding: 3% 0% 0%;
margin: auto;
}

.login-page {
  width: 360px;
  padding: 2% 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #f3f3f3;
  max-width: 360px;
  margin: 0 auto 0px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  outline: 0;
  background: #e0dede;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  padding-top: 10px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  text-transform: uppercase;
  outline: 0;
  background: #37474F;
  width: 100%;
  border: 0;
  padding: 15px;
  margin-bottom: 10px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #37474F;
}
.form .register-form {
  display: none;
}
.container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}

a.signup-link {
  display: inline-block;
  padding: 10px 20px;
  color: black;
  text-decoration: none;
  border-radius: 4px;
}

.logout-container {
  position: relative;
  bottom: -5px;
  right: -10px;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
}

main {
  margin: auto;
  background-color: #f2f2f2;
  width: 450px;
  height: 450px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
}
main header {
  display: flex;
  justify-content: space-between;
  height: 150px;
  margin: 0 auto;
}
main header .header-menu {
  margin: auto 0;
  display: flex;
  flex-direction: row;
  gap: 50px;
  color: #000050;
  font-weight: 900;
  font-size: 1.2em;
}
main header .header-menu li {
  cursor: pointer;
}
main header .header-menu #header-login-button {
  background-color: transparent;
  border: none;
}
main header .header-menu #header-login-button:hover + #header-login-line {
  width: 90%;
}
main header .header-menu #header-login-line {
  margin: 5px auto;
  height: 4px;
  width: 50%;
  background-color: #2d38f0;
  border-radius: 2px;
  transition-duration: 200ms;
  display: block;
}
main header .header-menu #header-register-button {
  background-color: #fff;
  padding: 10px 30px 10px 30px;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition-duration: 400ms;
}
main header .header-menu #header-register-button:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
main #content-wrapper {
  display: flex;
  flex-direction: column;
  height: calc(100% - 0px);
  justify-content: center;
  gap: 20px;
}
main #content-wrapper .client-info {
  margin: 0 auto;
  width: 70%;
  height: 60px;
  background-color: #e5ebf5;
  border: solid #e5ebf5 2px;
  border-radius: 15px;
  text-indent: 20px;
  color: #19122b;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
main #content-wrapper .client-info:focus {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
main #content-wrapper .client-info:not(:focus):invalid {
  border: solid #ff4242 2px;
}
main #content-wrapper #Error:link {
  text-decoration: none;
  color: #777a84;
  padding-left: 25%;
}
main #content-wrapper #signin-button {
  width: 60%;
  height: 50px;
  background-color: #313af1;
  border: none;
  margin: 20px auto 40px;
  color: #fff;
  font-size: 15px;
  border-radius: 15px;
  font-weight: 400;
  transition-duration: 200ms;
}
main #content-wrapper #signin-button:hover {
  box-shadow: 0 20px 20px rgba(49, 59, 241, 0.5);
}
main #content-wrapper #other-option-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 70%;
}
main #content-wrapper #other-option-wrapper .line {
  width: 30%;
  height: 2px;
  background-color: #d8d8d9;
  margin-top: 0.6em;
}
main #content-wrapper #other-option-wrapper #continue-with {
  color: #9599ab;
}
main #content-wrapper #other-icon-wrapper {
  margin: 10px auto;
  width: 70%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
main #content-wrapper #other-icon-wrapper .other-icon {
  display: flex;
  width: 25%;
  height: 60px;
  background-color: transparent;
  border: solid #dddede 2px;
  border-radius: 10px;
  transition-duration: 400ms;
}
main #content-wrapper #other-icon-wrapper .other-icon:hover {
  border: solid #fff 2px;
  background-color: #fff;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
}
main #content-wrapper #other-icon-wrapper .other-icon svg {
  height: 60%;
  margin: auto;
}

@media (max-height: 1000px) {
  body {
    height: 1200px;
  }
}

.logout-container {
  position: relative;
  bottom: -5px;
  right: -10px;
}