/* Containers */
body{
    background-image: linear-gradient(to right, #C7F8F4,#5EC3BA);
    font-family: Quicksand, sans-serif;
}

.mainCont {
    width: 1230px;
    height: 828px;
    background-color: white;
    margin: auto;
    margin-top: 89px;

    border-radius: 12px;
    filter: drop-shadow(0px 0px 10px #7F7F7F);

    display: flex;
    justify-content: space-between;
}

.formCont {
    padding-top: 60px;
    padding-left: 105px;
}

.quoteCont {
    width: 353px;
    height: 125px;
    position: absolute;
    left:627px;
    top: 137px;
    background-color: white;

    line-height: 30px;
    padding: 20px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* Text Tags */

h1 {
    font-size: 60px;
    text-transform: uppercase;
    color: #7F7F7F;
}


h2 {
    font-size: 42px;
    color: #5EC3BA;
    text-transform: uppercase;
}

h3 {
    font-size: 24px;
    color: #7F7F7F;
    letter-spacing: 2.25px;
    text-align: right;
}

h4 {
    font-size: 18px;
    color: #5EC3BA;
    text-align: end;
    letter-spacing: 2.25px;
}

strong {
    font-weight: bold;
}


/* Form Elements */

label {
    font-size: 18px;
    letter-spacing: 2.25px;
    color: #7F7F7F;
}

input {
    width: 495px;
    height: 50px;
    margin-top: 5px;
    padding: 15px;
    border-radius: 6px;
    border-width: 1px;
 

    font-size: 16px;
    color: #7F7F7F;
    letter-spacing: 2.25px;
}


input[type="submit"] {
    width: 495px;
    height: 50px;
    background-image: linear-gradient(to bottom, #97E3DE,#5EC3BA);
    border: 0px;
    border-radius: 6px;


    font-family: Quicksand, sans-serif;
    text-transform: uppercase;
    color: white;
    font-size: 24px;
    padding: 11px;

}

select {
    width: 495px;
    height: 50px;
    margin-top: 5px;
    padding: 15px;
    border-radius: 6px;
    border-width: 1px;

    font-family: Quicksand, sans-serif;
    font-size: 16px;
    color: #7F7F7F;
    letter-spacing: 2.25px;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/Arrow.svg);
    background-repeat: no-repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: 30px;
}


/* Objects */

img {
    width: auto;
    height: 828px;
    border-radius: 0px 12px 12px 0px;
}
