body
{
	font-family: 'Titillium Web',sans-serif;
	background-color: white;
	color: #708090;
	text-align: center;
}

#kc-header
{
	margin-bottom: 1rem;
}

#kc-header-wrapper
{
	border-bottom: 2px solid #707070;
	padding: 16px 0 0 128px;
}

.kc-logo-text
{
    padding: 0 0 16px 16px;
	width: 220px;
}

.kc-logo-text > img {
	display: block;
}

.mobile-header {
    color: white;
    font-size: 18px;
    padding-top: 16px;
}

.validation-code-entry {
    border: none;
    font-size: 2em;
    border-bottom: 3px solid #707070;
    color: #707070;
    width: auto;
    line-height: 1.5em;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    background-color: white;
    outline: none;
    max-width: 100%;
}

.sms-instructions {
    color: #14bec8;
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 1rem;
}

.rxlocal-button {
    border: 1px solid transparent;
    border-radius: 5px;
    display: block;
    margin-top: 0.5em;
    padding: 0.5em 1em;
    cursor: pointer;
    font-weight: 500;
    line-height: 1;
    min-height: 36px;
    text-align: center;
    user-select: none;
    white-space: nowrap;
    color: #fff;
    font-size: medium;
}

.rxlocal-label {
    color: #12a8b1;
    font-weight: bold;
}

.rxlocal-form-control {
    border-radius: 3px !important;
}

.rxlocal-form-control:focus-visible {
    outline-color: #14bec8;
    box-shadow: none !important;
}

.full-width {
    width: 100%;
}

.rxlocal-button.primary {
    background-color: #14bec8;
}

.rxlocal-button.secondary {
    background-color: #106b7a;
}

.rxlocal-button.other {
    background-color: #0f8e95;
}

.rxlocal-button:hover {
    background-color: #12a8b1;
}

.alert-error, #input-error-password, #input-error-password-confirm
{
	margin-bottom: 16px;
	color: #D93330;
	font-weight: bold;
}

.user-feedback
{
	font-size: 16px;
	margin-bottom: 16px;
	font-weight: bold;
}

.kc-login-tooltip
{
	margin-bottom: 16px;
}

@media only screen and (max-width: 575px) {
    #kc-header-wrapper {
        height: 48px;
        background-color: #14bec8;
        padding: 0;
        border-bottom: none;
    }
}
