@font-face {
	font-family: "Founders Grotesk Regular";
	src: url("../fonts/founders-grotesk-web-regular.woff") format("woff");
}
@font-face {
	font-family: "Founders Grotesk";
	src: url("../fonts/founders-grotesk-web-regular.woff") format("woff");
}
@font-face {
	font-family: "Founders Grotesk Bold";
	src: url("../fonts/founders-grotesk-web-medium.woff") format("woff");
	font-weight: 500;
}
@font-face {
	font-family: "GT Super Ds Trial";
	src: url("../fonts/GT-Super-Display-Bold-Trial.otf") format("opentype");
	font-weight: 900;
}
@font-face {
	font-family: "FoundersGrotesk-Light";
	src: url("../fonts/founders-grotesk-web-light.woff") format("woff");
}
@font-face {
	font-family: "GTSuperDSTrial";
	src: url("../fonts/GT-Super-Display-Medium-Trial.otf") format("otf");
}

.form-body {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	align-items: center;
}

/*signin log in Login Sign in */
#kitNumber {
	border-radius: 3rem;
	height: 5.9rem;
	border: 2px solid black;
	background-color: transparent;
	width: 100%;
	color: black;
	font-size: 2.9rem;
	margin-bottom: 15px;
}

#symptoms, #medications {
	border-radius: 3rem;
	height: 100px;
	border: 2px solid black;
	background-color: transparent;
	width: 100%;
	color: black;
	font-size: 2.9rem;
	margin-bottom: 15px;
	resize: none;
}

#kitNumber::placeholder, #symptoms::placeholder, #medications::placeholder {
	color: black;
	opacity: .7;	
}

/* INPUTS STYLE ADJUST  */
/* ::-webkit-input-placeholder {
   text-align: center;
}
:-moz-placeholder { 
   text-align: center;  
}
::-moz-placeholder {  
   text-align: center;  
}
:-ms-input-placeholder {  
   text-align: center; 
} */
input[type="date"] {
	text-align: center;
}
select {
	text-align: center;
	text-align-last: center;
}
option {
	text-align: center;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
input[type="date"]{ 
    text-transform: uppercase;
}
::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}
::placeholder { /* Recent browsers */
    text-transform: none;
}
#phoneNumber::placeholder {
	text-align: center;
}
/*  */
.login_inputs {
	border: 0.5px solid #1F1E21;
	background-color: #fff;
	width: 100%;
	height: 5.9rem;
	color: #000;
	font-size: 26px;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	outline: transparent;
	border-radius: 4px;
	font-family: "FoundersGrotesk-Light";
}

.login_inputs option {
	color: #484848;
}

.panel-form {
	width: 100%;
}
#countdown {
	background: #1F7F61;
	border-radius: 100rem;
	text-align: center;
	width: 12rem;
	height: 6rem;
	margin: 1rem;
	border: none;
	font-family: "FoundersGrotesk-Light";
	font-size: 2.3rem;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
}

.signup-link-label {
	color: #000;
	margin-top: 2rem !important;
}
.signupClick {
	cursor: pointer;
}

#socialbutton-customizable, .socialbutton-customizable {
	background: #EE8155;
	border-radius: 100rem;
	text-align: center;
	padding: 0px 20px;
	border: none;
	font-family: FoundersGrotesk-Light;
	font-size: 16px;
	color: #000;
	letter-spacing: 0;
	text-align: center;
	outline: transparent;
	width: 19rem;
	height: 4rem;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#socialbutton-customizable:hover, .socialbutton-customizable:hover {
	opacity: 80%;
}
#socialbutton-customizable:disabled, .socialbutton-customizable:disabled
{
	opacity: 60%;
}
.socialbutton-customizable:hover {
	cursor: pointer;
}

#socialbutton-customizable-disabled:disabled, .socialbutton-customizable-disabled:disabled
{
	background: #D83E2C;
	border-radius: 100rem;
	text-align: center;
	border: none;
	font-family: FoundersGrotesk-Light;
	font-size: 22px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	opacity: 40%;
	outline: transparent;
	padding: 0px 20px;
	text-transform: uppercase;
	height: 31px;
    width: 115px;
}

