body {
        position: relative;
        background: url('..//images/login-bg.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding: 60px 0 ;
        background-position: center;
          font-family: "Titillium Web", sans-serif;

    }
    body::after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background:linear-gradient(90deg, #00ffc2 0%, #1a1a1a 50%, #42ff00 100%);
        opacity: .6;
    }
/* 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: #ffffff26;
    border-radius: 15px;
    background-position: center;
    box-shadow: rgb(60 64 67 / 26%) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important;
    border:1px solid #ffffff3b !important;
}
.head_top h1 {
    font-size: 37px;
    font-weight: bolder;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    font-family: "Libertinus Math", system-ui;
}
.head_top h6 {
    font-size: 22px;
    font-family: "Libertinus Math", system-ui;
    position: relative;
}
.head_top h6::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #5b626b;
    bottom: -6px;
    margin: auto;
    border-radius: 50%;
}
.head_top p {
    font-size: 17px;
    margin-top: 20px;
}
.head_top span {
    color: #000;
}
.brand_logo img {
    max-width: 200px;
}
form-control .eyebx {
    position: relative;
}
.head_top h2 {
    font-size: 22px;
    color: #ffffff;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin: 0px;
    text-align: center;
    margin-top: 20px;
}
label {
    color: #fff;
}
.form-control {
    background: #ffffff6b !important;
    border-color: #d4d4d4;
    color: #fff;
}
.form-control::placeholder{
    color: #ffffff;
    font-size: 12px;
}

input[type=text]:focus {
    border-color:#1dc338 ;
    background: #59545363;
    color: #ffffff;
}
.custom_btn {
    background:linear-gradient(90deg, #00ffc2 0%, #1a1a1a 50%, #42ff00 100%);
    color: #fff;
    width: 100%;
    margin-top: 10px;
    padding: 7px 0px;
    font-size: 17px;
    border-radius: 6px;
    border: 1px #cccccc solid;
}
.text-orange {
    color: #1dc338;
}
.login-card {
    position: relative;
    z-index: 111;
}
.brand-icon img {
    max-width: 250px;
}
@media screen and (max-width:575px){
    .head_top h1 {
        font-size: 36px;
    }
    .head_top span {
        display: block;
    }
    .head_top h2 {
        font-size: 18px;
    }
}
