body {

    position: relative;
    /* background: url(../images/33.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed;
  padding: 100px 0;
    font-family: 'Roboto', sans-serif; */
}

a {
    color: #fca419;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #fca419;
    text-decoration: none;
    background-color: transparent;
}

body {
    background: hsl(0 0% 11%) !important;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    padding: 100px 0;
    font-family: 'Roboto', sans-serif;
}

body:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-image: url(../images/33.jpg); */
    inset-block-start: 0;
    opacity: 0.06;
    z-index: -1;
    left: 0;
}

/* 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: hsl(0deg 0% 26% / 12%);
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 0 0px 0px rgba(236, 236, 241, .44);
}

.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 {
    /* height: 125px; */
    width: 200px;
    margin-bottom: 12px;

}

.sub_title h6 {
    font-size: 24px;
    color: #5e8bc8;
    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;
}

h6.account1 {
    background: hsl(0 0% 11%);
    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; */
    color: #fca419;
}

@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;
}

select.form-control-1:focus {
    border-color: hsl(0deg 0% 100% / 12%) !important;
    outline: none;
}

.form-control:focus {
    border: 1px solid hsl(0deg 0% 100% / 12%) !important;
}

.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: 7px !important;
    background: transparent !important;
    border: 0;
    color: hsl(0deg 0% 69.02%) !important;
    transition: all .3s linear;
    border: 1px solid hsl(0deg 0% 100% / 12%);
}

.form-control::placeholder {
    color: hsl(0deg 0% 69.02%) !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: #ffc49a !important;
}

.button-three {
    position: relative;
    background: #fca419;
    border: none;
    padding: 10px;
    border-radius: 7px;
    width: 100%;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    margin: 15px 0;
    color: #fff;
    font-weight: 500;
    padding: 14px 0;
}

.button-three:hover {
    background: hsl(40.49deg 81.1% 50.2%);
    box-shadow: 0px 2px 10px -5px #fca419 ;
    color: #000;
}

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