@font-face {
  font-family: 'CodecColdHeavytrial';
  src: url('fonts/CodecColdHeavytrial.eot');
  src: url('fonts/CodecColdHeavytrial.eot') format('embedded-opentype'), url('fonts/CodecColdHeavytrial.woff2') format('woff2'), url('fonts/CodecColdHeavytrial.woff') format('woff'), url('fonts/CodecColdHeavytrial.ttf') format('truetype'), url('fonts/CodecColdHeavytrial.svg#CodecColdHeavytrial') format('svg');
}
@font-face {
  font-family: 'CodecColdLighttrial';
  src: url('fonts/CodecColdLighttrial.eot');
  src: url('fonts/CodecColdLighttrial.eot') format('embedded-opentype'), url('fonts/CodecColdLighttrial.woff2') format('woff2'), url('fonts/CodecColdLighttrial.woff') format('woff'), url('fonts/CodecColdLighttrial.ttf') format('truetype'), url('fonts/CodecColdLighttrial.svg#CodecColdLighttrial') format('svg');
}
@font-face {
  font-family: 'CodecColdRegulartrial';
  src: url('fonts/CodecColdRegulartrial.eot');
  src: url('fonts/CodecColdRegulartrial.eot') format('embedded-opentype'), url('fonts/CodecColdRegulartrial.woff2') format('woff2'), url('fonts/CodecColdRegulartrial.woff') format('woff'), url('fonts/CodecColdRegulartrial.ttf') format('truetype'), url('fonts/CodecColdRegulartrial.svg#CodecColdRegulartrial') format('svg');
}
@font-face {
  font-family: 'RobotoRegular';
  src: url('fonts/RobotoRegular.eot');
  src: url('fonts/RobotoRegular.eot') format('embedded-opentype'), url('fonts/RobotoRegular.woff2') format('woff2'), url('fonts/RobotoRegular.woff') format('woff'), url('fonts/RobotoRegular.ttf') format('truetype'), url('fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}
@font-face {
  font-family: 'RobotoBold';
  src: url('fonts/RobotoBold.eot');
  src: url('fonts/RobotoBold.eot') format('embedded-opentype'), url('fonts/RobotoBold.woff2') format('woff2'), url('fonts/RobotoBold.woff') format('woff'), url('fonts/RobotoBold.ttf') format('truetype'), url('fonts/RobotoBold.svg#RobotoBold') format('svg');
}
@font-face {
  font-family: 'RobotoLight';
  src: url('fonts/RobotoLight.eot');
  src: url('fonts/RobotoLight.eot') format('embedded-opentype'), url('fonts/RobotoLight.woff2') format('woff2'), url('fonts/RobotoLight.woff') format('woff'), url('fonts/RobotoLight.ttf') format('truetype'), url('fonts/RobotoLight.svg#RobotoLight') format('svg');
}
@font-face {
  font-family: 'RobotoBlack';
  src: url('fonts/RobotoBlack.eot');
  src: url('fonts/RobotoBlack.eot') format('embedded-opentype'), url('fonts/RobotoBlack.woff2') format('woff2'), url('fonts/RobotoBlack.woff') format('woff'), url('fonts/RobotoBlack.ttf') format('truetype'), url('fonts/RobotoBlack.svg#RobotoBlack') format('svg');
}
@font-face {
  font-family: 'RobotoMedium';
  src: url('fonts/RobotoMedium.eot');
  src: url('fonts/RobotoMedium.eot') format('embedded-opentype'), url('fonts/RobotoMedium.woff2') format('woff2'), url('fonts/RobotoMedium.woff') format('woff'), url('fonts/RobotoMedium.ttf') format('truetype'), url('fonts/RobotoMedium.svg#RobotoMedium') format('svg');
}
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {}
.login-main-container {
  background-image: url("../images/login-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.login_logo {
  width: 200px;
  height: 105px;
  display: inline-block;
  position: absolute;
  left: 50px;
  top: 50px;
}
.login_first_section {
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 0;
  display: flex;
}
.login-left-section {
  width: 50%;
  height: auto;
  display: inline-block;
  padding-left: 50px;
  position: relative;
}
.login-right-section {
  width: 50%;
  height: auto;
  display: inline-block;
  background-color: #fff;
  padding: 0px;
  background-image: url("../images/login-box-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.login_heading {
  width: 100%;
  height: auto;
  display: inline-block;
}
.login_heading h1 {
  font-family: 'CodecColdHeavytrial';
  color: #fff;
  font-size: 100px;
  margin: 0px;
  padding: 0px;
  line-height: normal;
}
.login_heading p {
  font-family: 'CodecColdLighttrial';
  color: #fff;
  font-size: 33px;
  margin: 0px;
  padding: 0px;
  line-height: normal;
}
.login_copy_write {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 30px 0px;
  font-family: 'RobotoRegular';
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 0;
}
.login_copy_write a {
  font-family: 'RobotoBold';
  color: #fff;
  text-decoration: none;
}
.login_form_section {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 130px 50px 0px 50px;
}
.login_form_heading {
  width: 100%;
  height: auto;
  display: block;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.login_form_heading h2 {
  font-family: 'CodecColdHeavytrial';
  color: #000000;
  font-size: 30px;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
}
.login_form_heading p {
  font-family: 'CodecColdRegulartrial';
  color: #000000;
  font-size: 15px;
  margin: 0px;
  padding: 0px;
}
.login_form_heading p span {
  font-family: 'CodecColdHeavytrial';
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
.forgot-password {
  font-family: 'RobotoBold';
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0px;
  padding: 25px 0px;
  display: inline-block;
}
.forgot-password:hover {
  font-family: 'RobotoBold';
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
}
.login_form-bottom {
  width: 100%;
  height: auto;
  display: block;
  border-top: 1px solid #f2f2f2;
  padding-left: 50px;
}
.privacy-policy {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 32px 0px 0px 0px;
  font-family: 'RobotoRegular';
  font-size: 13px;
  display: inline-block;
}
.privacy-policy-btn {
  font-family: 'RobotoBold';
  color: #000;
  text-decoration: none;
}
.privacy-policy-btn:hover {
  font-family: 'RobotoBold';
  color: #000;
  text-decoration: none;
}
.login-btn {
  width: 230px;
  height: 80px;
  background-color: #ff5a09;
  color: #fff;
  border: 0px;
  float: right;
  outline: 0 !important;
}
.adlogin-btn {
    background-color: #ffffff;
    color: #000000;
    border: 0px;
    outline: 0 !important;
    padding: 15px 35px;
    font-size: 15px;
    margin-top: 25px;
}
.adlogin-btn> i{
    margin:0 0 0 25px;
}
.mob-copywrite {
    display: none;
}
.mob-main-heading {
  display: none;
}
.font-bold {
    font-family: 'RobotoBold';
}
form {
    margin:0px;
}
#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 10%;
    left: 0;
    z-index: 100002;
}

.loader-content {
    position: absolute;
    left: 55%;
    top: 40%;
    z-index: 2;
    margin: -75px 0 0 -75px;
    border: 8px solid #004fff;
    border-radius: 50%;
    border-top: 15px solid #3498db;
    width: 62px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@media only screen and (max-width: 1152px) {
    .login-btn {
    width: 190px;
    height: 70px;
  }
  .privacy-policy {
    padding: 27px 0px 0px 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .login_heading h1 {
    font-size: 80px;
  }
  .login_heading p {
    font-size: 24px;
    margin: 0px;
    padding: 0px;
    line-height: 27px;
  }
  .login_copy_write {
    padding: 30px 13px 30px 0px;
  }
  .login-left-section {
    width: 35%;
  }
  .login-right-section {
    width: 65%;
  }
}
@media only screen and (max-width: 991px) {
  .login_first_section {
    display: block;
  }
.login-left-section {
    display: none;
  }
    .adlogin-btn {       
        margin-left: 496px;      
    }
  .login-right-section {
    width: 100%;
  }
  .login_form-bottom {
    width: 100%;
    height: auto;
    display: flex;
    border-top: 0px solid #f2f2f2;
    padding-left: 50px;
    padding-right: 50px;
    flex-direction: column-reverse !important;
  }
  .login-btn {
    width: 100%;
    height: 70px;
  }
  .privacy-policy {
    padding: 20px 0px 0px 0px;
    text-align: center;
  }
  .forgot-password {
    padding: 4px 0px;
  }
  .login_form_section {
    padding: 100px 50px 0px 50px;
  }
  .mob-copywrite {
    display: block;
    font-family: 'RobotoRegular';
    font-size: 13px;
    text-align: center;
    width: 100%;
    padding: 2px 50px 22px 50px;
  }
  .mob-copywrite a {
    font-family: 'RobotoBold';
    color: #000;
    text-decoration: none;
  }
  .login_logo {
    width: 200px;
    height: 105px;
    display: block;
    position: relative;
    left: unset;
    top: unset;
    margin: 0px auto 0px auto;
    padding-top: 40px;
  }
}



.page_loader {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

@keyframes arrows {
    0%, 100% {
        color: black;
        transform: translateY(0);
    }

    50% {
        color: #004fff;
        transform: translateY(20px);
    }
}

.page_loader > span {
    --delay: 0s;
    animation: arrows 1s var(--delay) infinite ease-in;
}