body {
    background: #c1bdba;
    color: #ffffff;
}

.form {
    background: rgba(19, 35, 47, .9);
    border-radius: 4px;
    box-shadow: 0 4px 10px 4px rgba(19, 35, 47, .3);
}

input {
    background-color: transparent;
    color: #ffffff;
}

.get_started {
    border: 0;
    outline: none;
    padding: 15px 0;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    background: #1ab188;
    color: #ffffff;
    transition: all .5s ease;
    -webkit-appearance: none;
    border-radius: 4px;

}

input[type=text]:focus, textarea:focus {
    box-shadow: 0 0 5px rgba(204, 204, 204, 1);
    border: 1px solid rgba(204, 204, 204, 1);
}

#cell_phone, #last_name, #first_name, #email {
    font-size: 1.3em;
    padding-left: 15px;
}

.explain {
    font-size: 1.3em;
}

.checkmark {
    font-size: 1.5em;
}

#first_name, #last_name {
    width: 40.75%;
}

#cell_phone, #email {
    width: 82%;
}

#first_name, #email, #cell_phone {
    margin-left: 25px;
}
