div {
    font-family: UbuntuThin;
    }

@media (max-width: 992px) {
    .img-fluid {
        width: auto;
        height: auto !important;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .container {
        margin-top: 150px;
    }
}


.form-control {
    font-family: UbuntuThin;
    border: none;
    outline: none;
    height: 60px !important;
    width: 100%;
    border-radius: 4px;
}

.btn1 {
    font-family: UbuntuThin;
    border: none;
    outline: none;
    height: 50px;
    width: 100%;
    background-color: var(--main-color-darkblue);
    color: white;
    border-radius: 4px;
}