@font-face {
  font-family: "Helvetica";
  src: url("../Fonts/helvetica/Helvetica.ttf") format("truetype");
}
@font-face{
  font-family: "font-awsome";
  src: url("../Fonts/fontawesome/font-awesome-4.7.0/fonts/fontawesome-webfont.woff") format("woff");
}
body {
    font-family: Helvetica !important;
    /*background: url("../../Styles/Default/Images/regzoo-bg5.png") center center fixed no-repeat;*/
    background: url("../../Styles/Default/Images/bg_aps.PNG") center center fixed no-repeat;
    background-size: 100% 100%;
}
    /*body::before {
        content: "";
        position: absolute;
        z-index: 99;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgb(0 0 0 / 5%);
    }*/
.main {
    margin: 0 auto;
     position: relative; 
    /* top: 50%; */
    /* left: 50%; */
    -ms-transform: translate(-50%, -50%);
    display: flex;
    /* transform: translate(-50%, -50%); */
    align-items: center;
    justify-content: center;
}
.right {
  padding: 10px;
  border-radius: 20px;
  /*min-height: 540px;*/
  background-color: #fff;
  display: flex;
  justify-content: center;
}
.reset-pswd .right {
  display: block;
}

.logo img {
  margin-top: 10px;
  width: 115px;
}
.form-control {
  height: 40px;
  border-radius: 26px;
  padding: 6px 12px 6px 34px;
  font-size: 14px;
  color: #bbb;
  width: 80%;
  margin-left: 30px;
}
.password-eye .form-control {
  padding: 6px 34px;
}
.password-eye .fa {
  position: absolute;
  right: 18px;
  top: 13px;
  color: #007dca;
  /*font-family: font-awsome;*/
}
.reset-pswd .form-control {
  width: 50%;
  margin-left: 120px;
}
.register .form-control {
  width: 100%;
  margin-left: 0px;
}
.reset-pswd .form-icon {
  left: 133px;
}
.register .form-icon {
  left: 14px;
}
.form .loginid {
  top: -31px;
}
.register .mobile {
  width: 14px;
  margin-top: 2px;
}
.form-icon {
  width: 14px;
  position: relative;
  top: -32px;
  left: 45px;
}
.forgot-password {
  margin-bottom: 25px;
  position: relative;
  top: -11px;
  right: 36px;
  color: #bbb;
  font-size: 14px;
}
.signin .form {
  margin-top: 25px;
}
.register-form {
  margin-top: 8px;
}
.register-form .register-feild {
  padding: 0 8px;
}
.reset {
  color: #1574c6;
  font-weight: 600;
  font-size: 14px;
  margin-right: 3px;
}
.signin-btn .btn-group-lg > .btn,
.btn-lg {
  padding: 9px 0px;
  width: 100%;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 30px;
  font-weight: 400;
}
input::placeholder {
    color: #666; /* your desired color */
    opacity: 1; /* ensure it's fully visible */
}
input::-ms-reveal {
    display: none;
}
.signin-btn {
    background-color: #337ab7;
    color: #fff;
    font-weight: 600;
    width: 80%;
    margin-left: 30px;
}
.register .signin-btn {
  margin-top: 15px;
  width: 100%;
  margin-left: 0px;
}
.reset-pswd .signin-btn {
  width: 50%;
  margin-left: 133px;
  margin-top: 80px;
}
.signin-btn .btn.focus,
.btn:focus,
.btn:hover {
  color: #fff;
  text-decoration: none;
}
.OR {
  padding: 0px;
  width: 11%;
  text-align: center;
  margin-top: 11px;
  font-size: 14px;
  color: #bbb;
}
.signin hr {
  border-top: 1px solid #a9a9a9;
}
.social-login {
  text-align: center;
}
.social-login li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}
.social-login li img {
  width: 45%;
}
.fb img {
  margin-right: 17px;
  width: 39% !important;
}
.signin .no-account {
  margin-top: 42px;
}
.no-account p {
  margin-left: 33px;
  color: #666;
  font-size: 16px;
}
.no-account span {
  color: #1574c6;
  font-weight: 600;
  font-size: 16px;
}
.register .right {
  padding: 10px 20px;
}
.pwdheading {
  color: #666;
  font-size: 14px;
  margin: 90px 50px 20px;
}
.reset-form {
  margin-top: 55px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .signin .form {
    margin-top: 40px;
  }
  .right {
    border-radius: 15px;
    min-height: 0;
  }
  .form-control {
    height: 34px;
    width: 100%;
    margin-left: 0px;
  }
  .reset-pswd .form-control {
    width: 85%;
    margin-left: 24px;
  }
  .reset-pswd .signin-btn {
    width: 85%;
    margin: 20px;
  }
  .reset-pswd .form-icon {
    left: 37px;
  }
  .form-icon {
    top: -29px;
    left: 14px;
  }
  .forgot-password {
    right: 0px;
  }
  .form .loginid {
    top: -28px;
  }
  .signin-btn .btn-group-lg > .btn,
  .btn-lg {
    padding: 5px 0px;
    font-size: 14px;
  }
  .signin-btn {
    width: 100%;
    margin-left: 0px;
  }
  .OR {
    width: 9%;
    margin-top: 13px;
    font-size: 12px;
  }
  .red-width {
    width: 22%;
  }
  .social-login li {
    margin-right: 3px;
  }
  .social-login ul {
    padding: 0px;
  }
  .no-account p {
    margin-left: 0px;
  }
  .register .mobile {
    width: 12px;
  }
  .register .right {
    padding: 10px 40px;
  }
  .pwdheading {
    font-size: 12px;
    margin: 30px 11px 20px;
  }
  .main {
    width: 90%;
  }
  .register-form .row{
      padding:10px 0 !important;
  }
    .main-header{
        flex-direction:column;
    }
        .main-header img {
            height:80px !important;
        }
        .main-header h3 {
        margin-left:0 !important;
        text-align:center;
        font-size:16px;
        font-weight:bold;
        }
        .register {
        top: 64%;
    }
  .reset-form {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
    .left-banner {
        background: url("../../Styles/Default/Images/image_left.png");
        /*background: url("../../Styles/Default/Images/login-cat.jpg");*/
        background-size: 100% 100%;
        padding: 0;
        min-height: 540px;
        border-radius: 15px 0px 0px 15px;
        
    }
}
@media (min-width: 768px) and (max-width: 991px) {
  .social-login li {
    margin-right: 3px;
  }
  .social-login ul {
    padding: 0px;
  }
  .pwdheading {
    font-size: 12px;
    margin: 90px 45px 20px;
  }
  .reset-pswd .form-control {
    width: 65%;
    margin-left: 82px;
  }
  .reset-pswd .form-icon {
    left: 94px;
  }
  .reset-pswd .signin-btn {
    width: 65%;
    margin-left: 82px;
  }
  .register .left-banner {
    display: none;
  }
  .register .right {
    padding: 10px 60px;
    border-radius: 15px;
  }
  .register .right {
    display: block;
  }
}
