﻿body {
    /* background-color: #bf3a30;
        background-image: linear-gradient(315deg, #bf3a30 0%, #864ba2 74%);*/
    background-color: #004fc6;
    min-height: 700px;
    width: 100%;
    min-height: 100vh;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 576px) {
    .maxw {
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        -webkit-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
    }
}

@media only screen and (max-width: 576px) {
    .g-recaptcha {
        transform: scale(0.8);
        margin-right: -30px;
    }
}