#socialbutton-customizable-disabled, .socialbutton-customizable-disabled
{
	background: #D83E2C;
	border-radius: 100rem;
	text-align: center;
	width: 19rem;
	height: 5.5rem;
	border: none;
	font-family: FoundersGrotesk-Light;
	font-size: 30px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	opacity: 40%;
	outline: transparent;
}
.form-checkbox-group {
	display: flex;
	flex-direction: column;
	height: 10rem;
	width: 50rem;
	font-family: "FoundersGrotesk-Light";
	font-size: 3rem;
	color: #FFFFFF;
	letter-spacing: 0;
	vertical-align: middle;
	width: 22rem;
	justify-content: center;
	align-content: start;
	align-items: flex-start;
	text-align: left;
}
.textbox-labels-text {
	font-size: 2.2rem;
}
.textbox-labels-text:hover {
	text-decoration: none;
}

#panel {
	background-color: transparent;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
}

#signinForm, #kitRegistrationForm {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	box-shadow: none;
	width: 100%;
}

#kitRegistrationForm2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	box-shadow: none;
}

.signup_form {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.util_auth {
	margin-top: 2rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.util_text {
	font-size: 2.5rem;
	color: #000;
	font-family: "FoundersGrotesk-Light";
	font-weight: normal;
	letter-spacing: 0.31px;
	text-align: center;
}
a.util_text:hover  {
	color: #D83E2C;
	text-decoration: none;
}
.link-prop:hover {
	border-bottom: 1px solid #000;
	text-decoration: none;
}
.flex-right {
	margin-top: 3vh;
	text-align: right;
	width: 100%;
}

.flex-right p {
	text-align: right;
	margin-top: 10px;
}
/* CHECKBOX STYLES */
.checkbox_container {
	background: transparent;
	color: #000;
  	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: center;
	text-align: left;
}
input[type="checkbox"] {
  visibility: hidden;
}
/* .checkbox_login:checked + label:before {
	background: #EC86C5;
} */
.checkbox_login {
	align-self: center;
  }
  
input[type="checkbox"] + label:before {
	border-radius: 3px;
	border: #000 solid 1px;
	content: "\00a0";
	display: inline-block;
	font: 16px/1em sans-serif;
	height: 16px;
	width: 16px;
	margin-right: .7rem;
	position: relative;
}
input[type="checkbox"]:checked + label:before {
	/* color: white; */
	content: "\2713";
  /* text-align: center; */
}
input[type="checkbox"]:focus + label::before {
    /* outline: transparent; */
}
/* Sign up account creation create */
.login-buttons {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	width: 100%;
	margin-top: 30px;
	justify-content: center;
}

.registerKit-login-buttons {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin-top: 30px;
	justify-content: center;
}

.link-prop {
	color: #000;
	width: fit-content;
	border-bottom: 1px dotted #000;
	font-family: "FoundersGrotesk-Light";
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
}
.form-group-label {
	font-family: "FoundersGrotesk-Light";
	font-size: 3rem;
	color: #FFFFFF;
	letter-spacing: 0;
}
#passwordHelpBlock {
	font-family: "Founders Grotesk";
	font-size: 1.6rem;
	color: #D83E2C;
	letter-spacing: 0rem;
	text-align: left;
}
#allergies, #currentMedications, .signup_text_box {
	height: 25rem;
	padding: 10px;
	outline: transparent;
}
.signup_text_box {
	height: 15rem;
}

.signon_header_container {
	width: 100%;
	display: flex;
	justify-content: left;
	color: white;
}

#remember_label {
	margin: 0px;
	margin-bottom: 0px;
}
#remember_me {
	margin-top: 0px;
	margin-left: -10px;
}

#registerkit-notificationArea {
	color: white;
	font-weight: bold;
}

