.card_login{
     border:1px solid grey;
    
     border-radius: 8px;
     box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.65);
      max-width: 100%;
      height:100%;
      max-height:100%;
      justify-content: center;
     align-items: center;
 }
 
.login-pages {
         margin: 129px;
 }
 
 .login_form{
     height:100%;
 }
 
 
 .login-bt{
    padding: 6px 50px;
    font-size: 23px;
    border-radius: 39px;
    text-align: center;
    background: #be2121;
    border: none;
 }
 
a, p {
    margin-top: 24px !important;
    margin-bottom: 1rem;
    text-decoration:none !important;
}

.logo-lg{
    position: relative;
}

.logo-lg img{
        position: absolute;
    top: -113px;
    left: -77px;
    width: 151px;
    height: 151px;
}


half, .half .container > .row {
  height: 100vh;
  min-height: 700px; }

.half .contents {
  background: #f6f7fc; }

.half .bg {
  width: 25%; }
  @media (max-width: 767.98px) {
    .half .bg {
      width: 100%;
      height: 200px; } }

.half .contents {
  width: 75%; }
  @media (max-width: 767.98px) {
    .half .contents {
      width: 100%; } }

.half .contents .form-control, .half .bg .form-control {
  border: none;
  border-radius: 4px;
  height: 54px;
  background: #efefef; }
  .half .contents .form-control:active, .half .contents .form-control:focus, .half .bg .form-control:active, .half .bg .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.half .bg {
  background-size: cover;
  background-position: center; }

.half a {
  color: #888;
  text-decoration: underline; }

.half .btn {
  height: 54px;
  padding-left: 30px;
  padding-right: 30px; }

.half .forgot-pass {
  position: relative;
  top: 2px;
  font-size: 14px; }

.form-block {
  background: #fff;
  padding: 40px;
      border-radius: 10px;
  max-width: 400px;
      outline: 3px solid #be2121;
     box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
  @media (max-width: 767.98px) {
    .form-block {
      padding: 25px; } }

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px; }
  .control .caption {
    position: relative;
    top: .2rem;
    color: #888; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius: 4px; }

.control--radio .control__indicator {
  border-radius: 50%; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc; }

.control input:checked ~ .control__indicator {
  background: #fb771a; }

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #fb8633; }

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none; }

.control__indicator:after {
  font-family: 'icomoon';
  content: '\e5ca';
  position: absolute;
  display: none;
  font-size: 16px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

.control input:checked ~ .control__indicator:after {
  display: block;
  color: #fff; }

.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

.control--checkbox input:disabled:checked ~ .control__indicator {
  background-color: #7e0cf5;
  opacity: .2; }

 
      
 
      @media only screen and (min-width: 280px) and (max-width: 768px) {
  .card_login{
     border:0px solid grey;
    
     border-radius: 0px;
     box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.65);
      max-width: 100%;
      height:100%;
      max-height:100%;
  }
      .my-5 {
    margin-top: 11rem!important;
    margin-bottom: 3rem!important;
}

.login-pages {
    /* margin: 17px; */
    margin-top: 15em !important;
}
    
 }
    @media only screen and (min-width: 768px) and (max-width: 1024px){
        .card_login{
     border:0px solid grey;
    
     border-radius: 0px;
     box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.65);
      max-width: 100%;
      height:100%;
      max-height:100%;
  }
      .my-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important;
}
     .text-muted {
 
    font-size: large;
      }
    .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
a, p {
    margin-top: 106px !important;
    margin-bottom: 1rem;
    text-decoration: none !important;
    font-size: 28px;
}
        
    }
  
  
  
  
  
  @media only screen and (max-width: 767px) {


/*Login page*/
.login-pages {
    margin: 0px;
    margin-top: 13rem;
}

  
}
