.top-menu {
    border-radius: 0px;
    background-color: white !important;
    padding: 10px 50px;
} 
.navbar-brand{
    width: 80px !important;
}
.content-image{
    max-width: 100%;
    width: 350px;
    height: auto;
}
.form-label{
    font-weight: 600;
}
.form-control{
    height: 47px !important;
    border: 2px solid #d9d9d9;
    border-radius: 10px !important;
    background-color: #D9D9D9 !important;
    font-weight: 500;
    transition: 0.3s ease;
}
.form-control:focus{
    box-shadow: none !important;
    border-color: #049c4c !important;
    background-color: white !important;
    color: black;
}
a{
    text-decoration: none !important
    ;
}
a:hover{
    text-decoration: none !important;
}
    .btn-primary{
    background: #049c4c;
    border-color: #049c4c;
    padding: 10px 50px !important;
    font-weight: 600 !important;
    box-shadow: none !important;
    border-radius: 10px;
    }
    .btn-primary:hover{
        background: #049c4cd9;
        border-color: #049c4cd9;
        box-shadow: none !important;
    }
    .btn-primary:active{
        background: #049c4cb0 !important;
        border-color: #049c4cb0 !important;
        box-shadow: none !important;
    }
    .btn-primary:focus{
        background: #049c4cb0 !important;
        border-color: #049c4cb0 !important;
        box-shadow: none !important;
    }
    .btn-outline-primary{
        border-color: #5271FF;
        color: #5271FF;
        padding: 10px 55px !important;
        font-weight: 600 !important;
        box-shadow: none !important;
        border-radius: 10px !important;   
    }
    .btn-outline-primary:hover{
        color: white;
        background: #5271FF;
        border-color: #5271FF;
        text-decoration: none !important;
    }
@media (max-width: 576px) {
    .top-menu{
        padding: 10px;
    }
}