#registerKit_panel {
	background-color: transparent;
}
.text-muted {
	color: white;
}
.subrow {
	display: flex;
	text-align: center;
}
 .login_inputs::placeholder {
	/* placeholder font */
	color: white;
	opacity: 1;
}
.full-form-group, .subrow {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 500px;
}
.button_container {
	height: 6rem;
	border: none;
	font-family: "FoundersGrotesk-Light";
	font-size: 30px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 4rem;
	width: 100%;
}
.button_container_column {
	width: 100%;
	height: 6rem;
	margin: 4rem;
	border: none;
	font-family: "FoundersGrotesk-Light";
	font-size: 30px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	margin-top: 30px;
}
/* tag */
.alt-socialbutton-customizable {
	outline: transparent;
	background-color: transparent;
	color: #D83E2C;
	border-radius: 2.95rem;
	border: solid 1px transparent;
	font-size: 26px;
	font-weight: 500;
	/* margin: 1rem; */
	font-family: "FoundersGrotesk-Light";
	/* font-weight: 300; */
	/* margin-top: 6rem; */
	text-align: center;
	vertical-align: middle;
}
button {
	text-align: center;
	vertical-align: middle;
	margin: auto;
}
.alt-socialbutton-customizable:hover {
	cursor: pointer;
}
.input_icons {
	width: 100%;
	position: relative;
}
.pword_icon {
	position: absolute;
	padding: 1.4rem;
	right: 0;
}
#signin-email {
	color: black;
}
.form_group3, .form_group2, .form_group1  {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.form-group {
	flex-direction: column;
	text-align: left;
	border-radius: 3rem;
	height: 10rem;
	font-family: "FoundersGrotesk-Light";
	font-size: 3rem;
	color: #000;
	letter-spacing: 0;
	width: 100%;
}
.register-kit-form {
	width: 100%;
	height: auto;
	text-align: -webkit-center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.form-checkbox-flex {
	display: flex;
	flex-direction: row;
}
.textbox-labels {
	font-family: "FoundersGrotesk-Light";
	font-size: 2rem;
	color: #000;
	letter-spacing: 0rem;
	text-align: center;
	/* width: 20rem; */
	white-space: nowrap;
}
.form-group-next {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.form-group-password-hint {
	flex-direction: column;
	text-align: left;
	width: 35rem;
	text-align: center;
    width: 100%;
}
.form-group-already-account {
	flex-direction: column;
	text-align: center;
	width: 35rem;
	/*height: 5rem;*/
}
.login_checkbox {
	background-color: #F989CB;
	background: #F989CB;
	border: white solid 1px;
}
.login_form_element {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	text-align: left;
	height: 7rem;
	width: 100%;
	font-size: 3rem;
	color: #FFFFFF;
	letter-spacing: 0;
	font-family: "Founders Grotesk-Light";
}
.login_form {
	margin-top: 0;
}
.form-group-text-area {
	display: flex;
	flex-direction: column;
	text-align: left;
	border-radius: 3rem;
	height: 32rem;
	font-family: "FoundersGrotesk-Light";
	font-size: 3rem;
	color: #FFFFFF;
	letter-spacing: 0;
	width: 100%
}
.form-group-submit-area {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
/* Sign up account creation create */

#loginButton {
	color: white;
	font-size: 1.6rem;
	margin-top: .8rem;
}

#loginButton a {
	color:#D83E2C;
}
.signup_text_area, .signup_text_box {
	background-color: transparent;
	border: 2px solid #000;
	border-radius: 2rem;
	width: 100%;
	color: #000;
	font-size: 2rem;
	outline: transparent;
	resize: none;
}
.signon_header, .registerkit_header, .half-signon_header {
	font-family: "FoundersGrotesk-Light";
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 39px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #000;
    width: 100%;
}

.myAccount {
	font-family: "GTSuperDSRegular";
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: -0.5px;
	font-style: italic;
    text-align: left;
    color: #000;
    width: 100%;
}

.half-signon_header {
	font-family: "GTSuperDSTrial";
	font-size: 50px;
	color: #FFFFFF;
	letter-spacing: -1px;
	margin-bottom: 3rem;
}
.signup_confirm {
	color: black;
	margin-bottom: 3rem;
}
#errorSpan {
	color: darkred;
	font-size: 1.7rem;
	font-family: "FoundersGrotesk-Light";
}

.signup-errors {
	color: darkred;
	font-family: "FoundersGrotesk-Light";
	font-size: 1.7rem;
	letter-spacing: 0.31px;
	text-align: center;
	margin-bottom: 0rem;
}
#errorDiv {
	color: darkred;
	font-family: "FoundersGrotesk-Light";
	font-size: 1.7rem;
	letter-spacing: 0.31px;
	text-align: center;
	margin-bottom: 0rem;

}

