@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
	font-family: 'Poppins', sans-serif;
	margin: 0;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	background-color: #F5F5F5;
}

*, ::after, ::before {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
}
.img-fluid {
	max-width: 100%;
}
.hospic-content {
	padding-left: 15px;
	padding-right: 15px;
}
.bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.full-height {
	height: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.full-content {
	flex: 0 0 100%;
	max-width: 100%;
}	
.main-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

/*** ***/
.hospic-text {
	font-weight: bold;
	font-size: 13.35px;
	color: #8f4b01;
	text-align: center;
}
.hospic-logo {
	text-align: center;
	margin: 15px auto;
}
.hospic-logo img {
	max-width: 60%;
}

.vysov-ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.vysov-ul > li {
	text-align: center;
	padding: 2.5% 0;
	margin: 5% auto;
}
.vysov-ul > li > a > img {
	max-width: 30%;
}

/** **/
.delegates-logo {
	margin: 15px auto;
	text-align: center;
}
.delegates-logo img {
	max-width: 38%;
  }
.welcome-title {
	font-weight: 400;
	font-size: 34px;
	color: #0050b3;
	text-align: center;
}

.delegates-form {
	max-width: 540px;
	margin: 20px auto 15px;
}
.delegates-form-header {
	background-color: #0050b3;
	padding: 20px 15px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	border-radius: 20px 20px 0 0;
}
.delegates-form-body {
	padding: 20px 20px 30px;
	background-color: #fff;
	border-bottom: 1px solid red;
	border-right: 1px solid red;
	border-left: 1px solid red;
	border-radius: 0 0 20px 20px;
}
.delegates-form-group {
	margin-bottom: 15px;
}
.delegates-input {
	border: 1px solid #e6eaef;
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	outline: none;
	min-height: 40px;
	box-shadow: 0px 0px 0px 1px #436086;
}
.delegates-input-button {
	background-color: #ec5925;
	color: #fff;
	padding: 8px 15px;
	font-size: 16px;
	font-weight: 400;
	min-width: 150px;
	border-radius: 10px;
	display: inline-block;
	cursor: pointer;
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
	border: 2px solid #fff;
}
.delegates-form-button {
	text-align: center;
	
}
 /*** ***/
.displayed-logo {
	text-align: center;
	margin: 15px auto;
}
.displayed-logo img{
	max-width: 50%;
}
.displayed-text {
	font-size: 21px;
	color: #0051b5;
	text-align: center;
	margin: 15px 0;
}


/** ***/
.capture-box {
	padding: 5px;
	background-color: #0050b3;
}
.capture-body {
	background-color: #000000;
	text-align: center;
	height: 70vh;
}
.capture-image {
	height: 100%;
	padding: 30px;
}
.capture-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.capture-footer {
	text-align: center;
	padding: 5px 5px 0;
}
.caputure-camera img {
	max-width: 80px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}


/*** ***/
.capture-footer-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.capture-footer-col {
	flex: 0 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}
.capture-image.white-bg {
	background-color: #ffffff;
}
.cc-action {
	background-color: #ffffff;
	padding: 5px;
	border-radius: 10px;
	width: 100px;
	border: 1px solid #0050b3;
	box-shadow: 0px -2px 6px -2px #f6f8f9, 0 1px 6px -2px #151e2a;
}
.cc-action img{
	max-width: 20px;
	display: block;
	margin: 0 auto;
}
.cc-action-title {
	font-weight: 600;
	font-size: 10px;
	color: #0051b5;
	margin: 0 0 2px;
}
.cc-action-text {
	font-weight: 400;
	font-size: 8px;
	color: #0051b5;
	margin: 0;
}


/*** ***/
.thank-you-logo {
	text-align: center;
	margin: 15px 0;
}
.thank-you-logo img{
	max-width: 50%;
}
.thank-you-title {
	font-weight: 600;
	font-size: 60px;
	color: #0050b3;
	text-align: center;
}
.thank-you-link {
	text-align: center;
}
.thank-you-button {
	background-image: url("../images/thank-you-button.png");
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px 50px 50px;
	background-size: 100% 100%;
	width: 100%;
	max-width: 450px;
	display: inline-block;
	text-align: center;

	text-decoration: none;
	font-size: 28px;
	color: #0051b5;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 15px;
}
.login-show {
	text-align: right;
}
.login-link-row {
	display: inline-flex;
	align-items: center;
	flex-direction: row;
	font-size: 10px;
	background-color: #fff;
	padding: 5px 15px 5px 5px;
	border-radius: 50px;
	border: 2px solid #0050b3;
}
.login-show a {
	text-decoration: none;
	color: #0050b3;
}
.login-link-row img {
	flex: 0 0 auto;
	margin-right: 10px;
	max-width: 28px;
}

@media(max-width: 480px){
	.hospic-logo img {
		max-width: 70%;
	}
	.vysov-ul > li {
		text-align: center;
		padding: 2.5% 0;
		margin: 2.5% auto;
	}
	.vysov-ul > li > a > img {
		max-width: 50%;
	}
	.main-section {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.thank-you-logo {
		text-align: center;
	  }
	.thank-you-title {
		font-size: 35px;
	}
	.thank-you-button {
		padding: 35px 40px 45px;
		max-width: 325px;
		font-size: 18px;
	}
	.caputure-camera img {
		max-width: 50px;
	}
	.hospic-text {
		font-size: 12px;
	}
	.displayed-logo img {
		max-width: 75%;
	}
	.displayed-text {
		font-size: 15px;
	}
	.delegates-logo {
		margin: 5px auto;
	}
	.delegates-logo img {
		max-width: 200px;
	}
	.welcome-title {
		font-size: 22px;
	}
	.delegates-form-header {
		padding: 12px 15px;
		font-size: 18px;
	}
	.delegates-input {
		padding: 6px 12px;
		font-size: 14px;
		min-height: 35px;
	}
	.delegates-form-body {
		padding: 15px 15px 20px;
	}
}
