/* CSS Document for Contact Form Page */

.prompt, 
#message_container,
#browser-os {
    display:none;
}

select {
    margin-bottom: 6px;
    font-size: 12px;
}

textarea {
    font-size: 13px;
}

.button.send-message {
    margin-top:6px;
}

.button.send-message {
    margin-top:6px;
    padding-right: 33px;
}

#broad_problem_description {
  background-size: contain;
}

.button.contact_form_submit {
    padding-right: 33px;
}

button.contact_form_submit:after {
    position: absolute;
    -webkit-font-smoothing: antialiased;
    content: '\f1d8';
    font: normal normal normal 18px/1 FontAwesome;
    right: 10px;
    text-rendering: auto;
    top: 4px;
    transition: color .2s;
    visibility: visible;
}
.something-else-notice {
    background: #2c95cf;
    color: white;
    padding: 12px;
    margin-top: 5px;
    border-radius: 4px;
    font-weight: bold;
    margin-bottom: 8px;
}

.something-else-notice h5 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px;
}

.something-else-notice a {
    color: #68e3df;
    text-decoration: underline
}

.something-else-notice strong {
    text-align: center;
}