.bkrm-login {
  padding: 0px;
}
.form-control {
  background: #f2f2f2;
  border: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.login-container {
  /* display: flex; */
}

.left-panel,
.right-panel {
  /* flex: 1; */
  padding: 20px;
  min-height: 860px;
  max-height: 860px;
  border-radius: 8px;
}

.right-panel-reset {
  /* flex: 1; */
  padding: 20px;
  min-height: 700px;
  max-height: 860px;
  border-radius: 8px;
  background-color: #fff;
  padding: 150px;
  border-radius: 0px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  margin: 0px 10px;
}

.left-panel {
  color: #fff;
  padding: 40px;
  min-height: 860px;
  max-height: 860px;
  padding-top: 100px;
}
.left-panel-reset {
  color: #fff;
  padding: 40px;
  min-height: 700px;
  max-height: 860px;
  padding-top: 100px;
}
.bg {
  background-image: url("../images/image.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-login {
  background-image: url("../images/loginpage.png");
  background-size: contain;
  background-repeat: round;
  background-repeat: no-repeat;
  background-position: bottom;
}
.bg-reset {
  background-image: url("../images/resetpassword.png");
  background-size: contain;
  background-repeat: round;
  background-repeat: no-repeat;
  background-position: bottom;
}
.pass-strength {
display: none
}

.left-panel h2 {
  color: #fff;
}
.left-panel p {
  font-size: 16px;
  margin-bottom: 8px;
}

.right-panel {
  background-color: #fff;
  padding: 150px;
  border-radius: 0px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  margin: 0px 10px;
}

.title {
  text-align:center;
  margin-top: 10px;
  font-size: 27px;
}
.scrollable{
  overflow-y : auto;
  max-height: 850px;
}
@media (min-width: 1200px) {
  .main.container .page__content .container {
      padding: 10px !important;
      padding-top: 0px !important;
  }
}
.main.container .page__content .container {
  padding: 10px !important;;
  padding-top: 0px !important;
}
@media (min-width: 1200px) {
  .page-layout-sidebar-default .container {
    padding: 10px !important;
  }
}
.container .navbar{
  padding: 0px !important;
}
.form-label {
  font-weight: bold;
}
.page__header {
  display: none;
}

.login-container h3 {
  margin-bottom: 20px;
  font-weight: bold;
  color: #0071BB;
}
.form-control:focus {
  box-shadow: none;
}
.js-form-submit {
  background-color: #ff6600 !important;
  color: #fff !important;
  font-weight: bold !important;
  border-radius: 10px !important;
    min-width: 100% !important;
    min-height: 40px !important
}
.btn-login:hover {
  background-color: #e65c00;
}
.form-text {
  margin-top: 20px;
}
.link {
  color: #0071BB !important;
}

@media (min-width: 1200px) {
  .page-layout-sidebar-default .container {
      padding: 0px !important;
  }
}
.container .navbar {
  display: none;
}

.form-item-name .js-form-required.form-required::before {
	content: "\F32F";
	font-family: "bootstrap-icons";
	margin-right: 8px;
}

.form-item-pass .js-form-required.form-required::before {
    content: "\F47B";
	font-family: "bootstrap-icons";
	margin-right: 8px;
}
.page__header {
  display: none;
}

/* LOGIN */

.bkrm-login-page .row {
	background-image: url("/sites/default/files/website/login-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	/* min-height: 874px; */
}

.col.bkrm-login-right {
	margin: 0;
	padding: 60px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	background: #f2f2f2;
  display: grid;
  place-items: center;
}

.bg-dark .bkrm-login-right {
  background: #081f33 !important;
}

#edit-submit {
	background: var(--my-color-orange);
	border-radius: 4px;
	border: solid 1px transparent;
	width: 100%;
}

.form-item-name .js-form-required.form-required::before {
	content: "\F32F";
	font-family: "bootstrap-icons";
	margin-right: 8px;
}

.form-item-pass .js-form-required.form-required::before {
    content: "\F47B";
	font-family: "bootstrap-icons";
	margin-right: 8px;
}
.page__footer {
  display: none !important;
}

.darkmode-toggle {
  float: right;
}
/* PASSWORD FORGET */

.bkrm-password-page .row {
	background-image: url("/sites/default/files/website/user-password-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	/* min-height: 874px; */
}

.text-align-center {
  text-align: center;
  padding-top: 10px;
}

.bkrm-img {
  height: 600px;
  width: 600px;
}

.page-layout-sidebar-default {
	background-image: url("/core/modules/custom/bkrm_auth/images/image.png");
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 874px;
}
.user-register-text {
  display: grid;
  place-items: center;
  margin-top: -100px;
}
.form-group{
  position: relative;
}
.toggle-password {
  position: absolute;
  right: 15px;
  top: 45px;
  height: 50px;
  color: #081f33;
}
