@font-face {
	font-family: "urbanist_extra_bold_italic";
	src: url("util/fonts/urbanist_extra_bold_italic.ttf") format("truetype");
}

@font-face {
	font-family: "urbanist_regular";
	src: url("util/fonts/urbanist_regular.ttf") format("truetype");
}

body {
	background: rgba(0, 0, 0, 0) linear-gradient(90deg, #1365b7 60%, #DFDFDF 60%) repeat fixed 0 0;
	font-family: "urbanist_regular";
}

a {
	color: gray;
}

a:hover {
	color: #29487D;
}

.top {
	background-color: #d4d4d4;
	/* box-sizing: border-box; */
	/* float: left; */
	height: 60px;
	width: 100%;
	position: relative;
	overflow: hidden;
	clear:both;
}


.top_botton_line {
	background-color: #1365b7;
	box-sizing: border-box;
	float: left;
	height: 10px;
	width: 100%;
}

.img-logo {
	/* -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 31, 94, 0.25);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0, 31, 94, 0.25);
	box-shadow: 0px 4px 10px 0px rgba(0, 31, 94, 0.25); */
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: inline-block;
}

.app_name {
	text-align: center;
	display: inline-block;
	vertical-align:middle;
	margin: 10px;
	position: absolute;
	font-size: 30px;
	font-family: "urbanist_extra_bold_italic";
	color: #1365b7;
	background-color: #d4d4d4;
}

.content-all {
	/* display: flex; */
	/* flex-wrap: wrap; */
	/* position: relative; */
}

.content-left {
	background-color: #1365b7;
	box-sizing: border-box;
	float: left;
	text-align: center;
	width: 60%;
	position: relative;
}

.content-text {
	margin-top: 50px;
	margin-bottom: 50px;
}

.content-right {
	background-color: #DFDFDF;
	box-sizing: border-box;
	float: left;
	padding-top: 3%;
	text-align: center;
	width: 33%;
}

.email-panel {
	background-color: white;
	border-radius: 7px;
	clear: both;
	margin: 0 auto;
	padding: 10px;
	width: 55%;
}

.div-not-now {
	/* clear: both; */
	color: white;
	cursor: pointer;
	float: right;
	font-size: 8pt;
	/* margin-top: 10px; */
	width: 52%;
	/* position: absolute;
	top: 100%;
	right: 0; */
}

.not-now {
	color: white;
}

.not-now:hover {
	color: white;
}

.img-clover {
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 31, 94, 0.25);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0, 31, 94, 0.25);
	box-shadow: 0px 4px 10px 0px rgba(0, 31, 94, 0.25);
	height: 60px;
}

.app_title {
	background-color: gray;
}

.link {
	cursor: pointer;
}

.color-icon {
	color: gray !important;
}

.text-font {
	clear: both;
	margin: 0 auto;
	text-shadow: 2px 1px 3px rgba(0, 31, 94, 0.25);
}

.text-font-register {
	color: white;
	cursor: default;
	font-family: "urbanist_extra_bold_italic";
}

.text-font-register-1 {
	font-size: 50pt;
}

.text-font-register-2 {
	font-size: 30pt;
	line-height: 1;
}

.text-font-register-3 {
	font-size: 30pt;
	line-height: 2;
}

.text-font-register-4 {
	font-family: "urbanist_regular";
	color: red;
	background-color: white;
	font-size: 10pt;
	line-height: 2;
}

.text-font-availability {
	color: #1365B7;
	cursor: default;
	font-family: urbanist_regular;
	font-size: 15pt;
}

.btn-register {
	background-color: #c7c9c5;
	color: #1365b7;
	font-family: "urbanist_extra_bold_italic";
	margin-top: 5px;
	padding: 2px 5px;
	width: 100px;
}

.btn-register:hover {
	background-color: #E1E1E1;
}

.btn-register:after {
	background-color: #C7C9C5;
}

.modal-create-pass {
	width: 33%;
	overflow-y: visible;
	padding: 0px;
}

.modal-text-header {
	font-size: 25pt;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	text-shadow: black;
}

.modal-footer-cancel {
	float: left;
	font-weight: bold;
}

.modal-download {
	width: 33%;
	overflow-y: visible;
	padding: 0px;
}

.modal-text-header-download {
	font-size: 35pt;
}

.modal-footer-cancel-download {
	float: right;
}

.img-android-down {
	width: 300px;
}

.img-ios-down {
	padding: 0 17px 17px 17px;
	width: 340px;
}

