html::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -5;
    background: linear-gradient(180deg,rgba(27,45,41,0.9) 0%,#0c2620 100%);
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.card {
    background: rgba(0, 0, 0, .08);
    box-shadow: -40px 40px 60px 0 rgba(5, 30, 54, .05);
    border: 2px solid #e6edfb1f !important;
    backdrop-filter: blur(2px);
    padding: 15px;
    border-radius: 16px;
    z-index: 9999;
}

a.forgot_pw {
    color: #8194ff !important;
}

.create-acc p {
    color: #fff;
}

p {
    margin-bottom: 0;
    color: #8194ff;
}

.text-left h5 {
    color: #2f0559 !important;
}

.error-regsiter {
    color: green;
}

.form-group.has-feedback {
    text-align: center;
}

.sub_title {
    /* text-align: center; */
    /* border-bottom: 1px solid #015f8154; */
    margin-bottom: 15px;
}

.sub_title img {

    height: 100px;
    width: auto;
    margin: 0 auto;
    display: flex;

}

.sub_title h6 {
    position: relative;
    font-size: 29px;
    color: #fff;
    margin: 15px 0;
    font-weight: 600;
}

.title-form-reg::after {
    content: '';
    position: absolute;
    width: 115px;
    height: 4px;
    border-radius: 8px;
    left: 0;
    top: 39px;
    background: #fff;
}

.title-form-log::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 4px;
    border-radius: 8px;
    left: 0;
    top: 39px;
    background: #fff;
}

.title-form-for::after {
    content: '';
    position: absolute;
    width: 220px;
    height: 4px;
    border-radius: 8px;
    left: 0;
    top: 39px;
    background: #fff;
}

.sub_title p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin: 15px 0;
}




body .tgreen {
    color: #2196F3 !important;
}

.form-group {
    margin-bottom: 0;
}

h6.account1 {
    background: #fff;
    box-shadow: 0 2px 4px;
    padding: 5px;
    border-radius: 10px;
    width: 80%;
    font-weight: 700;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    animation: animate 4s infinite linear;
}

@keyframes animate {
    0% {
        transform: translateX(0px);
    }

    40% {
        transform: translateX(20px);
    }

    80% {
        transform: translateX(-20px);
    }

    100% {
        transform: translateX(0px);
    }
}

.form-wrap.eyeswork {
    position: relative;
}

.form-wrap.eyeswork span img {
    position: absolute;
    max-width: 22px;
    right: 15px;
    top: 15px;
}

.form-control.mt-3.mycheck {
    display: flex;
}

.form-control {
    display: block;
    width: 100%;
    padding: 5px 12px;
    line-height: normal;
    height: 50px;
    font-size: 13px !important;
    border-radius: 6px !important;
    background: #d9d9d947 !important;
    border: 0;
    color: #fff !important;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
    transition: all .3s linear;
    border: 1px solid transparent;
}

.form-control:focus {
    color: #fff;
    background-color: #d9d9d947;
    border-color: #d9d9d9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::placeholder {
    color: #fff !important;
}

@media (max-width:576px) {
    body {
        padding: 70px 0;
    }
}

@media (max-width:380px) {
    .card {
        padding: 10px 0;
    }

    .sub_title img {
        height: 80px;
    }

}

label.form-check-label a {
    color: #2196F3 !important;
}

.button-three {
    position: relative;
    background-image: linear-gradient(to right, #ED213A, #93291E);
    border: none;
    padding: 12px;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    margin: 15px 0;
    color: #fff;
    font-weight: 500;
}

.button-three:hover {
    background: linear-gradient(to right, #ED213A, #93291E);
    box-shadow: 0px 0px 10px -2px #97B1BF;
    color: #fff;
}

/* .button-three:after {
    content: "";
    background: #8041F2;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px !important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}

.button-three:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
} */


.eye-btn {
    position: absolute;
    top: 17px;
    right: 10px;
    font-size: 17px;
    cursor: pointer;
}