:root{
  --color-bg-butta: #d4eaff;
}

#page, .ccnHeader1, .inner_page_breadcrumb {
    display: none !important;
  }
  section.our-log.bgc-fa {
    background-image: url('/theme/edumy/images/bg.png');
    background-size: cover;
    height: 100vh;
    overflow-x: auto !important;
  
  }
  section.our-log.bgc-fa .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  section.our-log.bgc-fa .container .row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .ct_logo_login {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ct_logo_login img {
    color: transparent;
    height: 5rem;
  }
  .login_form {
    padding-top: 15px !important;
  }
  .ct_text {
    font-size: 16px;
    color: #0072bc;
    line-height: 1.6;
    letter-spacing: 0.0075em;
    font-weight: 700;
  }
  .login_form.inner_page .heading h3 {
    text-align: left !important;
    color: #0072bc;
  }
  .login_form .mt-3 {
    display: block !important;
  }
  .cyber_login .form-group {
    position: relative;
    border-radius: 18px;
  }
  
  .cyber_login .form-group input {
    padding-left: 40px;
  }
  
  .cyber_login .username-group::before {
    content: url('/theme/edumy/images/user.png');
    position: absolute;
    left: 13px;
    top: 40%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    pointer-events: none;
    margin-left: 14px;
  }
  .cyber_login .password-group::before {
    content: url('/theme/edumy/images/lock.png');
    position: absolute;
    left: 13px;
    top: 42%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    pointer-events: none;
    margin-left: 14px;
  }
  .login_page.img-fluid{
    width: 450px;
    height: auto;
    /* margin-left: 24px; */
    position: absolute ;
    left: 0;  
    right: 0;
    margin: auto;
  }
  .text_login.text_welcome{
    max-width: 650px;
    text-align: center;
    font-size: 38px;
    color: #067FED;
    font-family: ui-monospace;
    letter-spacing: 1px;
    font-weight: 700;
  }
  .text_login.text_form{
    color: #067FED;
    font-weight: 900;
    font-family: inherit;
    font-size: 30px;
    text-align: center;
    margin-top: 15px;
  }
  .login_wrapper{
    display: flex;
  }
  .item_left{
    margin-top: 24px;
    margin-left: 30px;
  }
  .item_left {
    width: 48%; /* Chia đều hai khối mỗi khối 48% */
    margin-right: auto;
    position: relative;
  }

  .item_right{
    width: 48%; /* Chia đều hai khối mỗi khối 48% */
    margin-right: auto;
    position: relative;
    background-color: white;
    box-shadow: 0 0px 15px rgba(0, 0, 0, .1); 
    border-radius: 18px;
    transform: scale(0.9);
    max-width: 538px;
    min-height: 535px;
    margin-left: 0;
    margin-top: 0;
  }
  .login_form.inner_page .form-control{
    border-radius:30px;
    background: var(--color-bg-butta) !important;
    padding-left: 70px;
  }
  
  .login_form.inner_page .heading h3 {
    position: relative;
    text-align: center; /* Canh giữa dòng chữ */
    font-size: 15px; /* Kích thước chữ */
    color: #55595C; /* Màu chữ */
    margin-top: 10px; /* Khoảng cách trên */
    margin-bottom: 20px; /* Khoảng cách dưới */
    display: inline-block;
    font-weight: 300;
  }
  .login_form.inner_page .heading h3::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 40%; /* Độ dài của gạch kẻ */
    height: 1px;
    background-color: #888888; /* Màu của gạch kẻ */
    left: -117px;
  }
  .login_form.inner_page .heading h3::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40%; /* Độ dài của gạch kẻ */
    height: 1px;
    background-color: #888888; /* Màu của gạch kẻ */
    margin-left: 27px;
  }
  .login_form .heading{
    text-align: center;
    margin-bottom: 10px;
  }
  .sign_up_form.inner_page, .login_form.inner_page {
    padding: 0 36px;
  }
  .login_form .btn-fpswd {
    color: #067FED;
    font-size: 14px;
    text-decoration: none;
  }
  .login_form .btn-log {
    border-radius: 50px;
    max-width: 140px;
    display: block;
    margin-left: auto; 
    margin-right: -10px;
    margin-top: 35px;
    background: #067FED;
    border: none;
    transform: scale(0.9);
  }
  .ct_logo_login img{
    transform: scale(0.875);
  }
  .form-control::placeholder {
    opacity: 0;
  }

  