
/* Google fonts */

@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;700&display=swap');

.bottom-images-container{
  /* position:absolute; */
  margin-left: 0;
}
.bottom-images {
	/* position: absolute; */
	/* left: 0px; */
	/* right: 0px; */
	/* width: max-content; */
	/* margin-left: -45px; */
	margin: auto;
	/* left: 0; */
	position: inherit;
	/* display: inline-block; */
}

.content-login {
  padding: 0px 20px;
}
.content-login > * {
  transform: scale(0.93);
}

body[frappe-session-status="logged-out"] > nav{
  display:none;
}

.image-section{
  display: inline-block;
text-align: center;
margin-bottom: 20px;
max-width: 32%;
}
/* Login */
body[frappe-session-status="logged-out"]{
	background-image: url('/assets/gerp_theme/images/bg.png');
  
	background-repeat: no-repeat;
	background-size: cover;
	/* background-position: center; */
	min-height: 100vh;
	color: #000836;
  overflow: hidden;
}
body>*{
  position: absolute;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
}
.login-section {
	font-family: 'Rajdhani', sans-serif;
}

body[frappe-session-status="logged-out"] span.indicator{
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  color:black;
  display: block;
}
body[frappe-session-status="logged-out"] .indicator::before {
	margin: 0px 4px 5px 0px;
}

.login-section .forgot {
  font-size: 16px;
  line-height: 20px;
  margin-top: 60px;
  font-weight: 500;
  margin-bottom: 0;
}

.login-section .forgot a {
  color: #000836;
  font-weight: 600;
}

.login-section .forgot a:hover {
  color: #FFCF01;
}

.login-section .row.align-items-center {
  min-height: 100vh;
  padding: 30px 0;
}

.login-section .card {
  background: #fff;
  border: 0;
  border-radius: 0 0 40px 0;
  border-top: 10px solid #FFCF01;
  min-height: 495px;
}
.gourmet-logo{
  text-align: center;
  width: 50%;
  /* margin:auto; */
}

.login-section .form-control {
  border-radius: 0;
  height: 45px !important;
  color: #000;
  font-size: 16px !important;
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  font-weight: 500;
  padding-left: 30px !important;
}

.login-section .form-control:focus {
  box-shadow: none !important;
  outline: none;
  color: #000;
  border: 0;
  border-bottom: 1px solid #FFCF01;
}

.login-section .form-control::placeholder {
  color: #2D383A;
  font-size: 16px;
  font-weight: 500;
}

.login-section .form-group {
  margin-bottom: 15px;
  position: relative;
}

.login-section .form-group span {
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 99;
}

.login-section .form-group span img {
  width: 18px;
}

.login-section .erp-img {
  margin-top: 50px;
}

.login-section .powerd {
  max-width: 160px;
  margin-top: 25px;
}


.login-section .btn {
  padding: 10px 25px 8px;
  border-radius: 6px 6px 24px 6px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.2s;
  text-transform: uppercase;
  width: 220px;
}

.login-section .btn:focus {
  outline: none;
  box-shadow: none;
}

.login-section .btn-warning {
  border-color: #FFCF01;
  background-color: #FFCF01;
  color: #000;
  width:178px;
margin-bottom: 5px;
}

.login-section .btn-primary {
  border-color: #000836;
  background-color: #000836;
  color: #fff;
  width:183px;
  margin-bottom: 5px;
}

.login-section .btn-warning:hover,
.login-section .btn-warning:focus,
.login-section .btn-warning:active {
  background: #000836;
  border-color: #000836;
  color: #fff;
}


.login-section .btn-primary:hover,
.login-section .btn-primary:focus,
.login-section .btn-primary:active {
  background: #FFCF01;  
  border-color: #FFCF01;
  color: #fff;
}


.login-section .custom-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.login-section .custom-checkbox label {
  position: relative;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}

.login-section .custom-checkbox label:before {
  content: '';
  -webkit-appearance: none;
  background-color: #0A1A39;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 12px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0 0 8px 0;
  margin-right: 10px;
}

.login-section .custom-checkbox input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.toggle-password {
  right: 0 !important;
  top: 16px !important;
  left: unset !important;
  cursor: pointer;
}

body[frappe-session-status="logged-out"] > .web-footer {
  display: none !important;
}
a[href="#forgot"]{
  display:none;
}
/* Media Query */


@media (max-width: 768px) {
  .login-section .card {
    min-height: 100%;
  }
}

@media (max-width: 576px) {

  .login-section .card .card-body {
    padding: 30px 25px;
  }

  .login-section .forgot {
    margin-top: 40px;
  }

  .login-section h2 {
    margin-bottom: 20px;
  }

}
