.contactus{
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    background-image: url(/images/contactus/contactusbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 120px;
    margin-left: -15px;
    margin-right: -10px;
    box-shadow: 0 0 8px 8px white inset;
}

.contactus-title{
    margin-top: 70px;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 100px;
    display: flex;
    flex: 1;
    align-items: center;
    flex-direction: column;
    white-space: nowrap;
    font-size: 60px;
    font-family: 'Sigmar', cursive;
}

.contactcontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
}

form {
    padding-top: 30px;
    margin-top: 100px;
    margin-bottom: 180px;
    background-color: rgb(2, 48, 32);
    display: flex;
    flex-direction: column;
    border-radius: 6px;
}
    
form h3{
    color: rgb(255, 255, 255);
    font-weight: 800;
    font-family: 'Lato', sans-serif;
    margin-left: 100px;
    margin-right: 100px;
}

form input, form textarea{
    border: 0px;
    margin: 12px;
    padding: 25px;
    outline: none;
    background: #f5f5f5;
}

.btn-lg {
    padding: 13px;
    background-color: #f5f5f5;
    border: 2px;
    border-style: solid;
    background-color: rgb(219, 214, 214);
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
    width: 150px;
    align-self: center;

    border-radius: 110px;
    background-color: white;
    margin-right: 20px;
    font-size: 20px;
    border-style: none;
    transition-duration: 0.15s;
    background-color: rgb(247, 244, 244);
    padding: 7px;
}

.btn-lg:hover:enabled {
    cursor: pointer;
}

.btn-lg:active:enabled{
    opacity: 0.75;
}

.g-recaptcha{
    margin-left: 100px;
}