@media screen and (max-width: 1100px) {
	body {
		background: rgba(0, 0, 0, 0) linear-gradient(90deg, #1365b7 60%, #DFDFDF 60%) repeat fixed 0 0;
	}
	.top {
		height: 60px;
	}
	.content-left {
		width: 60%;
	}
	.content-right {
		width: 33%;
	}
	.img-logo {
		width: 75%;
	}
	.modal-create-pass {
		width: 33%;
	}
}

@media screen and (max-width: 1099px) {
	body {
		background: rgba(0, 0, 0, 0) linear-gradient(90deg, #1365b7 60%, #DFDFDF 60%) repeat fixed 0 0;
	}
	.top {
		height: 40px;
	}
	.content-left {
		width: 60%;
	}
	.content-right {
		width: 33%;
	}
	.img-logo {
		width: 75%;
	}
	.email-panel {
		width: 67%;
	}
	.modal-create-pass {
		width: 50%;
	}
	.modal-download {
		width: 45%;
	}
}

@media screen and (max-width: 900px) {
	body {
		background: rgba(0, 0, 0, 0) linear-gradient(90deg, #1365b7 60%, #DFDFDF 60%) repeat fixed 0 0;
	}
	.top {
		height: 60px;
	}
	.content-left {
		width: 60%;
	}
	.content-right {
		width: 33%;
	}
	.img-logo {
		width: 75%;
	}
	.email-panel {
		width: 67%;
	}
	.modal-create-pass {
		width: 50%;
	}
	.modal-download {
		width: 45%;
	}
}

@media screen and (max-width: 800px) {
	.content-right {
		width: 40%;
	}
	.img-logo {
		width: 85%;
	}
	.email-panel {
		width: 85%;
	}
	.modal-download {
		width: 60%;
	}
}

@media screen and (max-width: 700px) {
	.content-text {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.text-font-register-1 {
		font-size: 45pt;
	}
	.text-font-register-2, .text-font-register-3 {
		font-size: 27pt;
	}
	.text-font-availability {
		font-size: 14pt;
	}
}

@media screen and (max-width: 600px) {
	body {
		background: rgba(0, 0, 0, 0) linear-gradient(180deg, #1365b7 50%, #DFDFDF 50%) repeat 0 0;
	}
	.top {
		height: 60px;
	}
	.content-left {
		width: 100%;
		height: 550px;
	}
	.content-text {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.content-right {
		margin-top: 0px;
		margin-bottom: 25px;
		width: 100%;
	}
	.img-logo {
		width: 95%;
	}
	.email-panel {
		width: 90%;
	}
	.div-not-now {
		/* margin-top: -10px; */
		width: 20%;
	}
	.modal-create-pass {
		width: 75%;
	}
	.modal-download {
		width: 75%;
	}
}

@media screen and (max-width: 480px) {
	body {
		background: rgba(0, 0, 0, 0) linear-gradient(180deg, #1365b7 48%, #DFDFDF 48%) repeat 0 0;
	}
	.top {
		height: 60px;
	}
	.content-left {
		width: 99%;
	}
	.content-right {
		width: 99%;
	}
	.img-logo {
		width: 95%;
	}
	.email-panel {
		width: 95%;
	}
	.btn-register {
		margin-right: -14px;
		width: 90px;
	}
	.modal-create-pass {
		width: 90%;
	}
	.modal-footer-cancel {
		float: right;
	}
	.modal-download {
		width: 90%;
	}
	.modal-text-header-download {
		font-size: 22pt;
	}
	.img-android-down {
		width: 220px;
	}
	.img-ios-down {
		width: 260px;
	}
}

@media screen and (max-width: 460px) {
	.icon-email {
		display: none;
	}
	.txt-email {
		margin-left: -5px !important;
		width: 260px !important;
	}
	.lbl-email {
		margin-left: 0 !important;
	}
	.content-left {
		width: 99%;
	}
}

@media screen and (max-width: 410px) {
	.txt-email {
		margin-left: -15px !important;
		width: 180px !important;
	}
	.top {
		height: 60px;
	}
	.content-left {
		width: 99%;
	}
	.img-ios-down {
		width: 255px;
	}
	.modal-download {
		width: 90%;
	}
}


@media screen and (max-width: 370px) {
	.content-text {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.text-font-register-1 {
		font-size: 40pt;
	}
	.text-font-register-2, .text-font-register-3 {
		font-size: 24pt;
	}
	.text-font-availability {
		font-size: 16pt;
	}
	.lbl-email {
		margin-left: -5px !important;
	}
	.top {
		height: 60px;
	}
	.modal-download {
		width: 90%;
	}
}

@media screen and (max-width: 330px) {
	.text-font-register-1 {
		font-size: 37pt;
	}
	.text-font-register-2, .text-font-register-3 {
		font-size: 22pt;
	}
	.lbl-email {
		margin-left: -12px !important;
	}
}

#loading {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  #loading::before {
	content: "";
	width: 80px;
	height: 80px;
	border: 16px solid #f3f3f3;
	border-top: 16px solid #3498db;
	border-radius: 50%;
	animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }
  
