body {

    position: relative;
    background-color: #092EF5 !important;
    background-image: url(/uploads/bg.png);
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    background-attachment: fixed;
    padding: 100px 0;
    font-family: 'Roboto', sans-serif;

}

/* 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 {
    border-radius: 15px;
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 10px 10px 35px 10px;
    background: #0d102f;
}



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

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

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

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

.sub_title img {
width: 175px;

}

.sub_title h6 {
    font-size: 24px;
    color: #0c8ff0;
    margin: 15px 0;
    font-weight: 600;
}

.sub_title p {
    /* color: rgb(255 255 255 / 70%); */
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin: 15px 0;
}

.forgot_pw {
    color: #0c8ff0 !important;
}



body .tgreen {
    color: #0c8ff0 !important;
}

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-check-label {
    color: #fff;
}
.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%;
    line-height: normal;
    height: 50px;
    border-radius: 6px !important;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
    transition: all .3s linear;
    background-color: #444664 !important;
    color: #b4b1c2 !important;
    font-size: 14px !important;
    padding: 8px 10px !important;
    border: 1px solid #444664 !important;
    font-weight: 500;
}

.form-control:focus {
    border-color: #444664 !important;
    color: #b4b1c2;
}

.form-control::placeholder {
    color: #b4b1c2 !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: #0c8ff0 !important;
}

.button-three {
    position: relative;
    background: var(--Blue-Gradient, linear-gradient(135deg, #092EF5 0%, #2875D2 46.5%, #2CCDEE 100%)) !important;
    border: none;
    padding: 10px;
    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: #983630;
    box-shadow: 0px 2px 10px 5px #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;
}