/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

.login-main {
  display: flex;
  flex: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #ffffff;
}

.login-form-main {
  width: 33%;
  min-width: 400px;
  /* margin: 40px 0px 150px 0px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
  height: 100%;
  z-index: 1;
}

.login-head {
  /* width: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 10px;
  background-color: #00294c;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.login-head-logo {
  height: 30px;
}

.logo-head-title {
  font-size: 28px;
  font-weight: bold;
  color: #00294c;
}

.login-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  background-color: #ffffff;
  color: #ededed;
  -webkit-box-shadow: 0px 0px 6px 1px;
  box-shadow: 0px 0px 6px 1px;
  width: 400px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.login-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.login-form-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #4d4d4d;
}

.login-errors {
  font-size: 0.8rem;
  color: #00294c;
  font-style: italic;
}

.login-form-input-container {
  width: 100%;
  text-align: center;
  padding: 0px;
}

.login-form-input {
  padding: 0px !important;
  height: 44px;
}

.login-form-input:focus {
  outline: 1px solid #4d4d4d;
}

.login-form-input input {
  height: 44px;
  color: #000000;
}

.login-form-login-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  height: 44px;
  border: none;
}

.login-form-login-btn {
}

.login-form-login-btn:hover {
}

.login-form-login-btn-container:focus {
  outline: 1px solid;
}

.login-form-social-btns-container {
  width: 100%;
}

.login-form-or {
  color: #d6d6d6;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.login-form-login-social-btn-container {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}

.login-form-login-social-btn {
  background-color: #00294c;
  color: #ffffff;
}

.login-form-login-social-btn:hover {
}

.login-form-login-social-btn:focus {
  outline: 1px solid;
}

.google-icon-logo-style {
  color: #ffffff;
  padding-right: 12px;
  font-size: 20px;
}

/* .login-form-login-google {
    background-image: url("../img/btn_google_signin_light_normal_web@2x.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 44px;
    border-radius: 2px;
    -webkit-border-radius:;
    -moz-border-radius:;
    -ms-border-radius:;
    -o-border-radius:;
  }  */

.login-form-divider {
  width: 100%;
  height: 2px;
  background-color: #d6d6d6;
  margin-bottom: 20px;
  margin-top: 20px;
}

.login-form-forgot-login-pass-link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login-form-forgot-login-pass-hidden-bullet {
  list-style: none;
}

.login-form-link-seperator {
  margin: 0px;
  padding: 3px 10px 0px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 6px;
  color: #4d4d4d;
}

.login-form-forgot-login-pass-link {
  font-size: 12px;
  color: #4d4d4d;
}

.login-form-forgot-login-pass-link:hover {
  text-decoration: underline;
  cursor: pointer;
}

.login-art-container {
  width: 100%;
}

.login-art-left {
  z-index: -1;
  width: 33.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 0;
}

.login-art-right {
  z-index: -1;
  width: 33.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 0;
}

.login-art-image {
  width: 450px;
  height: 340px;
}

/*
===================================================================================================
  Tablet
===================================================================================================
*/
@media only screen and (max-width: 768px) {
  .login-content-container {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 20px;
  }

  .login-main {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 0px 0px;
  }

  .login-head {
    margin: 20px 0px;
  }

  .login-form-main {
    width: 100%;
    min-width: 100%;
    margin-bottom: 0px;
  }

  .login-art-image {
    display: none;
  }
}
