.login-signup-section {
    width: 100%;
    height: auto;
    background:url("../img/login-bg.webp") no-repeat;
    background-position: top right;
    font-family: "Inter", sans-serif;
    float: left;
    padding: 100px 0 70px;
    position: relative;
    background-size: cover;
}
.login-signup-section:before 
{
    content: "";
    width: 100%;
    height: 100%;
    background:url("../img/subtract.webp") no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size:55% 100%;
}
.login-signup-container {
    width: 100%;
    height: auto;
    background-color: #F7F7F9;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: hidden;
    border: 1px solid #eee;
    max-width: 675px;
    margin: 100px 0 0 113px;
    border-radius: 5px 230px 5px 230px;
    min-height: 734px;
    padding: 40px 48px;
    position: relative;
    z-index: 99;
}
.name
{
    font-size: 18px;
    line-height: 20px;
    color: #213565;
    font-family: "Inter", sans-serif;

}

.login-signup-container .headerLog {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.login-signup-container .instImg {
    height: auto;
    max-height: 100px;
}

.login-signup-container .InstTitle {
    margin: 30px 0 20px;
    font-size: 28px;
    font-weight: 700;
    color: #213565;
    line-height: 150%;
}

.login-signup-container .form {
    width: 94%;
    padding: 0 0;
    margin-bottom: 2rem;
}

.login-signup-container .form-control {
    height: 50px;
    border: none !important;
    background: #FAFAFA;
    color: #828282;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.login-signup-container .input-group {
    border: 1px solid #EAEAEA;
    border-radius: 5px;
}

.login-signup-container .input-group-prepend span {
    background: none !important;
    border: none !important;
    cursor: pointer;
}

.login-signup-container input {
    box-shadow: none !important;
}

.login-signup-container input::-webkit-inner-spin-button {
    display: none;
}

.remember-container {
    margin: 0 0 25px 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    gap: 6px;
    cursor: pointer;
}

.login-signup-container input[type="checkbox"] {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    border: 1px solid #213565;
    appearance: none; /* Remove default styling */
    -webkit-appearance: none; /* Remove default styling in Safari */
    outline: none;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.login-signup-container input[type="checkbox"]:checked {
    background-color: #213565;
}

.login-signup-container input[type="checkbox"]:checked::after {
    content: "✔";
    color: white;
    font-size: 14px;
    margin-top: 0px;
}
.remember-container label 
{
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #213565;
  font-family: "Inter", sans-serif;
}

#num1 {
    width: 40px;
    font-weight: 600;
    font-size: 18px;
}

#num2 {
    width: 40px;
    font-weight: 600;
    font-size: 18px;
}

.login-signup-container .login-btn {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    justify-content: center;
    color: #ffffff;
    background-color: #213565;
    border-radius: 10px 2px 10px 2px;
    border: none;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    line-height: 24px;
    padding: 20px 0;
    text-transform: uppercase;
}
.login-signup-container .login-btn:hover 
{
    background: #7DB745;
}

.login-signup-container.forgotPassword {
    margin: 0;
    color: #213565;
    font-size: 16px;
    font-weight: 500;
}

@media screen and (max-width: 2500px) {
    .login-signup-section {
      min-height: 100vh;
    }
    .login-signup-section:before 
    {
      background-size:45% 100%;
    }
}
@media screen and (max-width: 2200px) {
    .login-signup-section:before 
    {
      background-size:50% 100%;
    }
}
@media screen and (max-width: 2000px) {
    .login-signup-section:before 
    {
      background-size:55% 100%;
    }
}

@media screen and (max-width: 1800px) {
    .login-signup-section:before 
    {
        background-size:62% 100%;
    }
}
@media screen and (max-width: 1620px) {
    .login-signup-section:before 
    {
        background-size:70% 100%;
    }
}
@media screen and (max-width: 1420px) {
    .login-signup-section:before 
    {
        background-size:80% 100%;
    }
}


@media screen and (max-width: 1370px) {
  .login-signup-container
  {
    max-width: 45%;
    margin: 100px 0 0 30px;
  }
  .login-signup-container .form
  {
    width: 100%;
  }
  .login-signup-section:before 
    {
        background-size:70% 100%;
    }

}

@media screen and (max-width: 1200px) {
    .login-signup-container .InstTitle
    {
     font-size: 20px;
    }
}
@media screen and (max-width: 1100px) {

.login-signup-container
  {
    max-width: 50%;
    margin: 70px 0 0 30px;
  }
  .login-signup-section:before 
    {
        background-size:80% 100%;
   }

}
@media screen and (max-width: 991px) {
.login-signup-container
  {
    max-width: 60%;
  }

}
@media screen and (max-width: 800px) {
.login-signup-container
  {
    max-width: 70%;
  }
  .login-signup-section:before 
    {
        background-size:100% 100%;
   }

}
.outlookLogin{
    border: 1px solid gray !important;
    background: #F7F7F9 !important;
    color: #000 !important;
}

.outlookLogin:hover {
    background: #7DB745 !important;
    color: #FAFAFA !important;
}




