/*
Biochek
*/
#biochek-doc-wrapper{
	position: relative;
	width: 90%;
	max-width: 600px;
	margin: 20px auto;
	min-height: 140px;
}
div#biochek-doc-wrapper p {
    padding-bottom: 0;
    font-size: 13px;
    letter-spacing: 1px;
}
#doc-checker{
	position: absolute;
	transition: all 0.4s ease;
	top:0;
	width: 100%;
}
#doc-checker.done{
	opacity: 0;
	top: -200px;
}
#doc-email-form, #confirmation{
	opacity: 0;
	transition: all 0.4s ease;
	position: absolute;
	top: -200px;
	width: 100%;
}
p#confirmation{
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
}
#doc-email-form.active, #confirmation.active{
	opacity: 1;
	top:0;
	transition: all 0.4s 0.4s ease;
}
#biochek-doc-wrapper label a {
    border-bottom: 2px solid #ea2f2e;
}
a.bcd-button {
	padding: 10px;
	background: #ea2f2e;
	color: #fff;
	border-radius: 0;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 190px;
	margin-left: 5px;
}
a.bcd-button.loading {
	background-color:#FFB236;
	cursor: not-allowed;
}
div#biochek-doc-wrapper input[type="text"], div#biochek-doc-wrapper input[type="email"] {
	padding: 9px !important;
	line-height: 20px;
	font-size: 14px !important;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 195px);
}
input#doc-email.warning {
	border-color: #ea2f2e;
}
input#terms-conditions.warning {
    box-shadow: 0px 0px 1px 1px red;
}

p#notice, p#notice-2 {
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
}
@media (max-width: 700px){
	a.bcd-button, div#biochek-doc-wrapper input[type="text"], div#biochek-doc-wrapper input[type="email"]  {
		display: block;
		margin: 0 auto 10px;
		width: 100%;
	}
	#biochek-doc-wrapper{
		min-height: 240px;
	}
}