img {
    width: 100%;
    height: 400px;
}

.form-group {
    display: flex;
    align-items: baseline;
}

label {
    padding-right: 30px;
}

a {
    /* color: #0f75bc; */
    text-decoration: none;
    color: white;
    background-color: transparent;
}

.form-group {
    width: -webkit-fill-available;
}

.divimg {
    margin-left: auto;
    margin-right: auto;
}


@media(max-width: 600px) {
    img {
        width: 100%;
        height: 200px;
    }
}