@charset "UTF-8";

hr {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-bottom-width: 0;
}

hr:first-of-type {
    border-bottom-width: 0;
}

form.contact_form {
    position: relative;
    width: 360px;
    height: fit-content;
    overflow-x: hidden;
    margin: 20px auto 30px auto;
}

label {
    float: left;
    width: fit-content;
    height: fit-content;
    margin: 30px 0 0 10px;
    line-height: 100%;
    font-size: 0.9rem;
    font-weight: bolder;
    padding-bottom: 10px;
    text-transform: uppercase;
}

input.name_input {
    float: left;
    width: 318px;
    height: 15px;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.3rem;
    border-width: 0.1rem;
    border-color: rgb(200, 200, 200);
    border-style: solid;
    letter-spacing: 0.2rem;
}

input.email_address_input {
    float: left;
    width: 318px;
    height: 15px;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.3rem;
    border-width: 0.1rem;
    border-color: rgb(200, 200, 200);
    border-style: solid;
    letter-spacing: 0.2rem;
}

input.verification_code_input {
    float: left;
    width: 318px;
    height: 15px;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.3rem;
    border-width: 0.1rem;
    border-color: rgb(200, 200, 200);
    border-style: solid;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}

button.verify_email {
    width: fit-content;
    height: 30px;
    background-color: rgb(248, 248, 248);
    color: black;
    cursor: pointer;
    margin: 25px 10px 20px 0px;
    border: rgb(148, 148, 148) solid thin;
    padding-left: 30px;
    font-size: 0.8rem;
    display: list-item;
    list-style: none;
    padding-right: 5px;
}

button.verify_email:hover {
    width: fit-content;
    height: 30px;
    background-color: rgb(248, 248, 248);
    color: black;
    cursor: pointer;
    margin: 25px 10px 20px 0px;
    border: rgb(148, 148, 148) solid thin;
    padding-left: 30px;
    font-size: 0.8rem;
    display: list-item;
    list-style: none;
    padding-right: 5px;
}

span.verify_email {
    float: left;
    line-height: 1.5rem;
    font-size: 0.8rem;
    display: block;
    height: 1.5rem;
    width: 350px;
    text-transform: capitalize;
    color: green;
    padding-left: 10px;
    padding-top: 10px;
}

select.type_of_inquiry_select {
    float: left;
    width: 352px;
    height: 3.2rem;
    padding-left: 1rem;
    border-radius: 0.3rem;
    border-width: 0.1rem;
    border-color: rgb(200, 200, 200);
    border-style: solid;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    line-height: 1.5rem;
    cursor: pointer;
}

textarea.inquiry_textarea {
    float: left;
    width: 311px;
    height: 200px;
    min-width: 311px;
    min-height: 200px;
    padding: 0.8rem 1.2rem 0.8rem 1.2rem;
    border-radius: 0.3rem;
    border-width: 0.1rem;
    border-color: rgb(200, 200, 200);
    border-style: solid;
    letter-spacing: 0.2rem;
    resize: none;
    line-height: 1.5rem;
}

input:focus, select:focus, textarea:focus {
    outline: none;
    border-width: 0.1rem;
    border-color: seagreen;
    background-color: rgb(219, 255, 237);
}

button {
    float: right;
    width: fit-content;
    height: fit-content;
    padding: 0.9rem;
    border-radius: 0.3rem;
    border-color: transparent;
    background-color: rgb(41, 41, 41);
    color: white;
    font-size: 0.8rem;
    cursor: pointer;
    margin: 30px 10px 30px 0;
}

button:hover {
    background-color: rgb(0, 0, 0);
}

button:focus {
    outline: none;
    background-color: rgb(0, 0, 0);
}

.contact_form > a {
    float: left;
    font-size: 0.8rem;
    color: seagreen;
    text-decoration: none;
    font-weight: bold;
    clear: both;
    text-transform: uppercase;
}

.contact_form > a:hover {
    text-decoration: underline;
}

.url_link_privacy_policy {
    margin: 30px 0 0 0;
}

.url_link_service_terms{
    margin: 35px 0 0 0;
}
