
#login_sec {
    background: linear-gradient(to right, #1176bc 50%, #fff 50%);
    position: relative;
    z-index: 1;
  }
  #login_sec::after {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    display: block;
    height: 100%;
    background-color: #fff;
    z-index: -1;
  }
 
  #login_sec .sign_banner_sec {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #login_sec .sign_in_logo {
    margin-top: 30px;
    margin-bottom: 80px;
  }
  #login_sec .sign_in_logo img {
    height: 70.987px;
    background: #f5f5f5;
    padding: 13px;
    border-radius: 10px;
  }
  #login_sec .sign_banner_sec.sign_in_img img {
    width: 410px;
  }
  #login_sec .sign_banner_sec.sign_up_img img {
    width: 541px;
  }
  #login_sec .sign_banner_sec.forg_pass_img img {
    width: 440px;
  }
  #login_sec .sign_banner_sec.reset_pass_img img {
    width: 578px;
  }
  #login_sec .sign_in_box {
    padding: 50px 70px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    
  }
  
  #login_sec .sign_in_box .signin_back_btn .back_btn {
    border-radius: 10px;
    background: #2955c5;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    padding: 7px 12px;
  }
  #login_sec .sign_in_box .signin_back_btn .back_btn:hover {
    background: #38b44a;
  }
  
  #login_sec .sign_in_box .signin_back_btn .back_btn i {
    transition: transform 0.3s ease;  
  }
  
  #login_sec .sign_in_box .signin_back_btn .back_btn:hover i {
    animation: moveRightLeft2 1s infinite alternate; 
  }
  
  @keyframes moveRightLeft2 {
    to {
        transform: translateX(5px); 
    }
  }
    
  #login_sec .sign_in_box h2 {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-top: 22px;
  }
  
  #login_sec .sign_in_box p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  #login_sec .sign_in_box p a {
    color: #2955c5;
    font-weight: 700;
    text-decoration-line: underline !important;
  }
  a {
    text-decoration: none !important;
  }
  #login_sec .sign_in_box h6 {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    position: relative;
  }
  
  #login_sec .sign_in_box h6:before {
    content: " ";
    height: 1px;
    width: 170px;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
  }
  
  #login_sec .sign_in_box h6:after {
    content: " ";
    height: 1px;
    width: 170px;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
  }
  
  #login_sec .sign_in_box label {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-top: 9px;
  }
  #login_sec .sign_in_box .form-control {
    height: 47px;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    border: 1px solid #aaa !important;
  }
  
  
  
  #login_sec .sign_in_box .form-control::placeholder {
    color: #82848d;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }
  #login_sec .sign_in_box .form-control:focus {
    box-shadow: none !important;
  }
  #login_sec .sign_in_box .form_check_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #login_sec .sign_in_box .form-check-label {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }
  
  #login_sec .sign_in_box .form_check_btn a {
    color: #2955c5;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 214.286% */
  }
  #login_sec .sign_in_box .submit_btn {
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 176.471% */
    text-align: center;
    margin: 0px;
    background: transparent;
    border: none;
  }
  #login_sec .sign_in_box .iti {
    width: 100% !important;
  }
  

  #login_sec .sign_in_box .sign_with {
    background: #2955c5 !important;
    padding: 9px;
    text-align: center;
    border-radius: 8px;
}


  /* Login Signup End    */



  /* 992 Start */

  @media screen and (max-width: 992px) {
    .hide_mobile {
        display: none !important;
    }
    #login_sec::after {
        position: static;
    }

    #login_sec::before {
        width: 100%;
        left: 0;
    }

    #login_sec {
        background:  #1176bc;
    }

    #login_sec .sign_in_box {
        padding: 20px 20px;
        height: 100vh;
 
    }
    #login_sec .sign_in_box h2,
    #login_sec .sign_in_box label {
        color: #fff;
    }


    #login_sec .sign_in_logo {
        margin-top: 20px;
        margin-bottom: -90px;
        text-align: center;
    }
}