@import url(https://fonts.googleapis.com/css?family=Roboto:300);

body {
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.body_main {
    background-image: url(../img/login_image.png);
    /* height: 609px; */
    min-height: 100vh;
    display: grid;
    place-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wraper-login {
      display: flex;
            justify-content: center;
            align-items: center;
    background-image: url(../img/login_image.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    /* padding: 6% 0 0; */
}

.login-page {
    width: 450px;
    /* margin: auto; */
}

.login-page .form {
    position: relative;
    z-index: 1;
    background: #273d24e5;
    border-radius: 15px;
    /* max-width: 450px;
    margin: 0 auto 100px; */
    padding: 10px 45px 50px 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.login-page .form .logo img {
    width: 250px;
    filter: brightness(130%);
}

.login-page .form input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 6px;
}

.login-page .form button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #4CAF50;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    border-radius: 6px;
}

.login-page .form button {
    margin-left: 0 !important;
    height: 50px !important;
}

.login-page .form button:hover,
.form button:active,
.form button:focus {
    background: #43A047;
}

.login-page .form .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
}

.login-page .form .message a {
    color: #4CAF50;
    text-decoration: none;
}

.login-page .form .register-form {
    display: none;
}

@media(max-width: 767px) {

    .login-page {
        margin: 200px auto;
    }
    .login-wrapper-auth{
    width: 90% !important;
     margin: 200px auto !important;
}
.two-step-div #form input {
    padding: 20px;
    border-color: transparent;
    background: transparent;
    border-bottom: 1.5px solid #cccccc;
    text-align: center;
    width: 35px !important;
    font-size: 10px;
    color: #fff;
    margin-right: 10px;
    margin-left: 0px !important;
    border-radius: 0;
}
}


/* ====================================signup===================================== */

.signup_section {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.signup_section {
    min-height: 100vh;
    display: grid;
    place-items: center;
    /* background-color: #e2e8f0; */
    background-image: url(../img/login_image.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.signup_section p {
    font-size: 14px;
    color: #b3b3b3;
    margin: 0;
}

.signup-form {
    width: 480px;
    /* padding: 20px; */
    margin: 15px auto;
    border-radius: 15px;
    background-color: #273d24e5;
    /* box-shadow: 2px 4px 8px #6b728040; */
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    text-align: center;
}


/* .signup-header {
  margin-bottom: 20px;
} */

.signup_logo {
    position: relative;
    text-align: center;
    padding: 5px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.signup-header h1 {
    font-weight: bolder;
    font-size: 20px;
    color: #6db8ae;
    text-align: center;
}

.signup-input {
    position: relative;
    margin-bottom: 15px;
}

.signup-input input,
.signup-input select {
    width: 100%;
    border: none;
    padding: 10px 40px;
    background-color: #f3f4f6;
    color: #1f2937;
    font-size: 16px;
    outline: none;
    box-shadow: none;
    border-radius: 6px;
}

.signup-input input::placeholder,
.signup-input select {
    color: #6b7280;
}

.signup-input i {
    top: 50%;
    text-align: center;
    width: 36px;
    position: absolute;
    transform: translateY(-50%);
    color: #6b7280;
    font-size: 16px;
}

.signup_section .signup-btn {
    width: 100%;
    border: none;
    padding: 8px 0;
    margin: 20px 0;
    border-radius: 4px;
    background-color: #43A047;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}

.signup_section .signup-btn:active {
    background-color: #43A047;
    transition: all 0.3s ease;
}

.signup_section .social-icons i {
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 50%;
    margin: 24px 8px 24px 8px;
    background-color: gray;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

.signup_section i.fa-facebook-f {
    background-color: #3b5998;
}

.signup_section i.fa-twitter {
    background-color: #1da1f2;
}

.signup_section i.fa-google {
    background-color: #dd4b39;
}

.signup_section a {
    color: #68b679;
    font-weight: 600;
    text-decoration: none;
}

.form_signup span {
    width: 100%;
    display: flex;
    margin: 20px 0px 0px 0px;
    font-family: 'Poppins';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    display: flex;
    align-items: center
}

.form_signup i,
.form_signup .fa {
    margin-right: 15px
}


/* --------------------------------otp---------------------------------- */

.otp-input-fields {
    margin: auto;
    max-width: 400px;
    width: auto;
    display: flex;
    /* justify-content: center; */
    gap: 2px;
    /* padding: 20px; */
}

.otp-input-fields input {
    height: 40px;
    width: 40px;
    background: #f2f2f2;
    border-radius: 4px;
    border: 1px solid #2f8f1f;
    text-align: center;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    padding: 0;
}

.otp-input-fields input::-webkit-outer-spin-button,
.otp-input-fields input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.otp-input-fields input:focus {
    border-width: 2px;
    border-color: darken(#2f8f1f, 5%);
    font-size: 20px;
}

@media(max-width: 767px) {
    .signup-form {
        width: 90%;
    }
}


/* --------------------------end-otp----------------------- */


/* ====================================end-signup===================================== */


/* ============================google_authenticator=================================== */


/* 
.google_login-wrapper a{
  text-decoration: none;
}
.google_login-wrapper .top-text{
font-family: "Open Sans", arial;
margin-top: -20px;
color: #555;
font-weight: 300;
}
.google_login-wrapper .sub-text{
font-weight: 200;
}

.google_login-wrapper{
background-color:#0000009c;
width: 388px;
height: 450px;
border-radius: 20px;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
margin: 0 auto;
}

.google_login-wrapper .marg{
height: 20px;
}

.google_login-wrapper .avatar{
background-image: url("");
margin-top: 10px !important;
margin: 0 auto;
background-size: 140px 140px;
background-position: center;
background-repeat: no-repeat;
background-color: #999;
border-radius: 50%;
height: 105px;
width: 105px;
margin-bottom: 20px;
}

.google_login-wrapper .input-holder{
width: 350px;
margin: 0 auto;
width: 95%;
}
.google_login-wrapper .email-input{
  background: none;
  outline: none;
  border: none;
  border-bottom: 2px solid #ddd;
padding: 5px;
width: 100% !important;
height: 48px;
font-size: 18px;
margin-bottom: 15px;
}
.google_login-wrapper .next-btn, .google_login-wrapper .next-btn:hover, .google_login-wrapper .next-btn:active{
border: 1px solid #2f9cbd;
background-color: #2f9cbd;
width: 100% !important;
height: 40px;
color: #fff;
font-size: 14px;
border-radius: 2px !important;
margin-bottom: 15px;
}

.create-account{
margin: 0 auto;
font-weight: bold;
}

.txt-center{
  text-align: center;
}

body{
  font-family: 'Poppins',sans-serif;
  background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(../img/login_image.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.center1{
  margin: auto;
}

.center3{
  display: flex;
  align-items: center;
  resize: both;
}

.two-step-div .two-title{
  font-size: 22px;
  font-weight: bold;
  color: #c5c5c5;
  margin-top: 15px;
}

.two-step-div .my-img{
  width: 140px;
  height: auto;
}

.two-step-div .two-p{
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 30px;
  color: #666666;
}

.two-step-div #form{
  direction: ltr;
}

.two-step-div #form input{
  border-color: transparent;
  background: transparent;
  border-bottom: 1.5px solid #cccccc;
  text-align: center;
  font-size: 8px;
  margin-right: 10px;
  color: #fff;
  margin-left: 10px;
}

.two-step-div #form input:focus{
  outline: 0px transparent !important;
  box-shadow: transparent !important;
  border-right: transparent !important;
  border-left: transparent !important;
  border-top: transparent !important;
  border-color: #00AEEF;
  animation: border-pulsate 1.5s infinite;
  -webkit-tap-highlight-color: transparent;
}

.two-step-div .not-first:disabled{
  background-color: transparent;
  border-bottom: 1px solid #cccccc !important;
}

@-moz-keyframes border-pulsate {
  0% {
      border-color: #00AEEF;
  }
  50% {
      border-color: rgba(0,0,0,0.3);
  }
  100% {
      border-color: #00AEEF;
  }
}
@-webkit-keyframes border-pulsate {
  0% {
      border-color: #00AEEF;
  }
  50% {
      border-color: rgba(0,0,0,0.3);
  }
  100% {
      border-color: #00AEEF;
  }
}
@-o-keyframes border-pulsate {
  0% {
      border-color: #00AEEF;
  }
  50% {
      border-color: rgba(0,0,0,0.3);
  }
  100% {
      border-color: #00AEEF;
  }
}
@keyframes border-pulsate {
  0% {
      border-color: #00AEEF;
  }
  50% {
      border-color: rgba(0,0,0,0.3);
  }
  100% {
      border-color: #00AEEF;
  }
}

.btn-verify{
  background: #00AEEF;
  color: #ffffff;
  border-color: transparent;
  border-radius: 7px;
  padding: 10px 25px;
  font-size: 14px;
  cursor: pointer;
  width: auto;
  position: relative;
  transition: 0.5s ease;

}

.btn-verify:hover {
  transform: translateY(-8px);

}

.btn-verify:disabled{
  background: rgba(103, 187, 209, 0.93);
  cursor: auto;
}

.btn-verify:disabled:hover{
  transform: none;

} */


/* =========================================end_google_authenticator=============================== */

.validate_input,
.validate_input_2 {
    display: flex;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.otp a,
.email_otp a {
    position: absolute;
    right: 8px;
    top: 12px;
    font-size: 12px;
    text-decoration: underline;
}

form div i {
    position: absolute;
    padding: 10px;
}

.success-icon,
.failure-icon {
    right: 0;
    opacity: 0;
}

.failure-icon,
.error {
    color: red;
}

.success-icon {
    color: green;
    margin-right: 65px;
}

.error {
    font-size: 14.5px;
    margin-top: 5px;
}

.signup-btn:disabled {
    background-color: gray;
}


/* Tutorial - https://youtu.be/VufN46OyFng */

.hide-tax,
.hide-tax_2 {
    display: none;
}

.title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

form div input {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    outline: none;
    border: 2px solid #c4c4c4;
    padding: 0 30px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

label {
    display: block;
    margin-bottom: 5px;
}


/* form div {
  position: relative;
  margin-bottom: 15px;
} */

input:focus {
    border: 2px solid #f2796e;
}


/**
* ! style rules for social section
**/


/**
* ! style rules for form icons
**/

.otp,
.email_otp {
    display: none;
}

form div i {
    position: absolute;
    padding: 10px;
}

.success-icon,
.failure-icon {
    opacity: 0;
}

.failure-icon,
.error {
    color: green;
}

.success-icon {
    color: green;
}

.error {
    font-size: 14.5px;
    margin-top: 5px;
}


/**
* ! style rules for button 
**/

button {
    margin-left: 5px;
    width: 100%;
    height: 40px;
    background-color: #43A047;
    border: 2px solid #43A047;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.1s ease;
}

button:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 768px) {
    .login-page {
        width: 90%;
    }

    .login-page .form .message {
        margin: 15px 0 0;
        color: #b3b3b3;
        font-size: 8px;
    }

    .login-page .form button {
        margin-left: 0 !important;
    }
    .login-page .form {
    border-radius: 5px;
    padding: 30px 20px 30px 20px;
}
.login-page .form input {
    padding: 10px !important;
}
}