/* confirm */
.countdown-content {
	color: rgba(238, 129, 85, 1);
	font-family: "FoundersGrotesk-Light";
}
.confirm_header {
	font-family: "GTSuperDSTrial";
	font-size: 5rem;
	color: white;
}

.confirm_subheader {
	color: rgba(238, 129, 85, 1);
	font-size: 1.5rem;
}
.resend-code-body {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-content: center;
	text-align: center;
	margin-top: 7rem;
}
.confirmation_body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 7rem;
}

.row.login-buttons #socialbutton-customizable {
	font-family: "FoundersGrotesk-Light";
	padding: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
#login-form .row {
	margin-right: 0;
	margin-left: 0;
	width: 100%;
}

.login-label{
	font-family: Abel;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	color: #000;
}

.signup-label{
	font-family: "FoundersGrotesk-Light" !important;
	font-weight: 300;
    font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	color: #000;
}

.checkbox_label {
	font-family: "FoundersGrotesk-Light";
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	text-align: left;
}

.curved-login {
	background: rgba(236, 134, 197, 0);
    color: white;
	text-align: center;
	width: 100%;
	position: absolute;
    bottom: 0;
}

.curved-login svg {
    display: block;
}

.checkText {
	color: #000;
    font-size: 20px;
    font-family: "FoundersGrotesk-Light";
    margin-bottom: 20px;
    width: 100%;
}

.full-row{
	width: 100%;
}

input#dob {
	cursor:pointer;
}

@media only screen and (max-height: 650px) {
	.curved-login {
		display: none;
	}
}

@media only screen and (max-width: 650px) {
	#kitNumber, #symptoms, #medications, #testTakenDate {
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	.signon_header, .registerkit_header, .half-signon_header {
		font-size: 24px;
	}
	.full-form-group, .subrow {
		width: 100%;
	}
}

@media only screen and (max-width: 450px) {
	.util_auth {
	}
	input.login_inputs[type=password] {
		font-size: 15px;
	}
	input.login_inputs::placeholder {
		font-size: 26px;
	}
	.form-group-label {
		font-size: 2rem;
	}	
}

@media only screen and (max-width: 374px) {
	.signon_header {
		font-size: 60px;
	}
}

@media only screen and (max-width: 350px) {
	.login-buttons {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

.mg-bot-10 {
	margin-bottom: 10px; 
}

.help {
	font-size: 18px;
	font-family: "FoundersGrotesk-Light";
	text-decoration: underline;
	text-align: center;
	cursor: pointer;
	margin-top: 30px;
	color: #1F7F61;
	padding-left: 10px;
	padding-right: 10px;
}

.helpmodal {
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 9999;
}


.helpmodal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 26px;
	font-weight: bold;
	padding: 10px;
	color: #000;
	cursor: pointer;
}

.helpmodal-title {
	position: absolute;
	left: 40px;
	top: 40px;
	font-size: 22px;
	margin-bottom: 20px;
}

.helpmodal-desc {
	font-size: 16px;
	text-align: center;
}

.helpmodal-body {
	position: relative;
	width: 30%;
	height: 50%;
	min-height: 600px;
	background: white;
	border-radius: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	padding-top: 100px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
}

.helpmodal-preview {
	margin-top: 20px;
	border-radius: 10px;
	width: 100%;
	height: 175px;
	object-fit: contain;
	overflow: hidden;
}
.helpmodal-button {
	width: 50%;
	height: 50px;
	background: #ee8155;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	border-radius: 10px;
	cursor: pointer;
	margin-top: 20px;
}

.helpmodal-camera {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 200px;
}

.helpmodal-webcam {
	position: absolute; 
	margin-top:	20px;
	margin-bottom:	20px;
	border-radius: 10px;
    right: 0; 
    top: 0;
    width: 100%; 
    height: 100%; 
    background-size: cover;
    overflow: hidden;
	object-fit: fill;
}

@media only screen and (max-width: 720px) {
	.helpmodal-body {
		width: 90%;
		height: 85%;
		min-height: 450px;
	}
}