﻿/* Custom styles - this file is added by terry*/
.form-background {
    background-image: url("/images/nextinchina.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    position: relative;
    width: 100%;
}

.form-overlay {
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
    text-align: center;
    width: 500px; /* adjust as needed */
    height: 300px; /* adjust as needed */
}

