.login_page_flexed{
    display:flex;
    margin:auto;
  }

.login_side {
  position: fixed;
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #137edb;
  width: 100%;
  left: 0px;
}
.login_side_right {
  position: fixed;
  height: 100%;
clip-path: polygon(0 100%, 100% 100%, 100% 0);
background: #222d32;
  width: 100%;
  right: 0px;
}
 b{
         color:white
         }
         .alert{
         border-radius:0px
         }
#responseidv {
  display: none;
  width: 100%;
  text-align: center;
  border-radius: 5px !important;
  overflow: hidden;
}
#responseidv .alert-danger {
  width: 100%;
  flex: 1;
  margin: 0px;
  padding: 10px 20px;
  background: rgb(255 255 255 / 65%) !important;
  border: none;
  color: red !important;
  font-weight: 600;
  text-transform: capitalize;
}
#responseidv .alert-success {
  width: 100%;
  flex: 1;
  margin: 0px;
  padding: 10px 20px;
  background: rgb(255 255 255 / 65%) !important;
  border: none;
  color: #00a70c !important;
  font-weight: 600;
  text-transform: capitalize;
}
.section.login_page {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.login_glass {
  position: relative;
  box-shadow: 0 0 1rem 0 rgb(0 0 0 / 20%);
  border-radius: 5px;
  background-color: rgb(255 255 255 / 15%);
  display: flex;
  backdrop-filter: blur(1px);
  justify-content: space-between;
  flex-direction: column;
  max-width: 500px;
  margin: auto;
}
.left_login {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  padding: 20px;
  grid-gap: 15px;
}
.login-logo {
  margin-bottom: 0px;
}
.login-logo img{
  max-width: 200px;
}
.login_heading {
  display: flex;
  flex-direction: column;
  column-gap: 10px;
  text-transform: uppercase;
}


.login_heading h3 {
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin: 0px;
  font-size: 32px;
  letter-spacing: 5px;
}

.login_heading small {
  font-size: 20px;
  font-weight: 800;
  color: #f4f4f4;
  text-align: center;
  letter-spacing: 8px;
  line-height: 1;
}
.right_form {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  flex-direction: column;
  grid-gap: 20px;
}
.login_heading {
  font-weight: 700;
  font-size: 26px;
  color: #414141;
}
.right_form #login-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.right_form .icheck>label {
  padding-left: 0;
  width: 100%;
  text-align: right;
}
.icheck>label a {
  text-align: right;
  color: #fff;
  font-weight: 500;
}
.right_form .form-group {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0px;
}
.right_form .form-control {
  padding: 12px 15px;
  height: auto;
  border: none;
  outline: none;
  background: #fff;
  border-radius: 5px;
  font-size: 16px;
  color: #333333;
  text-transform: capitalize;
}
.right_form .form-control-feedback {
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #137edb;
  color: #fff;
  fill: #fff;
  padding: 10px;
}
.checkbox.icheck {
  margin: 0px;
}
.login_btn {
  background: #137edb;
  padding: 10px 15px;
  border-radius: 5px !important;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  max-width: 180px;
  margin-left: auto;
  border: none !important;
  outline: none !important;
  transition: 0.4s ease;
}

.login_btn:hover{
  background-color: #ffffff;
  color: #137edb;
}

  @media(max-width:768px){
    .login_page .container {
  width: 100%;
}
  }