header{
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    background-color: #185B2E;
    font-size: 18px;
}

h2 {
    color: #185B2E;
}
.btn-secondary{
    background:#7CC35B !important;
    border: 1px solid #7CC35B;
}
.form-control,
.form-select{
    box-shadow: 0 0 0!important;
}
.login{
    font-size: 30px;
}
.card-desi{
    width: 100%;
    height:250px;
    background: #ccc;
    max-width: 400px;
    border-radius: 10px;
    margin:auto;
}
@media (max-width:580px){
    .card-desi{
        width: 100%;
        height:200px;
        background: #ccc;
        max-width: 400px;
        border-radius: 10px;
        margin:auto;
    }
    #innerCardNumber,
    #innerCardName,
    #innerCardExpiry{
        font-size: 17px !important;
    }
    .datacard{
        position: relative;
        top: -10px;
    }
    header nav div img{
        height: 30px !important;
    }
    .btn-secondary{
        margin-bottom: 10px;
    }
}