* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  background: #FFFFFF; }

a {
  text-decoration: none;
  color: #448aff; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.max-width {
  max-width: 1200px;
  margin: auto; }

.custom-header {
  padding: 12px 20px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14); }
  .custom-header .logo {
    width: 100px; }
  .custom-header .content {
    text-align: center; }

.main-content {
  min-height: 500px;
  position: relative; }

.msg-container {
  max-width: 800px;
  margin: auto;
  color: #0D0D0D;
  text-align: center;
  padding: 20px;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  z-index: 1; }
  .msg-container .info {
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 10px; }
  .msg-container .sub-info {
    font-size: 13px;
    font-weight: 400; }
  .msg-container .msg-info {
    font-size: 14px;
    padding: 5px 16px 30px 16px; }
  .msg-container .security-info {
    font-size: 12px;
    padding: 0 16px 0px 16px; }

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 2; }

.custom-footer {
  padding: 15px 20px;
  background: #393939;
  color: #FFFFFF;
  font-size: 12px;
  width: 100%; }

.tips-info {
  color: #999;
  text-align: center;
  padding: 10px 16px 10px 16px;
  font-size: 12px;
  margin-bottom: 5px; }

.link {
  color: #448aff;
  font-size: 14px;
  font-weight: 400;
  padding: 8px; }

.ola-btn {
  border-radius: 4px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  outline: none;
  cursor: pointer;
  background-color: #CCE500;
  color: #000;
  padding: 0 20px;
  min-width: 300px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  -webkit-tap-highlight-color: transparent; }
  .ola-btn:hover {
    background-color: #bdd400; }

.comm-heading {
  font-weight: 500;
  color: #010101;
  font-size: 18px;
  padding-bottom: 10px;
  line-height: 26px; }

.mobile-number-container {
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 16px; }
  .mobile-number-container .heading {
    padding-bottom: 35px;
    color: #0D0D0D; }
  .mobile-number-container .phone-number {
    padding-bottom: 10px; }
    .mobile-number-container .phone-number input {
      height: 40px;
      border: 0;
      border-bottom: 1px solid #9e9e9e;
      min-width: 250px;
      transition: all 0.2s ease;
      font-size: 16px;
      color: #000;
      padding: 0 5px; }
      .mobile-number-container .phone-number input:focus {
        outline: none;
        border-bottom: 1px solid #4A90E2;
        box-shadow: 0 1px 0 0 #4A90E2;
        caret-color: #4A90E2; }
    .mobile-number-container .phone-number input::-webkit-outer-spin-button,
    .mobile-number-container .phone-number input::-webkit-inner-spin-button {
      /* display: none; <- Crashes Chrome on hover */
      -webkit-appearance: none;
      margin: 0;
      /* <-- Apparently some margin are still there even though it's hidden */ }

.top_heading {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 5px;
  color: #010101; }

.reset-password-container {
  max-width: 1200px;
  margin: auto;
  color: rgba(0, 0, 0, 0.92);
  text-align: center;
  padding: 20px;
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  z-index: 1; }
  .reset-password-container .sub-info {
    padding-bottom: 35px;
    color: #0D0D0D;
    font-size: 16px; }

.form-container {
  padding-bottom: 20px; }
  .form-container .custom-input {
    display: block; }
    .form-container .custom-input label {
      font-size: 16px;
      color: #000;
      font-weight: 400;
      padding-right: 10px;
      min-width: 220px;
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      display: none; }
    .form-container .custom-input span {
      margin-right: 20px; }
    .form-container .custom-input input {
      height: 38px;
      border-radius: 4px;
      padding: 0 15px;
      border: 1px solid #E0E0E0;
      font-size: 14px;
      color: #000;
      min-width: 300px;
      height: 45px; }
      .form-container .custom-input input:focus {
        outline: none;
        border: 1px solid #4A90E2; }
    .form-container .custom-input .border-top {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
    .form-container .custom-input .border-bottom {
      border-bottom-left-radius: 4px;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-top: 0; }
  .form-container .custom-input:last-child {
    margin-bottom: 0; }
  .form-container .captcha-container {
    display: block;
    padding-bottom: 10px; }
    .form-container .captcha-container img {
      border: 1px solid #fafafa;
      width: 150px;
      height: 40px; }

.reset-link-container {
  color: #7E7E7E;
  font-size: 12px;
  padding: 20px 16px; }

.password-msg {
  font-size: 12px;
  color: #9F9F9F; }

.success-icon {
  display: block;
  margin-bottom: 10px;
  text-align: center; }
  .success-icon img {
    max-width: 40px; }

.empty-space {
  display: block;
  height: 30px; }

@media only screen and (max-width: 768px) {
  .custom-header .logo {
    width: 70px; }

  .msg-container .info {
    line-height: 24px; }

  .custom-footer {
    padding: 10px 16px;
    font-size: 9px; }

  .reset-password-container {
    top: 5%; }

  .top_heading {
    padding-bottom: 40px; }

  .form-container .custom-input input {
    width: 100%;
    min-width: auto; }

  .mobile-number-container .heading {
    line-height: 24px; }
  .mobile-number-container .phone-number input {
    width: 75%;
    min-width: auto; }

  .msg-container {
    display: block;
    position: static;
    margin-top: 50px; }

  .reset-password-container {
    position: static;
    display: block; }

  .ola-btn {
    width: 100%;
    min-width: auto; }

  footer {
    position: static;
    margin-top: 40px; } }
.error {
  position: fixed;
  left: 0;
  right: 0;
  top: -51px;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #FB5751;
  padding: 11px 0;
  z-index: 9999; }
  .error.show {
    top: 51px;
    animation: fadeIn 0.3s; }

.loader {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: hidden; }
  .loader .progress {
    position: absolute;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #e2e2e2;
    top: 0;
    overflow: hidden; }
    .loader .progress .indeterminate {
      background-color: #CDDA49; }
      .loader .progress .indeterminate:before {
        content: '';
        position: absolute;
        background-color: inherit;
        top: 0;
        left: 0;
        bottom: 0;
        will-change: left, right;
        -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) 50;
        animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) 50; }
      .loader .progress .indeterminate:after {
        content: '';
        position: absolute;
        background-color: inherit;
        top: 0;
        left: 0;
        bottom: 0;
        will-change: left, right;
        -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) 50;
        animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) 50;
        -webkit-animation-delay: 1.15s;
        animation-delay: 1.15s; }

@keyframes fadeIn {
  0% {
    top: 0; }
  100% {
    top: 51px; } }
@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }
@media only screen and (max-width: 325px) {
  .top_heading {
    padding-bottom: 20px; }

  .form-container {
    padding-bottom: 20px; }

  .link {
    display: block; } }

/*# sourceMappingURL=style.css.map */
