body {
        position: relative;
        background:#000;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding: 60px 0 ;
        font-family: 'Roboto', sans-serif;
        height: 100vh;
    }
    .custom-card {
        background: #100f0f;
        padding: 15px;
        border: 1px #5b5b5b solid;
        border-radius: 20px;
    }
    .sub_title img {
        max-width: 180px;
    }
    .brand-heading h6 {
        font-size: 24px;
        text-transform: capitalize;
        color: #dc9c19;
        margin-top: 14px;
    }
  .brand-heading p {
    color: #fff;
}
    .custom-input {
        background: transparent;
        width: 100%;
        border: 1px #4f4f4f solid;
        padding: 10px 12px;
        border-radius: 5px;
        color: #dc9c19;
    }
    .custom-input::placeholder{
        color: #dc9c19;
    }
    .custom-btn {
        background: linear-gradient(135deg,#FFD700,#FF9800);
        width: 100%;
        padding: 7px 2px;
        color: #000;
        font-size: 18px;
        border: 0;
        border-radius: 5px;
        margin-top: 20px;
        font-weight: bold;
    }
    .terms-text {
        color: #fff;
    }
    .tgreen {
        color: #fe9d00;
    }
    
@media screen and (max-width:575px){
    .head_top h1 {
        font-size: 18px;
    }
    .head_top span {
        display: block;
    }
    .head_top h2 {
        font-size: 18px;
    }
}