@import url(https://fonts.googleapis.com/css?family=Open+Sans:400);
* {
  box-sizing: border-box;
}

body {
  background: #e9e9e9;
  color: #5e5e5e;
  font: 400 87.5%/1.5em sans-serif;
}

.form-wrapper {
  background: #fafafa;
  margin: 3em auto;
  padding: 0 1em;
  max-width: 370px;
}

h1 {
  text-align: center;
  padding: 1em 0;
}

form {
  padding: 0 1.5em;
}

.overlay .close::before, .overlay .close::after {
  background-color: black !important;
}

.form-item {
  margin-bottom: 0.75em;
  width: 100%;
}
.form-item input {
  background: #fafafa;
  border: none;
  border-bottom: 2px solid #e9e9e9;
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  height: 50px;
  transition: border-color 0.3s;
  width: 100%;
}
.form-item input:focus {
  border: 0;
  border-bottom: 2px solid #c0c0c0;
  outline: none;
}
.form-item-remember {
  padding: 10px 0px 5px;
}

.logo {
  text-align: center;
  background: #F7852D;
  margin: 20px 90px;
  padding: 10px 10px 5px;
}

.button-panel {
  margin: 1em 0 0;
  width: 100%;
}
.button-panel .button {
  background: #f16272;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 50px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  text-align: center;
  transition: background 0.3s ease-in-out;
  width: 100%;
}

.button:hover {
  background: #ee3e52;
}

.social_login {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.social_login a {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.social_login a span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.social_login .btn.btn-google, .social_login .btn.btn-line {
  height: 42px;
  font-weight: bold;
}
.social_login .btn.btn-google {
  color: #676767;
  border-color: #ccc;
  background-color: white;
}
.social_login .btn.btn-line {
  color: white;
  border-color: #00C300;
  background-color: #00C300;
}
.social_login .btn img {
  width: 24px;
}

.form-footer {
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
}
.form-footer p:first-child {
  padding-bottom: 5px;
}
.form-footer a {
  color: #8c8c8c;
  text-decoration: none;
  transition: border-color 0.3s;
}
.form-footer a:hover {
  border-bottom: 1px dotted #8c8c8c;
}/*# sourceMappingURL=auth.css.map */