body, html {
  height: 100%;
}

/*
@media screen and (min-width: 480px) {
  .main-content {
    max-width: 450px;
    margin:0 auto;    
  }
}
*/

.section_content {

}


.special_input {
	border:0;
	border-radius: 20px;
	height: 40px;
	padding-left: 10px;
	margin-bottom: 10px;
	width:100%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


.money_text {
	padding-top:53px;
	color:#fff;
	text-align:center;
}


.curved-text{
  position:relative;
  display:inline-block;
  margin:0 auto;
  font-size:18px;
}

.curved-text span{
  min-width:240px;
  text-align:center;
  padding:0;
  margin:0;
}	

.name_text {
	text-align:center;
	padding-top:160px;
	color:#002a68;
}

.code_text {
	text-align:center;
	padding-top:12px;
	color:#ffd400;
}	

.code_text h3 {
	font-size:15px;
}

.name_text h3 {
	font-weight:bold;
	font-size:18px;
}

.exit {
	font-size:13px;
	font-weight: bold;
	color:#fff;
	text-decoration: none;
}

.banner {
	text-align:center;
	width:300px;
	margin:0 auto;		
}

.confirm_bkg {
	padding-top:5px;
	padding-bottom:5px;
	background-color:#fff;
	opacity:0.8;
}

.confirm_bkg h3 {
	color: #002a68;
	font-size:25px;
	margin:0px;
}

.contact_bkg {
	background-color:#ffd800;
	padding-top:10px;
	padding-bottom:10px;
	border-radius:10px;
	opacity:0.8;
}

.contact_bkg h3 {
	font-size:16px;
	font-weight: bold;
	margin:0px;
}

.contact_bkg p {
	margin:0px;
}

#popup {
	position:absolute;
	top: -270px;	
}

.swal-footer {
  margin-top: 32px;  
  overflow: hidden;
  text-align: center;
}

.swal-button--confirm {
	background-color: #002A68;
}

.swal-text {
	font-size: 18px;
}

.swal-title {
	font-size: 28px;
	color: #002A68;
}
