
body {
    background: #f6f6f6;
    padding-top: 80px;
    color: #3A3D47;
}

.grid-x h1 {
    line-height: 140%;
    font-weight: 700;
}

.grid-x div.panel {
    padding: 40px;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid #DDD;
    max-width: 450px;
}

.grid-x {
    font-family: 'Lato', Arial, sans-serif;
}

button.button, button.primary, button.tertiary, button.login-button, button.send-message, a.button, button.small-button, button.secondary, a.small-button, a.secondary button.button:visited, button.primary:visited, button.login-button:visited, button.tertiary:visited, button.send-message:visited, a.button:visited, button.small-button:visited, button.secondary:visited, a.small-button:visited, a.secondary:visited {
    background: #634EE9;
    padding: 12px 20px;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    font: 16px 'Lato', Arial, sans-serif;
    margin: 12px 0 0 0;
    font-weight: 600;
}

button.button:hover, button.primary:hover {
    background-color: #4E39D1;

}

label {
    max-width: 100%;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #3A3D47;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], input, select, textarea {
    width: 100%;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid #DDD;
    margin: 8px 0 32px;
    padding: 12px 15px 13px 15px;
    font: 16px/100% 'Lato', Helvetica, Arial, sans-serif;
    height: auto;
    line-height: 18px;
}

select {
    padding: 12px 25px 13px 15px !important;
    margin-bottom: 15px;
}

#message-error {
    display: none;
}

.ukShortCodeNote {
	display: none;
}

.pl-10 {
    padding-left: 10px;
}
.pl-20 {
    padding-left: 20px;
}

.goog-te-gadget {
    width: 450px !important;
}
