/* vietnamese */
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url(/static/cwf/css/fonts/1.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url(/static/cwf/css/fonts/2.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url(/static/cwf/css/fonts/3.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1 {
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}

.sign_up_bottom_button,
a {
  font-size: 13px;
  text-decoration: none;
}

.container {
  /* display: flex; */
  -webkit-display: box;
  -moz-display: box;
  -ms-display: flexbox;
  -webkit-display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  /* padding: 6%; */
  padding: 2% 2% 0;
  margin: 0;
}

form {
  padding: 2em;
  border-radius: 8px;
  /* max-width: 400px; */
  min-width: 400px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: -webkit-fill-available;
}

form input {
  border-radius: 4px;
}
form input:focus {
  outline: none;
}

.button {
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 1em;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.button span {
  position: relative;
  z-index: 1;
}

@keyframes grow {
  to {
    transform: scale(2.5);
    opacity: 0;
  }
}
.button .signup-message {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

#email_id_error,
#sign_up_password,
#sign_up_blank_message_div {
  display: inline-block;
  margin-bottom: 1.2em;
}

.signup-message {
  width: 50%;
}
.register_user {
  width: 50%;
}
.register_user a {
  float: right;
}

.gmail_login_info {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  text-align: center;
}

#google_btn_div {
  display: flex;
  justify-content: center;
}

#google_btn_div input.button_add {
  cursor: pointer;
  padding-left: 40px;
  width: auto;
}

.google_button {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  width: 60%;
  border-radius: 4px;
  padding: 0.8em;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: all 200ms ease-in-out;
}

.login-input-container {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0px;
  margin-top: 10px;
}

.login-input-item {
  position: relative;
}

.login-user-input {
  display: block;
  font-size: 13px;
  width: 100%;
  border: 0px;
  padding: 15px;
}
.login-error-icon {
  padding: 0px 8px;
  position: absolute;
  top: 12px;
  right: 10px;
  font-weight: 500;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
}
.login-error-message {
  font-size: 11px;
  margin-left: 15px;
  text-align: left;
  margin-top: -9px;
  max-height: 500px;
  -webkit-transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

input {
  font: inherit;
}

.bottom_button {
  display: flex;
  padding-top: 10px;
}

.login-login-button {
  font-size: 13px;
  letter-spacing: 2px;
  padding: 15px;
  border: 0px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

html,
body {
  height: 100%;
  overflow: hidden;
}

.user_id_div,
.password_div,
.user_email_address_div {
  padding-top: 10px;
}
.customise_label {
  color: white;
  margin-left: 15px;
}
input {
  border: 0px solid;
}
/***************Login form and background 50% start***********************/
.login-wrapper {
  height: 100%;
}
.bg-pic {
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.container {
  width: 496px;
  /* display: block; */
  position: relative;
  float: right;
  height: 100%;
  background: white;
}

form {
  box-shadow: none !important;
}
body {
  margin: 0px;
}

/***************Login form and background 50% end***********************/
