﻿.hosted-form {
    height: 642px;
    margin: 0 auto;
    width: 400px;
    border: none;
    display: block;
}

.hosted-form .hosted-form-container {
    display: none;
    float: left;
}

@media (max-width: 1024px) {
    .hosted-form {
        width: 300px;
    }
}

