body {
    font-family: "SemiBold", sans-serif;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
	margin: 0;
	padding: 0;	
}

.logo {
    position: absolute;
    width: 220px;
    padding: 20px 35px;
    top: 1.5vw;
    left: 1vw;
}
.container{
	text-align: center;
	max-width: 100%;
}

.well {
    font-family: "SemiBold", sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #333;
    text-align: center;
    margin-top: 6vw;
}
.form-area{
    max-width: 100%; 
    margin: auto;  
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 90%;
    max-height: 100%;
    font-size: 20px;
    padding: 15px;
    margin: 15px;
    border: 1px solid #ccc;
    border-radius: 30px;
    box-shadow: inset 0px -1px 20px 2px rgba(0, 0, 0, 0.25);
}

.form-group {
    justify-content: center;
}
.iti {
    width: 95%;
    margin: 15px;
    border: 1px solid #ccc;
    border-radius: 30px;
    box-shadow: inset 0px -1px 20px 2px rgba(0, 0, 0, 0.25);
}
.iti__dropdown-content {
    width: 90%;
    border-radius: 30px !important;
    box-shadow: none !important;
}
.iti__selected-country-primary{
    box-shadow: none !important;
    background: none !important;
}
.iti__selected-country {
    margin-left: 0.3vw!important;
    box-shadow: none !important;
    transition: box-shadow 0.3s ease !important;
    border-radius: 30px !important;
}

.iti__selected-country:hover {
    box-shadow: none !important;
    border-radius: 30px 0 0 30px!important;
    border: none !important;
    background: none !important;
}
#mobile{
    width: 100%;
} 
textarea {
    height: 300px;
}

button {
    background-color: #1e56a4;
    color: white;
    font-size: 16px;
    border: none;
    padding: 10px 40px;
    margin-top: 20px;
    margin-left: 20px;
	margin-bottom: 50px;
    cursor: pointer;
    border: 0.5px solid;
    border-color: #1e56a4;
    border-radius: 20px;
    transition: 0.3s;
}

button:hover {
    transform: scale(1.02);
    transition: 0.3s;
    background-color: white;
    color: #1e56a4;
    border: 0.5px solid;
    border-color: #1e56a4;
    box-shadow:  3px 3px 8px #1e56a4;
}
.button-container {
    width: 100%; 
    text-align: center; 
}

.error {
            color: red;
        }
        .form-control.error-border {
            border-color: red;
        	background-color: #f6e0e0;
        	color: black;
        }
        .hide {
            display: none;
        }
.recaptcha-container {
            display: flex;
            align-items: center;
        }
        .g-recaptcha {
            margin: 0 auto;
        }

@media screen and (max-width: 780px){
body {
    font-family: "SemiBold", sans-serif;
    background-color: #f4f4f4;
    padding: 0;
    display: flex;
    justify-content: center;
    min-height: 100vh; 
}

.logo {
    text-align: center;
    width: 170px;
    top: 1.5vw;
}
.well {
    font-family: "SemiBold", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #333;
    text-align: center;
    margin-top: 100vw;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 80%;
    max-height: 100%;
    font-size: 20px;
    padding: 15px;
    margin: 15px;
    border: 1px solid #ccc;
    border-radius: 30px;
    box-shadow: inset 0px -1px 20px 2px rgba(0, 0, 0, 0.25);
}
.form-group {
    justify-content: center;
}
.iti {
    width: 88%;
    margin: 15px;
    border: 1px solid #ccc;
    border-radius: 30px;
    box-shadow: inset 0px -1px 20px 2px rgba(0, 0, 0, 0.25);
}
.iti__dropdown-content {
    width: 80%;
    border-radius: 30px !important;
    box-shadow: none !important;
}
.iti__selected-country-primary{
    box-shadow: none !important;
    background: none !important;
}
.iti__selected-country {
    margin-left: 0.3vw!important;
    box-shadow: none !important;
    transition: box-shadow 0.3s ease !important;
    border-radius: 30px !important;
}

.iti__selected-country:hover {
    box-shadow: none !important;
    border-radius: 30px 0 0 30px!important;
    border: none !important;
    background: none !important;
}
#mobile{
    width: 100%;
} 

textarea {
    height: 300px;
}

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

button {
    background-color: #1e56a4;
    color: white;
    font-size: 16px;
    padding: 10px 40px;
    cursor: pointer;
    border: 0.5px solid #1e56a4;
    border-radius: 20px;
    transition: 0.3s;
	margin-bottom: 10vw;
}

button:hover {
    transform: scale(1.02);
    background-color: white;
    color: #1e56a4;
    border: 0.5px solid #1e56a4;
    box-shadow: 3px 3px 8px #1e56a4;
}
}

@media screen and (max-width: 480px){
	body {
    font-family: "SemiBold", sans-serif;
    background-color: #f4f4f4;
    padding: 0;
    display: flex;
    justify-content: center;
    min-height: 100vh; 
}

.logo {
    text-align: center;
    width: 170px;
    top: 1.5vw;
}
.well {
    font-family: "SemiBold", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #333;
    text-align: center;
    margin-top: 110vw;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 80%;
    max-height: 100%;
    font-size: 20px;
    padding: 15px;
    margin: 15px;
    border: 1px solid #ccc;
    border-radius: 30px;
    box-shadow: inset 0px -1px 20px 2px rgba(0, 0, 0, 0.25);
}
.form-group {
    justify-content: center;
}
.iti {
    width: 88%;
    margin: 15px;
    border: 1px solid #ccc;
    border-radius: 30px;
    box-shadow: inset 0px -1px 20px 2px rgba(0, 0, 0, 0.25);
}
.iti__dropdown-content {
    width: 80%;
    border-radius: 30px !important;
    box-shadow: none !important;
}
.iti__selected-country-primary{
    box-shadow: none !important;
    background: none !important;
}
.iti__selected-country {
    margin-left: 0.3vw!important;
    box-shadow: none !important;
    transition: box-shadow 0.3s ease !important;
    border-radius: 30px !important;
}

.iti__selected-country:hover {
    box-shadow: none !important;
    border-radius: 30px 0 0 30px!important;
    border: none !important;
    background: none !important;
}
#mobile{
    width: 100%;
} 

textarea {
    height: 300px;
}

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

button {
    background-color: #1e56a4;
    color: white;
    font-size: 16px;
    padding: 10px 40px;
    cursor: pointer;
    border: 0.5px solid #1e56a4;
    border-radius: 20px;
    transition: 0.3s;
	margin-bottom: 10vw;
}

button:hover {
    transform: scale(1.02);
    background-color: white;
    color: #1e56a4;
    border: 0.5px solid #1e56a4;
    box-shadow: 3px 3px 8px #1e56a4;
}
}
