

.login-wrapper-auth a {
    text-decoration: none;
    color: cadetblue;
    font-size: small;
}

.login-wrapper-auth a:hover {
    text-decoration: none;
    color: cadetblue;
}

.login-wrapper-auth .top-text {
    font-family: "Open Sans", arial;
    margin-top: -20px;
    color: #555;
    font-weight: 300;
}

.sub-text {
    font-weight: 200;
}
.wrapper{
      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;

}
.login-wrapper-auth {
    background-color: #0000009c;
    width: 450px;
    /* margin:auto; */
    border-radius: 20px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.login-wrapper-auth .head-card {
    background: #00000036;
    padding: 5px 10px;
}

.login-wrapper-auth .marg {
    height: 20px;
}

.login-wrapper-auth .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;
}

.login-wrapper-auth .input-holder {
    width: 350px;
    /* background-color:#10090973; */
    margin: 0 auto;
    width: 95%;
}

.login-wrapper-auth .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;
}

.login-wrapper-auth .next-btn,
.login-wrapper-auth .next-btn:hover,
.login-wrapper-auth .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;
}

.login-wrapper-auth .create-account {
    margin: 0 auto;
    font-weight: bold;
}

.form-check label {
    font-size: small;
}

.txt-center {
    text-align: center;
}

.center1 {
    margin: auto;
}

.center3 {
    display: flex;
    align-items: center;
    resize: both;
}

.two-step-div .two-title {
    font-size: 18px;
    font-weight: bold;
    color: #c5c5c5;
    margin-top: 15px;
    margin-bottom: 0;
}

.two-step-div .my-img {
    width: 114px;
    height: auto;
}

.two-step-div .two-p {
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 20px;
    color: #a5a5a5;
}

.two-c {
    font-size: 15px !important;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
    font-weight: 600;
}

.two-step-div #form {
    direction: ltr;
}

.two-step-div #form input {
    background: #fff;
    border: 1.5px solid #cccccc;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    color: #000;
    margin-right: 10px;
    padding: 5px;
    width: 50px;

}

.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: #4CAF50;
    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: #4CAF50;
    }
    50% {
        border-color: rgba(0, 0, 0, 0.3);
    }
    100% {
        border-color: #4CAF50;
    }
}

@-webkit-keyframes border-pulsate {
    0% {
        border-color: #4CAF50;
    }
    50% {
        border-color: rgba(0, 0, 0, 0.3);
    }
    100% {
        border-color: #4CAF50;
    }
}

@-o-keyframes border-pulsate {
    0% {
        border-color: #4CAF50;
    }
    50% {
        border-color: rgba(0, 0, 0, 0.3);
    }
    100% {
        border-color: #4CAF50;
    }
}

@keyframes border-pulsate {
    0% {
        border-color: #4CAF50;
    }
    50% {
        border-color: rgba(0, 0, 0, 0.3);
    }
    100% {
        border-color: #4CAF50;
    }
}

.btn-verify {
    background: #4CAF50;
        height: 50px !important;
    color: #ffffff;
    border-color: transparent;
    border-radius: 7px;
    padding: 10px 25px;
    font-size: 14px;
    cursor: pointer;
    /*transition: all 0.5s;*/
    width: auto;
    position: relative;
    transition: 0.5s ease;
}
.btn-verify.active{
   background: #4CAF50;  
}
.btn-verify:hover {
    transform: translateY(-8px);
}

.btn-verify:disabled {
    background: #4CAF50;
    cursor: auto;
}

.btn-verify:disabled:hover {
    transform: none;
}

@media screen and (max-width: 480px) {
    .login-wrapper {
        width: 95%;
    }
}