

@media (min-width: 992px) {
  .main-container {
    padding-top: 100px;
  }
}

.row-tabs {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .img-login {
    width: 100% !important;
  
  }
}
@media (max-width:992px) {
  .img-login {
    width: 100% !important;
  
  }
}
@media (max-width: 478px) {
  .tab-buttons {
    background-color: #ecf0ff;

    flex-direction: row !important;
  }
}
@media (max-width: 768px) {
  .tab-buttons {
    background-color: #ecf0ff;

    flex-direction: row !important;
  }
}
.form-area {
  padding-top: 30px;
}

.col-tabs {
  margin-top: 0px;
  /* box-shadow: 0 12px 34px 0 rgba(57, 67, 87, 0.1); */
  border: 1px solid rgb(240, 236, 236);
  border-radius: 12px;
  padding: 20px;
}

.col-des {
  text-align: center;
}
.col-tabs p {
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #023098;
}
.col-tabs h5 {
  padding-bottom: 40px;
}
.custom-tabs {
  width: 100%;
}

.tab-buttons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  background-color: #ecf0ff;
  padding: 8px 0px;
  border-radius: 8px;
  flex-direction: row;
}

.tab-buttons button {
  width: 50%;
  border: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  padding: 13px 20px;
  margin: 0px 5px;
  transition: 0.3s;
  color: #023098 !important;
}

.tab-buttons button.active {
  background-color: #465ff1;
  color: white !important;
  transition: 0.9s;
}

.tab-content {
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.login-page .login-form {
  max-width: 400px;
  width: 100%;
}

.login-page h1,
.login-page p {
  color: white;
}

.login-page button {
  border-radius: 50px;
}

.login-page .form-control {
  border-radius: 50px;
}

.login-page .form-text a {
  text-decoration: none;
  color: #007bff;
}

.login-page .form-text a:hover {
  text-decoration: underline;
}

.policy-com {
  padding-top: 70px;
}
.policy-com p {
  font-family: "Nunito";
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  color: #9c9aa5;
  line-height: 1;
}
.policy-com h6 {
  font-family: "Nunito";
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  text-align: center;
  color: black;
}

@media (max-width: 992px) {
  .row-tabs {
    flex-direction: column;
    align-items: flex-start;
  }

  .col-tabs {
    width: 100%;
    padding: 0 15px;
    margin-top: 30px;
  }

  .tab-buttons button {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 12px;
  }

  .tab-buttons {
    flex-direction: column;
  }

  .form-area {
    padding-top: 20px;
  }

  .col-tabs p {
    font-size: 20px;
  }

  .col-tabs h5 {
    padding-bottom: 40px;
  }

  .policy-com {
    padding-top: 100px;
  }
}

@media (max-width: 768px) {
  .col-tabs p {
    font-size: 18px;
  }

  .tab-buttons button {
    font-size: 14px;
    padding: 10px;
  }

  .policy-com {
    padding-top: 80px;
  }
}

@media (max-width: 576px) {
  .row-tabs {
    align-items: flex-start;
  }

  .col-tabs p {
    font-size: 16px;
  }

  .tab-buttons button {
    font-size: 12px;
  }

  .policy-com {
    padding-top: 60px;
  }
}

