@font-face {
	font-family: 'Prompt';
	src: url('../fonts/Prompt/Prompt-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: 'Prompt', sans-serif;
}
.container {
	font-family: 'Prompt', sans-serif;
}
.text-red{
	color : red;
}
.head{
	text-align: center;
	color :#01A3EF;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 30px;
}
/*.icon-head{
	position: absolute;
	margin-top: 15px;
	margin-left: 42%;
}*/
.tab-head{
	background: #00B9FF;
	background: linear-gradient(90deg, rgba(0, 185, 255, 1) 0%, rgba(36, 35, 168, 1) 100%);
	top:0;
	height: 70px;
}
.tab-foot{
	background: #00B9FF;
	background: linear-gradient(90deg, rgba(0, 185, 255, 1) 0%, rgba(36, 35, 168, 1) 100%);
	bottom:0; height: 45px; width: 100%; position: relative;margin-top: 30px;
	color: #fff;
	padding-top: 15px;
}
.form-group{
	color :#000;
	font-size: 16px;
	margin-bottom: 26px !important;
}
.form-control{
	border: 1px solid #d0f6ff !important; 
	color: #061d51 !important;
}
.logo{
	max-width: 150px;
}

.button-sub{
	text-align: center;
}
.btn-info{
	width: 150px;
	padding: 12px;
}
.block-confirm{
	margin: 10% auto;
	text-align: center;
	border: 4px solid #50caf9;
	background: #f9f9f9;
	padding: 10%;
	border-radius: 15px;
}
.block-confirm >.btn-info,
.block-confirm >.btn-warning{
	margin-top: 20px;
}
.btn-back-dr{
	border: 1px solid #2423A8;
	background-color: #fff;
	color: #2423A8;
	font-size: 16px;
	padding: 10px;
	border-radius: 6px;
}
.btn-submit{
	border: 1px solid #2423A8;
	background-color: #2423A8;
	color: #fff;
	font-size: 16px;
	padding: 10px;
	border-radius: 6px;
	height: 50px;
}
@media screen and (max-width: 450px){
	.tab-foot{
		bottom: 0; position: relative; margin-top: 20px;height: 65px;
	}
	.logo-center{
		text-align: center;
	}
	.block-confirm h2{
		font-size: 24px;
	}
	.block-confirm{
		border: 2px solid #50caf9;
	}
	.btn-info{
		width: 150px;
		padding: 12px;
	}
}

@media screen and (min-width: 320px) and (max-width: 375px){
	.tab-foot{
		/*position: relative; margin-top: 20px;*/
		bottom: 0; position: relative; margin-top: 20px;
	}

}