@import url(/css/allrounder/grids.css);

.form-left{
    grid-column: 1 / 2;
    grid-row: 1;
}
.form-right{
    grid-column: 3 / 4;
    grid-row: 1;
}

.icon-wrapper {
    padding-top: 1em;
    min-width: 5em;
    max-width: 5em;
}
.icon-wrapper img {
    padding: .5em;
    min-width: inherit;
    max-width: inherit;
}

.form-img-wrapper {

    min-width: 15em;
    max-width: 15em;
}
.form-img-wrapper img{
    min-width: inherit;
    max-width: inherit;
}
.img-border{
    border: 2px solid rgba(61,61,61,1);
    border-radius: 1em;
}