body {
        position: relative;
        background: url('..//images/login_bg.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding: 60px 0 ;
        font-family: "Libertinus Math", system-ui;
    }
/* 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: #ffffff40;
    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 #fff !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: 26px;
    color: #000;
    text-transform: capitalize;
    font-weight: bolder;
    letter-spacing: 1px;
    padding-bottom: 20px;
    margin: 0px;
    font-family: "Libertinus Math", system-ui;
}
.form-control {
    background: #ffffff6b !important;
    border-color: #d4d4d4;
    color: #000;
}
.form-control::placeholder{
    color: #000;
    font-size: 12px;
}

input[type=text]:focus {
    border-color: #000;
    background: #59545363;
    color: #000;
}
.custom_btn {
    background: linear-gradient(45deg, #d4f8e6, #bbd2fa);
    color: #000000;
    font-weight: bold;
    width: 100%;
    font-weight: bold;
    margin-top: 10px;
    padding: 7px 0px;
    font-size: 18px;
    border-radius: 6px;
    border: 1px #cccccc solid;
}
.text-orange {
    color: #000;
    font-weight: 800;
}
.login-card {
    background: linear-gradient(90deg,rgba(153,188,237,.2),rgba(153,248,207,.3),rgba(255,214,199,.3));
    border-radius: 15px;
    padding: 30px 15px;
}
@media screen and (max-width:575px){
    .head_top h1 {
        font-size: 36px;
    }
    .head_top span {
        display: block;
    }
    .head_top h2 {
        font-size: 18px;
    }
}