@media (min-width: 992px){
    .custom-form{
        width: 50%;
    }
}

@media (max-width: 992px){
    .custom-form{
        width: 100%;
    }
}

a{
    text-decoration: none;
}