
.monserrat-mimiclone {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.title {
    font-weight: 800;
    font-size: xxx-large;
    color: white;
    margin: auto;
    text-align: center
}

.subtitle {
    font-weight: 100;
    font-size: xx-large;
    color: #ffab40;
    margin: auto;
    text-align: center
}

.divider {
    display: block;
    margin: 50px auto;
    width: 10%;
}

#logo {
    display: block;
    margin: auto;
    width: 40%;
}

.interest-form {
    background: #ffffff;
    border-radius: 8px;
    border-style: solid;
    border-width: medium;
    border-color: #011231;
    padding: 20px;
    box-shadow: 0 0 50px 5px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 0 50px 5px rgba(255, 255, 255, 0.8);
    -o-box-shadow: 0 0 50px 5px rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 0 50px 5px rgba(255, 255, 255, 0.8);
    width: fit-content;
    margin: 50px auto;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-size: large;
    color: #3a3434;
    text-align: center;
}

table {
    margin: auto;
}

td.label {
    text-align: right;
}

td.input {
    text-align: left;
    padding-left: 10px;
}

td.textInput {
    width: 300px;
}

td.emailInput {
    width: 150px;
}

label.optin {
    font-size: small;
}

input.underlineInput {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 200;
    font-size: small;
    border: none;
    border-bottom-style: solid;
    width: 100%;
    text-align: left;
}

p {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 200;
    font-size: larger;
    color: #ffffff;
    width: 60%;
    margin: 10px auto;
    text-align: center;
}