/*
Theme Name: Kreate Energy
Theme URI: https://kreatenergy.com/
Author: Kreate Technologies
Author URI: https://kreatenergy.com/
Description: This is Kreate Technologies.
Requires at least: 5.3
Tested up to: 6.6
Requires PHP: 5.6
Version: 1.0


*/
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background-image: url("./assets/images/login.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.custom-login-form {
  width: 350px;
  max-width: 439px;
  /* padding: 20px; */
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.custom-login-form h2 {
  text-align: center;
  margin: 0;
  padding-top: 12px;
}

.custom-login-form label {
  display: block;
  padding: 10px 0;
}

.custom-login-form input[type="text"],
.custom-login-form input[type="password"] {
  width: 95%;
  padding: 10px 0px 10px 10px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.custom-login-form input[type="submit"] {
  width: 95%;
  padding: 10px 0px 10px 10px;
  background-color: #0073aa;
  border: none;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.custom-login-form input[type="submit"]:hover {
  background-color: #005f8d;
}

.error_message a {
  display: none;
}
.bgForLogin {
  background-image: url(./assets/images/login.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100vh;
  width: 100vw;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loginFormHead {
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-weight: 800;
  margin: 0;
  padding-bottom: 15px;
}
.customLabel {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0 !important;
  padding-bottom: 5px;
}
.custom-login-form {
  padding: 14px;
  /* border: 2px solid #fff; */
  border-radius: 15px;
  /* margin-top: 18px; */
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.custom-login-form form {
  padding: 10px 20px;
}
.custom-login-form h2 {
  color: #fff;
}
.custom-login-form label {
  color: #fff;
}
.custom-login-form form input {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.custom-login-form form input:focus {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  font-weight: 600;
}

/* CSS */
.custom-login-form form input.loginBtn {
  padding: 0px 21px;
  font-size: 20px !important;
  font-weight: bold;
  background-color: #214e48;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-top:12px ;
}

.custom-login-form form input.loginBtn:hover,
.custom-login-form form input.loginBtn:focus {
  background-color: #214e48a3;
}
.error_message {
  color: red;
  font-weight: 600;
  background-color: #ffffff73;
  padding: 3px 12px;
}
.login-error{
  margin-top:10px;
  color: red;
  font-weight: 600;
  background-color: #ffffff73;
  padding: 3px 12px;
}
