/*============================================================================
   #Webcms
==============================================================================*/
#customer-login .userbox {
  max-width: 600px;
  margin: 0 auto;
  padding: 75px 20px;
  overflow-y: auto;
}
.userbox h1 {
  font-size: 24px;
  margin: 0 0 32px;
  text-align: center;
  text-transform: uppercase;
  line-height: 32px;
  color: #0f3057;
  font-weight: bold;
}
.userbox .large_form {
  margin-bottom: 20px;
}
.userbox .large_form input[type=email],
.userbox .large_form input[type=password],
.userbox .large_form input[type=text]{
  width: 100%;
  height: 55px;
  border: 1px solid #d5d4d4;
  border-radius: 8px;
  outline: none;
  color: #000;
  padding: 0 20px;
  font-weight: 500;
  -webkit-appearance: none;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}
.userbox .recover-pass {
  margin-bottom: 22px;
  text-transform: uppercase;
}
.userbox .recover-pass a{
  border-bottom: 1px solid #000;
  text-decoration: none;
  color: #222222;
}
.userbox .action_account_customer {
  display: flex;
  justify-content: center;
}
.userbox .action_account_customer .action_bottom {
  padding: 0;
  width: 50%;
}
.userbox .action_account_customer .action_bottom,
.userbox .action_account_customer .req_pass {
  display: inline-flex;
  vertical-align: middle;
}
.userbox .action_account_customer .req_pass {
  margin-left: 10px;
}
.action_account_customer .action_bottom .btn {
  background: #00587a !important;
  color: #fff !important;
  border: 1px solid #00587a !important;
}
.action_account_customer .action_bottom .btn,
.action_account_customer .action_bottom a{
  display: inline-block;
  border-radius: 3px;
  font-size: 12px;
  padding: 0 30px;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  width: 100%;
  text-align: center;
}
.action_account_customer .action_bottom a {
  text-decoration: none;
}
.social_login {
  border: none;
  box-shadow: none;
  margin-top: 30px;
}
.social_login .list_btn {
  display: flex;
  justify-content: space-between;
}
.social_login .list_btn #btn-google-login {
  background-color: #d34836;
}
.social_login button {
  display: inline-block;
  padding: 5px 12px;
  height: 45px;
  font-weight: normal;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px;
  white-space: nowrap;
  user-select: none;
  width: 50%;
  color: #fff;
  margin: 10px 0 0;
  overflow: hidden;
  position: relative;
  outline: none;
  transition: all 0.3s;
}
.social_login button span {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 34px;
  transition: all 0.3s;
}
.social_login button#btn-facebook-login {
  background-color: #3b5998;
  margin-left: 10px;
}