.left { float:left; }
.right { float:right; }
.alignleft { float: left; margin-right: 15px; }
.alignright { float: right; margin-left: 15px; }
.center { text-align: center; }
.clearfix:after,
form:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.container { 
	margin: 0 auto 0 auto; position: relative; width: 900px; padding-top: 50px;
	padding-bottom: 50px;
}
#content, section.form-container {
	border: 2px solid var(--tertiary);
	margin: 0 auto;
	padding: 25px 0 0;
	position: relative;
	text-align: center;
	width: 500px;

    form {
        padding: 0 20px;
    }
}

.uauth-heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 170%;
    color: var(--primary);
    line-height: 1.1;

    &:nth-of-type(2) {
        margin-bottom: 30px;
    }
}

#username,#zxyqk { background-position: 10px -146px !important; }
#fname,#lname,#company-name,#firstName,#lastName { background-position: 10px 10px !important }
#password, #retype-password { background-position: 10px -53px !important }
#phn { background-position: 9px -97px !important; }
input[name="captcha"] { background-position: 10px -182px !important; }
#content form div.link-cont a, #content div.complete a {
    font-size: 14px;
    text-decoration: underline;
    font-weight: 500;
    color: var(--secondary);
}
#content div.complete a{
	margin-right: 0;
}
div.link-cont{
	width: 100%;
}
input[type="submit"]{
	width: 100%;
}


.form-bottom {
    background-color: var(--tertiary);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: none;
}

div.captcha-container{
	margin-top: 22px;
	width: 90%;
}

img#the-captcha{
	float: left;
	margin-right: 0;
}

strong{
	color: #7E7E7E;
}

div#thanks h2{
	margin: 0.5em auto;
}

#regular-links {
    .link-button {
        font-size: 75%;
    }
}

@media screen and (max-width: 768px) {
	div.container, section#content{
		max-width: 100%;
		width: 100%;
		margin: 0;
	}

	div.container{
		padding-bottom: 0;
	}
	section#content{
		border: none;
	}
	form{
		width: calc(100% - 40px);
        padding: 0 20px;
		margin: 0 auto!important;

        a#guest-booking {
            line-height: calc(var(--input-height) / 3);
            padding-top: calc(var(--input-height) / 6);
            box-sizing: border-box;
        }
	}

    .form-bottom {
        display: none;
    }
}

#password-suggestions {
    ul {
        padding: 0;
        list-style: none;
    }
}