body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: linear-gradient(#00344f 10%, #78dcff 120%);
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}
h1 {
    text-align: center;
    color: black;
}
a {
    text-decoration: none;
}
#logoBox {
    width: max-content;
    position: relative;
    left: 50px;
    top: -18px;
    cursor: pointer;
}
#logoBox #logoText {
    color: white;
    font-family: 'Caveat Brush';
	font-size: 50px;
	letter-spacing: .00em;
    height: 48px;
    line-height: 55px;
}
#logoTextPro {
	display: none;
}
#scanURLWrapper {
	position: absolute;
	height: 50px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 65px;
	transform: translate(0%, -50%);
}
#scanURLLoader {
    display: none;
}
#login-form {
    position: absolute;
    background-color: white;
    right: 65vw;
    top: 100px;
    width: 430px;
    height: 220px;
    border-radius: 10px;
    border-style: solid;
    border-width: 0px;
    font-size: 16px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
    z-index: 2;
}
#login-form p {
    position: relative;
    font-size: inherit;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    top: 12px;
}
#login-form ul li{
    position: relative;
    width: 430px;
    top: 230px;
    left: 52%;
    transform: translate(-50%, -50%);
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
#login-form-two {
    position: absolute;
    background-color: white;
    left: 15%;
    top: 20%;
    width: 430px;
    height: 216px;
    border-radius: 10px;
    border-style: solid;
    border-width: 0px;
    font-size: 16px;
}
#info-form {
    position: absolute;
    background-color: white;
    right: 65vw;
    top: 302px;
    width: 430px;
    height: 170px;
    border-radius: 10px;
    border-style: solid;
    border-width: 0px;
    font-size: 16px;
}
#login-form-header1 {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50px;
    width: 430px;
    height: 85px;
    transform: translate(-50%, -50%);
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
#login-form-header1 h2{
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50px;
    width: 430px;
    height: 85px;
    transform: translate(-50%, -50%);
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}
#login-form-header1 ul li{
    position: relative;
    width: 400px;
    top: 40px;
    left: 212px;
    transform: translate(-50%, -50%);
    font-family: 'Montserrat', sans-serif;
    background-image: url('/images/xMark.jpg');
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: left 40%;
    list-style: none;
}
#login-form-header1 ul li span{
    display: block;
    position: relative;
    left: -25%;
}
#login-form-header2 {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 133px;
    width: 430px;
    height: 85px;
    transform: translate(-50%, -50%);
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
#login-form-header2 h2{
    position: absolute;
    text-align: center;
    left: 50%;
    top: 20px;
    width: 430px;
    height: 85px;
    transform: translate(-50%, -50%);
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}
#login-form-header2 ul li{
    position: relative;
    width: 400px;
    top: 10px;
    left: 54%;
    text-align: center;
    padding-right: 0px;
    transform: translate(-50%, -50%);
    font-family: 'Montserrat', sans-serif;
    background-image: url('/images/checkMark.jpg');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left 35%;
    list-style: none
}
#login-form-header2 ul li span{
    position: relative;
    left: -8%;
}
#login-form-header3 {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 183px;
    width: max-content;
    height: 85px;
    transform: translate(-50%, -50%);
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}
#areYouPerson {
    position: relative;
    width: 430px;
    margin: 0px;
    top: 80px;
    left: 215px;
    text-align: center;
    transform: translate(-50%, -50%);
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.button {
    background-color: #1f8245;
    border: none;
    color: white;
    padding: 0px 38px;
    width: 394px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 26px;
    text-align: center;
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
    z-index: 5;
    font: inherit;
    font-weight: bold;
}
.button:hover {
    background-color: #186333;
    transition: 0.3s;
}
.button:not(:hover) {
    background-color: #1f8245;
    transition: 0.3s;
}
#authButton {
    top: 65px;
}
.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
    z-index: 2;
    top: 68px;
}
.hr-text:before {
    content: '';
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    z-index: 200;
}
.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 .5em;
    line-height: 1.5em;
    color: #818078;
    background-color: white;
    z-index: 200;
}
.qr-code {
    position: relative;
    display: block;
    width: 125px;
    height: 125px;
    top: 30px;
    left: 0px;
    z-index: 300;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid #1f8245;
    border-radius: 8px;
    padding: 0px;
}
#qrcodeText {
    position: relative;
    color: black;
    top: 25px !important;
}
#behindInputBox {
    position: absolute;
    width: 134px;
    height: 30px;
    background-color: #1f8245;
    color: blue;
    border: black;
    top: 25%;
    left: 50%;
    padding: 10px 130px;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    z-index: 1;
}
#inputBox {
    position: relative;
    display: block;
    right: 113px;
    top: 8px;
    width: 352px;
    height: 20px;
    border-radius: 5px;
    color: green;
    font-size: 20px; 
    border: 2px solid #ccc;
    background-color: #dee2e6;
    font: inherit;
    font-size: 18px;
    font-weight: bold;
}
#behindInputBox2 {
    position: absolute;
    width: 134px;
    height: 30px;
    background-color: #1f8245;
    color: blue;
    border: black;
    top: 25%;
    left: 50%;
    padding: 10px 130px;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    z-index: 1;
}
#inputBox2 {
    position: relative;
    display: block;
    right: 113px;
    top: 8px;
    width: 352px;
    height: 20px;
    border-radius: 5px;
    color: green;
    font-size: 20px; 
    border: 2px solid #ccc;
    background-color: #dee2e6;
    font: inherit;
    font-size: 18px;
    font-weight: bold;
}
#inputBoxMenu {
    position: relative;
    width: 134px;
    height: 30px;
    background-color: #1f8245;
    color: blue;
    border: black;
    top: 25%;
    left: 50%;
    padding: 10px 130px;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    z-index: 0;
    font: inherit;
    font-weight: bold;
}
input:focus {
    background-color: #f8f9fa!important;
    outline: none;
}
.actionButtons {
    position: relative;
    width: 50px;
    height: 20px;
    font: inherit;
    font-weight: bold;
}
#copyButton {
    display: block;
    right: 113px;
    bottom: 10px;
    width: 175px;
    height: 30px;
    border-radius: 5px;
    color: green;
    font-size: 20px; 
    border: 3px solid #ccc;
    background-color: #dee2e6;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}
