html, body {
    margin: 0 auto;
}

.form-wrapper {
    background-size: cover;
    background-position: center;
    width: 100%;
    min-width: 100%;
    position: fixed;
    overflow: hidden;
    height: 100%;
    background-color: #d1b67d;
}

.form-container {
    margin-left: -475px;
    margin-top: -208px;
    top: 50%;
    left: 50%;
    right: 50%;
    width: 949px;
    position: relative;
    height: 361px;
    background-position: center;
}

.form-content {
    width: 100%;
    padding: 0 0 0 27px;
}

    .form-content label, .form-section p {
        color: #474545;
        font-family: 'Segoe UI', 'Arial', 'Geneva';
        font-weight: 500;
    }

.form-section p {
    text-align: center;
    width: 82%;
}

.logo-left {
    float: center;
    position: absolute;
    background-color: #464648;
}

    .logo-left img {
        width: 391px;
        height: 358px;
    }


.upload-form {
    float: right;
    background-color: #ffe1a5;
    width: 558px;
    height: 256px;
    padding: 5px 0 0;
}

.maxcontact-text img {
    width: 495px;
    height: 65px;
}

.hint-text {
    font-style: italic;
    color: #747272;
    font-size: 15px;
    font-family: 'Segoe UI', 'Arial', 'Geneva';
    padding: 5px 0 10px;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.form-section {
    margin: 5px 0 5px 10px;
    width: 100%;
}

    .form-section input[type="text"] {
        height: 25px;
        width: 327px;
        border: 1px solid transparent;
        border-radius: 7px;
    }

.hidden {
    display: none;
}

.upload-file-section {
    float: right;
    position: relative;
    width: 536px;
    height: 78px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
}


label.button-choose-file, .button-upload {
    color: #fff;
    border: 1px solid transparent;
    border-radius: 7px;
    font-weight: 600;
    cursor: pointer;
}

label.button-choose-file {
    background-color: #464648;
    display: inline-block;
    height: 27px;
    vertical-align: middle;
    padding: 2px;
    line-height: 25px;
}

.button-upload {
    margin-top: 22px;
    margin-left: 38%;
    background-color: #febc10;
    width: 96px;
    height: 35px;
}

#InfoLabeldiv {
    display: block;
    color: #e5e7e6 !important;
    text-align: center;
    font-family: 'Segoe UI';
    font-size: 22px;
    height: 31px;
    background-color: #ea2a2a;
}

.DavikerText {
    font-family: 'Segoe UI';
    text-align: center;
    color: #464648;
    font-size: 31px;
}
