/* Cubic Bezier Transition */
/***
Login page
***/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:wght@300;400;700;900&family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
#header-image { height: 100px; }
/* bg color */
.login {
  background-color: #fff !important; }

.login .logo {
  text-align: center;
}

.login_click {
  width: 64px;
  height: 40px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  background-color: rgb(1, 83, 122) !important;
  border-color: rgb(1, 83, 122) !important;
  border-radius: 3px !important;
  padding: 6px 8px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}

.login-logo-img {
  background: rgb(255, 255, 255);
  border-radius: 50px !important;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(117, 115, 115);
  width: 50px;
  height: 50px;
  margin-left: 10px;
}
.datafree_title_login {
  font-weight: bold;
  color: #464646;
  font-size: 60px;
  margin: 0px !important;
}

.login-div {
  padding: 37px 0;
  width: 50%;
  position: absolute;
  top: 48vh;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 16px !important;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.25);
}

.datafree-text {
  font-weight: 1000;
  font-size: 30px;
  margin-bottom: 56px;
  margin-top: -15px;
  color: #373737;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-class {
  width: 40px;
  display: none;
}

.login .content {
  background-color: white;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  width: 400px;
  margin: 40px auto 10px auto;
  padding: 30px;
  padding-top: 10px;
  overflow: hidden;
  position: relative; }

.login .content h3 {
  color: #4db3a5;
  text-align: center;
  font-size: 28px;
  font-weight: 400 !important; }

.login .content h4 {
  color: #555; }

.login .content .hint {
  color: #999;
  padding: 0;
  margin: 15px 0 7px 0; }

.login .content .login-form,
.login .content .forget-form {
  padding: 0px;
  margin: 0px; }

.login .content .form-control {
  border: none;
  background-color: #dde3ec;
  height: 43px;
  color: #8290a3;
  border: 1px solid #dde3ec; }
.login .content .form-control:focus, .login .content .form-control:active {
  border: 1px solid #c3ccda; }
.login .content .form-control::-moz-placeholder {
  color: #8290a3;
  opacity: 1; }
.login .content .form-control:-ms-input-placeholder {
  color: #8290a3; }
.login .content .form-control::-webkit-input-placeholder {
  color: #8290a3; }

.login .content select.form-control {
  padding-left: 9px;
  padding-right: 9px; }

.login .content .forget-form {
  display: none; }

.login .content .enquiry-form {
  display: none; }

.login .content .form-title {
  font-weight: 300;
  margin-bottom: 25px; }

.login .content .form-actions {
  clear: both;
  border: 0px;
  border-bottom: 1px solid #eee;
  padding: 25px 30px 25px 30px;
  margin-left: -30px;
  margin-right: -30px; }
.login .content .form-actions > .btn {
  margin-top: -2px; }

.login-options {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden; }

.login-options h4 {
  float: left;
  font-weight: 600;
  font-size: 15px;
  color: #7d91aa !important; }

.login-options .social-icons {
  float: right;
  padding-top: 3px; }

.login-options .social-icons li a {
  border-radius: 15px 15px 15px 15px !important;
  -moz-border-radius: 15px 15px 15px 15px !important;
  -webkit-border-radius: 15px 15px 15px 15px !important; }

.login .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0; }

.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px; }

.login .content .register-form .form-actions, .login .content .enquiry-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px; }

.login .content .form-actions .btn {
  margin-top: 1px; }

.login .content .form-actions .btn {
  font-weight: 600;
  padding: 10px 20px !important; }

.login .content .form-actions .btn-default {
  font-weight: 600;
  padding: 10px 25px !important;
  color: #6c7a8d;
  background-color: #ffffff;
  border: none; }

.login .content .form-actions .btn-default:hover {
  background-color: #fafaff;
  color: #45b6af; }

.login .content .forget-password {
  font-size: 14px;
  float: right;
  display: inline-block;
  margin-top: 10px; }

.login .content .check {
  color: #8290a3; }

.login .content .rememberme {
  margin-left: 8px; }

.login .content .create-account {
  margin: 0 -40px -30px -40px;
  padding: 15px 0 17px 0;
  text-align: center;
  background-color: #6c7a8d;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px; }
.login .content .create-account > p {
  margin: 0; }

.login .content .create-account p a {
  font-weight: 600;
  font-size: 14px;
  color: #c3cedd; }

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px; }

/* footer copyright */
.login .copyright {
  text-align: center;
  margin: 0 auto 30px 0;
  padding: 10px;
  color: #7a8ca5;
  font-size: 13px; }

.formClass label.error{
  display: block;
  color: #c00 !important;
  margin-top: 5px;
  font-size: 11px;
}
.formClass input.error ,.formClass textarea.error,.formClass select.error  {
  background-color: #edd;
  border: 1px solid #c00;
}
.signup_loader {
  left: 35%;
  position: absolute;
  top: 50%;
}
@media (max-width: 440px) {
  /***
  Login page
  ***/
  .login .logo {
    margin-top: 10px; }
  .login .content {
    width: 280px;
    margin-top: 10px; }
  .login .content h3 {
    font-size: 22px; }
  .forget-password {
    display: inline-block;
    margin-top: 20px; }
  .login-options .social-icons {
    float: left;
    padding-top: 3px; }
  .login .checkbox {
    font-size: 13px; }
  #login-border-box {
    width: 400px;
    margin: auto;
    display: flex;
    align-items: center;
    color: rgba(10, 9, 9, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 4px;
    overflow: hidden;
    background-color: rgba(1, 83, 122, 0.1);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
  }
 }
.datafree-txt {
  font-family: "Poppins", sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 104px;
  letter-spacing: 0.1px;
  text-align: center;
  margin-bottom: 19px;
}

@media (max-width: 576px) {
  .login-div {
    width: 80%;
  }

  .datafree-text {
    margin-bottom: 33px;
    font-weight: 700;
    font-size: 20px;
  }

  .data_free_logo {
    width: 30%;
  }

  .login-div {
    width: 80%;
  }
  .data-by {
    font-size: 24px !important;
    margin-bottom: 11px !important;
    margin-right: 7px !important;
  }
  .datafree-txt {
    font-size: 50px;
    line-height: 43px;
    margin-bottom: 30px;
  }
}

.data-by {
  color: #373737;
  font-family: "Roboto", sans-serif;
  margin-right: 10px;
  margin-bottom: 12px;
  font-weight: bolder;
  font-size: 32px;
  letter-spacing: 0.1px;
}
@media (max-width: 1200px) {
  .login-div{
    width: 80%;
  }
}
@media only screen and (min-width: 577px) and (max-width: 975px) {
  .datafree-txt {
    font-size: 64px;
    line-height: 63px;
    margin-bottom: 28px;
  }
}
.adminportal-txt
{
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 26px;
  color: #373737;
  display: flex;
  justify-content: center;
  align-items: center;
}

.admin-portal {
  margin-top: 100px;
}

.new-login {
  height: 40px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  background-color: rgb(1, 83, 122) !important;
  border-color: rgb(1, 83, 122) !important;
  border-radius: 3px !important;
  padding: 6px 10px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}
@media (max-width: 410px) {
  .datafree-txt {
    font-size: 43px;
    line-height: 46px;
    margin-bottom: 19px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1561px) {
  .datafree-txt {
    font-size: 67px
  }
}