body {
    background-image: url('/assets/images/doc_engine.webp');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 25px;
    color: rgba(24, 22, 63, 1) !important;
}

.card {
    background-color: transparent !important;
}

.card-title-desc strong {
    color: #f4d307 !important;
}

.otp-list input {
    float: left;
    width: 14.6%;
    margin: 0px 1%;
    border-radius: 3px;
    text-align: center;
}

.bizreg input {
    float: left;
    width: 30%;
    margin: 0px 1%;
    border-radius: 3px;
    text-align: center;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100% !important;
    border-top: #D9D9D9 !important;
    border-bottom: none !important;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