#copyButton:hover {
    background-color: #186333;
    color: white;
    transition: 0.2s
}
#QRCodeButton {
    display: block;
    left: 72px;
    bottom: 40px;
    width: 175px;
    height: 30px;
    border-radius: 5px;
    color: green;
    font-size: 20px; 
    border: 3px solid #ccc;
    background-color: #dee2e6;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}
#QRCodeButton:hover {
    background-color: #186333;
    color: white;
    transition: 0.2s
}
#menuPic {
    width: 47px;
    height: 47px;
    position: relative;
    padding: 0;
    margin: 0;
}
.header {
	position: absolute;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: white;
	font-size: 20px;
	bottom: 70%;
	display: grid;
	justify-items: center;
	left: 450px;
	width: 280px;
	height: 246px;
	font: 0.7em;
	top: 70px;
}
.header h3 {
	position: relative;
	margin: 0px;
	color: white;	
	font-size: 17px;
	width: max-content;
}
#in-headerLogoText {
	position: relative;
	float: revert;
	color: white;
	margin: 0px;
	font-family: 'Caveat Brush';
	font-size: 40px;
	letter-spacing: .00em;
	height: 48px;
	line-height: 55px;
	bottom: 0px;
	left: revert;
	display: inline;
}
#in-headerDescription1 {
	position: relative;
	float: left;
	bottom: 5px;
	left: revert;
    margin: 0px;
    color: white;
    font-size: 22px;
    width: max-content;
	font-weight: normal;
}
#in-headerDescription2 {
	position: relative;
	float: left;
	bottom: 5px;
	left: revert;
    margin: 0px;
    color: white;
    font-size: 18px;
    width: max-content;
	font-weight: normal;
	height: 25px;
}
.in-headerBreak {
	position: relative;
	border: none;
	width: 280px;
	margin: 0;
	right: revert;
    top: revert;
	bottom: 5px;
	border-bottom: 1px solid white;
}
.in-headerBreak-Pro-User {
	position: relative;
	border: none;
	width: 280px;
	margin: 0;
	right: revert;
    top: revert;
	bottom: 5px;
	border-bottom: 1px solid white;
	display: none;
}
#in-headerDescription3 {
	position: relative;
	float: left;
	bottom: 5px;
	left: revert;
    margin: 0px;
    color: white;
    font-size: 18px;
    width: max-content;
	font-weight: normal;
	height: 25px;
}
#in-headerButton {
	position: relative;
	right: revert;
    width: 150px;
    border: none;
    border-radius: 5px;
    background-color: #2D8AA4;
    font-family: inherit;
    font-weight: bold;
    color: white;
    height: 40px;
	font-size: 13px;
	cursor: pointer;
    top: 5px;
}
#in-headerButton:hover {
	background-color: #023E5D;
	transition: 0.3s;
}	
#in-headerButton:not(:hover) {
	background-color: #2d8AA4;	
	transition: 0.3s;
}
#in-headerButton-Plans {
	position: relative;
	right: revert;
    width: 150px;
    border: none;
    border-radius: 5px;
    background-color: #2D8AA4;
    font-family: inherit;
    font-weight: bold;
    color: white;
    height: 30px;
	font-size: 15px;
	cursor: pointer;
	margin-bottom: 10px;
    top: 5px;
}
#in-headerButton-Plans:hover {
	background-color: #023E5D;
	transition: 0.3s;
}	
#in-headerButton-Plans:not(:hover) {
	background-color: #2d8AA4;	
	transition: 0.3s;
}
#cookieConsentHeader {
	position: absolute;
	color: #003668;
	font-size: 6px;
    right: 65vw;
    top: 470px;
	width: 430px;
}
#cookieConsentHeader h1 {
    color: #003668;
}

#cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #d1fffa;
	color: #258d82;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 19px;
	text-align: center;
	border-radius: 6px;
	font-weight: bold;
    z-index: 99999;
}

#cookie-banner p {
	top: 1px;
	display: inline;
	margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

#cookie-banner button {
	background-color: #3b95ca;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 15px;
	border: none;
	padding: 5px 10px;
	margin: 0 10px;
	cursor: pointer;
	border-radius: 5px;
	height: 40px;
    width: 100px;
}

#cookie-banner button:hover {
	background-color: #3583b0;
	transition: 0.3s;
}

#cookie-banner button:not(:hover) {
	background-color: #3b95ca;
	transition: 0.3s;
}

#close-button {
	position: absolute;
	top: 0px;
	right: 5px;
	color: #5f8984;
	font-size: 18px;
	cursor: pointer;
}

#verify-email-banner {
	position: fixed;
	display: none;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ffdf9e;
	color: #a67209;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 19px;
	text-align: center;
	border-radius: 6px;
	font-weight: bold;
    z-index: 99999;
}

#verify-email-banner p {
	top: 1px;
	display: inline;
	margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

#verify-email-banner button {
	background-color: #3b95ca;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 15px;
	border: none;
	padding: 5px 10px;
	margin: 0 10px;
	cursor: pointer;
	border-radius: 5px;
	height: 40px;
    width: 100px;
}

#verify-email-banner button:hover {
	background-color: #3583b0;
	transition: 0.3s;
}

#verify-email-banner button:not(:hover) {
	background-color: #3b95ca;
	transition: 0.3s;
}

#verify-email-close-button {
	position: absolute;
	top: 0px;
	right: 5px;
	color: #5f8984;
	font-size: 18px;
	cursor: pointer;
}

footer {
    position: fixed;
    bottom: 0%;
    width: 100%;
    text-align: center;
    background-color: #00346b;
    color: #56728f;
    z-index: 99999;
}

