:root{
    
    /* --nav-color:#0C1446;
    --sub-menu-color:#175873;
    --nav-hover-color:#4e5f66be; */

    --second-color: #049c9b;

    --nav-color:#049c9b  ;
    --nav-color-transparent:#1b3b3b50 ;
    --sub-menu-color:#0e2b2b;
    --nav-hover-color:#414646;
}

*{
    padding: 0;
    margin: 0;
}
.container{
    width: 100%;
    height: 100vh;
    background: linear-gradient(45deg , #250654 , #960080);
    position: relative;
}
.login-form-outer-container{
  margin:33px 89px;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    border-radius:10px;
    position: fixed;
    display: flex;
    animation:gradient 15s ease infinite;
    width: -moz-available;
    height: -moz-available;
    overflow:hidden;
    top: 0;
    bottom: 0;
    
}
.login-form-outer-container img{
    cursor:unset;
}
.login_about_system_list_container{
    display: none;
        flex-direction: column;
        align-items: center;
        padding: 10px;
        height: -webkit-fill-available;
        height: -moz-available;
        justify-content: center;
}
.login_about_system_list_item{
    width: -webkit-fill-available;
    width: -moz-available;
    display: flex;
    align-items: center;
    color: white;
    font-size: large;
    background: var(--second-color);
    margin: 5px;
    border-radius: 50px;
    overflow: hidden;
    padding: 2px;
}
.login_about_system_list_item_img{
    width: 100px;
    height: 100px;

}
.login_about_system_list_item img{
    width: 77px;
    height: 79px;
}
.login_about_system_container{
    display: flex;
        height: -webkit-fill-available;
        background: url(/res/img/background_img_for_login.jpg);
        background-size: cover;
        flex-direction: column;
        justify-content: center;
        align-items: center;
}


.login_screen_sections{
   position: absolute;
    width: 50%;
    transition: all 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    height: -moz-available;
    height: -webkit-fill-available;
    bottom: 0;
    top: 0;
}

.left-section{
  left: 0;
  right: 50%;
}
.right-section{
  right: 0;
  left: 50%;
}
.header_container{
    background: #000000c2;
    border-radius: 5px;
    padding-right: 14px;
    /* padding: 1px 6px; */
    display: flex;
    height: fit-content;
    align-items: center;
    gap: 11px;
    color: white;
    font-size: xxx-large;
}
.header_container img{
    width: 200px;
    height: 189px;
}

.box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 350px;
    background-color: #fff;
    padding: 20px 30px;
    box-shadow: 0px 4px 30px -10px rgb(0 0 0);
}
.box h1{
    text-align: center;
    font-size: 40px;
}
.box form .input_box{
    width: 100%;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    margin-top: 30px;
    position: relative;
}
.box form .input_box input{
    width: 100%;
    border: none;
    outline: none;
    font-size: 25px;
    padding: 7px 0px;
}
.box form .input_box label{
    position: absolute;
    left: 0px;
    font-size: 25px;
    top: 8px;
    pointer-events: none;
    transition: 0.2s;
}
.box .button{
    margin-top: 30px;
    font-size: 25px;
    padding: 7px 20px;
    color: #fff;
    border: none;
    background-color: #250654;
    float: right;
    cursor: pointer;
}
.box .button:active{
    color: #000;
    background-color: #fff;
}
.box form .input_box input:focus + label,
.box form .input_box input:valid + label{
    top: -15px;
    font-size: 18px;
    color: blue;
}



.login-form-wrapper{
  background: linear-gradient(90deg, rgba(53, 176, 154, 0.79) 0%, rgba(87, 199, 133, 0.8) 50%, rgba(53, 176, 154, 0.82) 100%);
  height: -webkit-fill-available;
  height: -moz-available;
  display: flex;
  align-items: center;
}
.login-form-title{
    display: flex;
    justify-content: center;
    border-bottom: 3px groove var(--bg-color);
    padding: 8px;
    color: white;
    font-size: xx-large;
    font-weight: 900;
    -webkit-text-stroke: 2px black;
}
.login-form-input-control{
    width: -webkit-fill-available;
    width: -moz-available;
    height: 40px;
    border: 1px solid #ced4da;
    border-radius: 1rem;
    padding: 10px;
    outline: none;
}
.login-form-class{
    padding: 10px;
    padding-left: 37px;
    padding-right: 37px;
}

.login-form-submit-group{
    padding: 0px;   
    text-align: center;
}
.login-form-logInbtn{
    width: -webkit-fill-available;
    width: -moz-available;
    height: 3rem;
    margin-left: 50px;
    margin-right: 50px;
    cursor: pointer;
    outline: none;
    font-size: 1rem;
    font-weight: bolder;
    border: 1px solid transparent;
    box-shadow: 0 4px 14px hsla(0, 0%, 2%, 0.1);
    background: var(--second-color);
    color: var(--bg-color);
    transition: 1.2s;
    border-radius: 1rem;
    
}
.login-form-logInbtn-not-allowed{
    cursor: not-allowed;
}
.login-form-logInbtn:hover{
    transform: scale(1.1);
}
.login-container{
    position: absolute;
    top: 35%;
    left: 32%;
    display: block;
    width: 500px;
    
}
.login_form{
  display: flex;
      text-decoration: none;
      width: -webkit-fill-available;
      width: -moz-available;
      height: -webkit-fill-available;
      height: -moz-available;
      flex-direction: column;
}
.login-form-container{
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  width: -moz-available;
  padding: 0px 73px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.input-extra-btn-container{
    display: contents;
    cursor: pointer;
    transition: 1s ease;
    height: 20px;
}
.login_input_group{
  display: block;
}
.login_input_group label{
  color: #000;
}
.login_input_control{
  display: flex;
      width: -webkit-fill-available;
      width: -moz-available;
      height: -webkit-fill-available;
      height: -moz-available;
      border-radius: 10px;
      outline: unset;
      background: #e3e0e0;
      border: 2px solid #00000000;
      align-items: center;
      min-height: 50px;
      max-height: 50px;
      
}
.login_input_control input{
  text-decoration: none;
  width: -webkit-fill-available;
  width: -moz-available;
  height: -webkit-fill-available;
  height: -moz-available;
  padding: 7px 9px;
  font-size: medium;
  outline: unset;
  background: #e3e0e000;
  border: unset;
}
.login_input_control:focus{
  border: 2px solid var(--second-color);
}
.login_input_control:hover{
  border: 2px solid var(--second-color);
}
.logIn-response{
    display: flex;
    color: red;
    justify-content: center;
    font-weight: 600;
    text-align: center;
}
.mySpin{
    
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display:none;
}
.forgot_password_trigger{
  margin-top: 5px;
  color: var(--pri-color);
  cursor: pointer;
  text-align: end;
}
.swapping {
  transform: scale(0.95);
  opacity: 0.8;
}

@keyframes slideFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeftAndDisappear {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(-100%);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
    display: none; /* Remove from layout after animation */
  }
}

.animate-slide-from-right{
  animation: slideFromRight 0.5s ease forwards;
}
.slide-out-left {
  animation: slideLeftAndDisappear 1s ease-in-out forwards;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }





  /* Responsivenes */
  @media(max-width:1034px) {
    .login_about_system_container {
      display: none;
    }

    .login_screen_sections {
      position: unset;
      width: -webkit-fill-available;
      width: -moz-available;
    }
    .login-form-outer-container {
      justify-content: center;
    }
  }

  @media(max-width:708px) {
    .login-form-outer-container {
      margin: 33px 32px;
    }

    .login-form-container {
      padding: 1px 9px;
  }
  }