/*
TERMS & CONDITIONS
This website is copyright protected and uses strict security protocols. Do not copy, drag or remove anything from this website or its source code.
https://virtualyard.com/terms-and-conditions for more information.
*/


.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.securityCodeForm {
    width: 100%;
    padding: 10px 4px;
    font-size: 15px;
    font-family: inherit;
    display: flex;
    height: 100px;
    overflow: hidden;
}

.securityInput {
    position: absolute;
    z-index: -1;
    top: -100000px;
    left: -1000000px;
}

.securityCodeForm .overlayInputs.focus {
    border: none;
    box-shadow: 0 0 5px var(--color-main);
    -webkit-box-shadow: 0 0 5px var(--color-main);
    -moz-box-shadow: 0 0 5px var(--color-main);
}

.securityCodeForm .overlayInputs:first-child {
    margin-left: 0;
}

.securityCodeForm .overlayInputs {
    width: 60px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    float: left;
    height: 70px;
    line-height: 70px;
    margin-left: 5px;
    font-size: 50px;
    z-index: 2;
    text-align: center;
    color: #000;
}


.powered-by {
    height: 26px;
}

small.branding, small.branding a {
    font-size: 10px;
}

.text-left {
	text-align: left;
}

body.signin {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

html, body {
    height: 100%;
}


ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline .timeline-frame:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 25%;
    z-index: 1;
}

ul.timeline li.done .timeline-frame:before {
	background: var(--color-main);
}

ul.timeline li:last-child .timeline-frame:before {
	background: #fff;
}

ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #d4d9df;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

ul.timeline > li.done:before {
	border: 3px solid var(--color-main);
}

@media (max-width: 700px) {
	.nav {
		display: block;
	}
}