footer a {
	color: #56728f;
}

@media (max-width: 780px) {
    .header {
        left: 85px;
        top: 400px;
        padding-bottom: 40px;
    }
    #cookieConsentHeader {
		font-size: 4.5px;
	}
}

@media (max-width: 550px) {
    #cookieConsentHeader {
		display: grid;
        justify-items: center;
        left: revert !important;
        width: 100%;
        top: 240px !important;
	}
    #cookieConsentHeader h1 {
        width: 82%;
    }
}

@media (max-width: 1380px) {
    #login-form {
        left: 50px;
    }
    #info-form {
        left: 50px;
    }
    #cookieConsentHeader {
        position: relative;
        left: 50px;
        right: revert;
        top: 360px;
    }
}

@media (max-width: 1345px) {
    #cookie-banner {
        padding-top: 20px;
    }
}

@media (max-width: 615px) {
	#cookie-banner button {
		font-size: revert;
		height: revert;
		width: revert;
	}
}


@media (min-width: 550px) {
    #authButton {
        display: none;
    }
    .hr-text {
        display: none;
    }
    #qrcodeText {
        top: 0;
    }
}

@media (max-width: 550px) {
    #logoBox {
        left: 9vw;
    }
    #login-form {
        width: 82%;
        height: 100px;
        left: revert;
        right: 9vw;
    }
    #login-form p {
        text-align: center;
        margin-left: 5%;
        width: 92%;
        right: .1vw;
    }
    #info-form {
        width: 82%;
        left: revert;
        right: 9vw;
        top: 185px;
    }
    #authButton {
        width: 92%;
    }
    .hr-text {
        display: none;
    }
    #qrcodeText {
        display: none;
    }
    .qr-code {
        display: none;
    }
}

@media (max-width: 470px) {
    #login-form p {
        text-align: center;
        margin-left: 5%;
    }
    #info-form #login-form-header1 {
        text-align: center;
        right: 12vw;
        width: 100%;
    }
    #info-form #login-form-header1 ul li {
        width: 100%;
        left: 41%;
    }
    #info-form #login-form-header1 span {
        display: block;
        height: 38px;
        text-align: left !important;
        top: 7px;
        left: 20px;
    }
    #info-form #login-form-header1 h2 {
        text-align: center;
        right: 15vw;
        width: 100%;
    }
    #info-form #login-form-header2 {
        text-align: center;
        right: 15vw;
        width: 100%;
    }
    #info-form #login-form-header2 ul li{
        width: 100%;
        left: 41%;
    }
    #info-form #login-form-header2 span {
        display: block;
        height: 38px;
        text-align: left !important;
        top: 6px;
        left: 20px;
    }
    #info-form #login-form-header2 h2 {
        text-align: center;
        right: 15vw;
        width: 100%;
    }
    #info-form #login-form-header3 {
        text-align: center;
        position: relative;
        top: 190px;
    }
} 

@media (max-width: 464px) {
	#cookie-banner {
		margin-bottom: 38px!important;
	}
	#verify-email-banner {
		margin-bottom: 36px;
	}
}

@media (max-width: 550px) {
    .header {
        display: grid;
        justify-items: center;
        left: revert;
        width: 100vw;
        top: 280px;
		padding-bottom: 50px;
		right: -9vw;
    }
	#in-headerDescription2 {
		font-size: 17px;
	}
	#in-headerDescription3 {
		font-size: 17px;
	}
    #in-headerLogoText {
        left: revert;
    }
}

@media (max-width: 500px) {
	#in-headerLogoText {
		font-size: 35px;
	}
	.in-headerBreak {
		width: 80%;
	}
}
@media (max-width: 450px) {
	#login-form-header {
		font-size: 3.45vw;
	}
	#in-headerDescription1 {
		font-size: 20px;
	}
}
@media (max-width: 410px) {
	#in-headerDescription1 {
		font-size: 18px;
	}
}
@media (max-width: 360px) {
	#in-headerDescription1 {
		font-size: 17px;
	}
}