.logo-amber-aina-tour {
    max-width: 300px;
    width: 100%; 
    height: auto;
} @media only screen and (max-width: 450px) {
    .logo-amber-aina-tour {
        max-width: 200px;
        height: auto;
    }
}
.cursor-text {
    cursor: text !important;
}
.cursor-text:hover {
    text-decoration: none !important;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
main {
    margin-top: 92px !important;
}
form ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
form ul li {
    color: #dc3545;
    font-size: 13px;
}
.vertical-align-baseline {
    vertical-align: baseline !important;
}
.bg-error {
    background: linear-gradient(rgba(19, 53, 123, 0.3), rgba(19, 53, 153, 0.3)); object-fit: cover;
}