.bg {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #F1FAFB;
}

.card {
    background-color: #193b6a;
    width: 100%;
    margin: 0 auto;
}

.form-control {
    background-color: #39567f;
    color: white;
    padding-left: 40px;
}

input::placeholder {
    color: white;
}

.icon-container {
    position: relative;
}

.icon-container img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.logoA {
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 130px;
    z-index: 200;
}

.imageB {
    display: block;
    width: 130%;
    height: auto;
    max-width: 130%;
    z-index: -9999;
    position: relative;
    left: -19%;
    bottom: -19px;
}

.dot {
    position: relative;
    bottom: -48px;
}

.infor-box {
    margin-left: 40px;
}

.btn-yellow {
    background-color: #F0B823;
}

.text-body-color {
    color: #193b6a;
}

.main-text {
    font-size: 3.5rem;
    font-weight: bold;
}

.sub-text {
    font-size: 1.5rem;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .card {
        width: calc(120% + 20px);
        margin-left: -10px;
        margin-right: -10px;
    }

    .main-text {
        font-size: 2.5rem;
        font-weight: bold;
    }

    .sub-text {
        font-size: 1rem;
        font-weight: bold;
    }

    .logoA {
        position: absolute;
        top: 10px;
        right: 10px;
        max-width: 130px;
        z-index: 200;
    }

    .imageB {
        display: block;
        width: 130%;
        height: auto;
        max-width: 130%;
        z-index: -9999;
        position: relative;
        left: -19%;
        bottom: -19px;
    }
}

@media (max-width: 768px) {
    .logoA {
        position: static;
        align-items: center;
        margin-bottom: 20px;
    }

    .divB {
        display: none;
    }

    .card {
        width: 100%;
        margin: 0 auto;
    }

    .dot {
        display: none;
    }

    .imageB {
        display: none;
    }

    .infor-box {
        margin-left: 40px;
        text-align: center;
    }
}