.contact-page {
    display: flex;
    flex-wrap: wrap;
}

.contact-page .left-container {
    width: 50%;
    margin-top: 20px;
    padding-right: 20px;
}

.contact-page .container {
    position: relative;
    margin: 0 auto 50px;
    background: #fff;
    width: 50%;
    padding: 20px 20px 0;
    border-radius: 1px;
    box-shadow: 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
}


.contact-page .form-group input, .contact-page .form-group textarea {
    display: block;
    background: none;
    padding: 0.125rem 0.125rem 0.0625rem;
    font-size: 1rem;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    color: transparent;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-page .form-group input {
    height: 1.9rem;
}

.contact-page .form-group .bar {
    position: relative;
    border-bottom: 0.0625rem solid #999;
    display: block;
}

.contact-page .form-group .bar::before {
    content: '';
    height: 0.125rem;
    width: 0;
    left: 50%;
    bottom: -0.0625rem;
    position: absolute;
    background: #337ab7;
    -webkit-transition: left 0.28s ease, width 0.28s ease;
    transition: left 0.28s ease, width 0.28s ease;
    z-index: 2;
}


.contact-page .form-group .bar::before {
    content: '';
    height: 0.125rem;
    width: 0;
    left: 50%;
    bottom: -0.0625rem;
    position: absolute;
    background: #337ab7;
    -webkit-transition: left 0.28s ease, width 0.28s ease;
    transition: left 0.28s ease, width 0.28s ease;
    z-index: 2;
}

.contact-page .form-group .control-label {
    position: absolute;
    top: 0.25rem;
    pointer-events: none;
    padding-left: 0.125rem;
    z-index: 1;
    color: #b3b3b3;
    font-size: 1rem;
    font-weight: normal;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}

.contact-page .container:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.contact-page .button-container {
    text-align: center;
}

.contact-page fieldset {
    margin: 0 0 3rem;
    padding: 0;
    border: none;
}

.contact-page .form-radio, .contact-page .form-group {
    position: relative;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}

.contact-page .form-inline > .form-group, .contact-page .form-inline > .btn {
    display: inline-block;
    margin-bottom: 0;
}

.contact-page .form-help {
    margin-top: 0.125rem;
    margin-left: 0.125rem;
    color: #b3b3b3;
    font-size: 0.8rem;
}

.contact-page .checkbox .form-help, .contact-page .form-radio .form-help, .contact-page .form-group .form-help {
    position: absolute;
    width: 100%;
}

.contact-page .checkbox .form-help {
    position: relative;
    margin-bottom: 1rem;
}

.contact-page .form-radio .form-help {
    padding-top: 0.25rem;
    margin-top: -1rem;
}

.contact-page .form-group input {
    height: 1.9rem;
}

.contact-page .form-group textarea {
    resize: none;
}

.contact-page .form-group select {
    width: 100%;
    font-size: 1rem;
    height: 1.6rem;
    padding: 0.125rem 0.125rem 0.0625rem;
    background: none;
    border: none;
    line-height: 1.6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-page .form-group .control-label {
    position: absolute;
    top: 0.25rem;
    pointer-events: none;
    padding-left: 0.125rem;
    z-index: 1;
    color: #b3b3b3;
    font-size: 1rem;
    font-weight: normal;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}

.contact-page .form-group .bar {
    position: relative;
    border-bottom: 0.0625rem solid #999;
    display: block;
}

.contact-page .form-group .bar::before {
    content: '';
    height: 0.125rem;
    width: 0;
    left: 50%;
    bottom: -0.0625rem;
    position: absolute;
    background: #337ab7;
    -webkit-transition: left 0.28s ease, width 0.28s ease;
    transition: left 0.28s ease, width 0.28s ease;
    z-index: 2;
}

.contact-page .form-group input, .contact-page .form-group textarea {
    display: block;
    background: none;
    padding: 0.125rem 0.125rem 0.0625rem;
    font-size: 1rem;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    color: transparent;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-page .form-group input[type="file"] {
    line-height: 1;
}

.contact-page .form-group input[type="file"] ~ .bar {
    display: none;
}

.contact-page .form-group select, .contact-page .form-group input:focus, .contact-page .form-group input:valid, .contact-page .form-group input.form-file, .contact-page .form-group input.has-value, .contact-page .form-group textarea:focus, .contact-page .form-group textarea:valid, .contact-page .form-group textarea.form-file, .contact-page .form-group textarea.has-value {
    color: #333;
    font-size: 16px;
}

.contact-page .form-group select ~ .control-label, .contact-page .form-group input:focus ~ .control-label, .contact-page .form-group input:valid ~ .control-label, .contact-page .form-group input.form-file ~ .control-label, .contact-page .form-group input.has-value ~ .control-label, .contact-page .form-group textarea:focus ~ .control-label, .contact-page .form-group textarea:valid ~ .control-label, .contact-page .form-group textarea.form-file ~ .control-label, .contact-page .form-group textarea.has-value ~ .control-label {
    font-size: 0.8rem;
    color: gray;
    top: -1rem;
    left: 0;
}

.contact-page .form-group select:focus, .contact-page .form-group input:focus, .contact-page .form-group textarea:focus {
    outline: none;
}

.contact-page .form-group select:focus ~ .control-label, .contact-page .form-group input:focus ~ .control-label, .contact-page .form-group textarea:focus ~ .control-label {
    color: #337ab7;
}

.contact-page .form-group select:focus ~ .bar::before, .contact-page .form-group input:focus ~ .bar::before, .contact-page .form-group textarea:focus ~ .bar::before {
    width: 100%;
    left: 0;
}

.contact-page .checkbox label, .contact-page .form-radio label {
    position: relative;
    cursor: pointer;
    padding-left: 2rem;
    text-align: left;
    color: #333;
    display: block;
}

.contact-page .checkbox input, .contact-page .form-radio input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

.contact-page .radio {
    margin-bottom: 1rem;
}

.contact-page .radio .helper {
    position: absolute;
    top: -0.25rem;
    left: -0.25rem;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #999;
}

.contact-page .radio .helper::before, .contact-page .radio .helper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 0.25rem;
    width: 1rem;
    height: 1rem;
    -webkit-transition: -webkit-transform 0.28s ease;
    transition: -webkit-transform 0.28s ease;
    transition: transform 0.28s ease;
    transition: transform 0.28s ease, -webkit-transform 0.28s ease;
    border-radius: 50%;
    border: 0.125rem solid currentColor;
}

.contact-page .radio .helper::after {
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #337ab7;
    border-color: #337ab7;
}

.contact-page .radio label:hover .helper {
    color: #337ab7;
}

.contact-page .radio input:checked ~ .helper::after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.contact-page .radio input:checked ~ .helper::before {
    color: #337ab7;
}

.contact-page .checkbox {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.contact-page .checkbox .helper {
    color: #999;
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    z-index: 0;
    border: 0.125rem solid currentColor;
    border-radius: 0.0625rem;
    -webkit-transition: border-color 0.28s ease;
    transition: border-color 0.28s ease;
}

.contact-page .checkbox .helper::before, .contact-page .checkbox .helper::after {
    position: absolute;
    height: 0;
    width: 0.2rem;
    background-color: #337ab7;
    display: block;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 0.25rem;
    content: '';
    -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
    transition: opacity 0.28s ease, height 0s linear 0.28s;
    opacity: 0;
}

.contact-page .checkbox .helper::before {
    top: 0.65rem;
    left: 0.38rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-box-shadow: 0 0 0 0.0625rem #fff;
    box-shadow: 0 0 0 0.0625rem #fff;
}

.contact-page .checkbox .helper::after {
    top: 0.3rem;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.contact-page .checkbox label:hover .helper {
    color: #337ab7;
}

.contact-page .checkbox input:checked ~ .helper {
    color: #337ab7;
}

.contact-page .checkbox input:checked ~ .helper::after, .contact-page .checkbox input:checked ~ .helper::before {
    opacity: 1;
    -webkit-transition: height 0.28s ease;
    transition: height 0.28s ease;
}

.contact-page .checkbox input:checked ~ .helper::after {
    height: 0.5rem;
}

.contact-page .checkbox input:checked ~ .helper::before {
    height: 1.2rem;
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
}

.contact-page .radio + .radio, .contact-page .checkbox + .checkbox {
    margin-top: 1rem;
}

.contact-page .has-error .legend.legend, .contact-page .has-error.form-group .control-label.control-label {
    color: #d9534f;
}

.contact-page .has-error.form-group .form-help, .contact-page .has-error.form-group .helper, .contact-page .has-error.checkbox .form-help, .contact-page .has-error.checkbox .helper, .contact-page .has-error.radio .form-help, .contact-page .has-error.radio .helper, .contact-page .has-error.form-radio .form-help, .contact-page .has-error.form-radio .helper {
    color: #d9534f;
}

.contact-page .has-error .bar::before {
    background: #d9534f;
    left: 0;
    width: 100%;
}

.contact-page .button {
    position: relative;
    background: currentColor;
    border: 1px solid currentColor;
    font-size: 1.1rem;
    color: #235AA6;
    margin: 0 0 30px;
    padding: 0.75rem 3rem;
    cursor: pointer;
    -webkit-transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    -webkit-transition: background-color 0.28s ease, color 0.28s ease, -webkit-box-shadow 0.28s ease;
    transition: background-color 0.28s ease, color 0.28s ease, -webkit-box-shadow 0.28s ease;
    transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease, -webkit-box-shadow 0.28s ease;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    vertical-align: top;
}

.contact-page .button span {
    color: #fff;
    position: relative;
    z-index: 1;
}

.contact-page .button::before {
    content: '';
    position: absolute;
    background: #071017;
    border: 50vh solid #1d4567;
    width: 30vh;
    height: 30vh;
    border-radius: 50%;
    display: block;
    top: 50%;
    left: 50%;
    z-index: 0;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

.contact-page .button:hover {
    color: #337ab7;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.contact-page .button:active::before, .contact-page .button:focus::before {
    -webkit-transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
    transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
    transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
    transition: transform 1.12s ease, opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
}

.contact-page .button:focus {
    outline: none;
}

.contact-page .form-radio, .contact-page .form-group.ioux-captcha {

    display: inline-block;
    margin: 0 0 30px;
    vertical-align: top;
}

.contact-page .form-radio, .contact-page .form-group.ioux-captcha-right {

    display: inline-block;
    margin: -5px 0 10px;
    vertical-align: top;
}


@media only screen and (max-device-width: 767px) {

    .contact-page {
        display: inline-block;
    }

    .contact-page .left-container {
        width: 100%;
    }

    .contact-page .container {
        width: 100%;
        margin: 0px;
        max-width: 100%; display: inline-block;
    }

}
