* {
  box-sizing: border-box;
}

body{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: "open sans", sans-serif;
	size: 16px;
	line-height: 1.8;
	color: #2c368e;
	top: 0;
	bottom: 50px;
	left: 0;
	right: 0;
	position: relative;
	overflow-y: scroll;
}

p {
	size: 1em;

}
h1{
	padding: 40px 0px;
}

h2 {
	font-family: "Dosis";
	font-size: 24px;
}

img {

}

.logo {
	padding: 50px;
	display: block;
	margin: auto;
}
.logo-gnome {
	margin: 20px auto 0 auto;
	width: 80px;
	height: 80px;
}
.logo-gnome img {
	width: 100%;
	height: auto;
}

/*----Background ----------*/

#particles-js {
	position: fixed;
	top: 0;
	z-index: -3;
	width: 100%;
	height: 100%;
}

.bubbleContainer{

}

.bubble-l {
	width: 200px;
	position: absolute;
	z-index: -2;
	animation-name: drop, swingA, vanish;
	animation-duration: 60s, 8s;
	animation-iteration-count: infinite, infinite;
	animation-timing-function: ease-in-out, ease-in-out;
	animation-fill-mode: forwards, forwards;

}

.bubble-r {
	width: 200px;
	position: absolute;
	z-index: -2;
	animation-name: drop, swingB, vanish;
	animation-duration: 60s, 8s, 60s;
	animation-iteration-count: infinite, infinite, infinite;
	animation-timing-function: ease-in-out, ease-in-out, ease-in-out;
	animation-fill-mode: forwards, forwards, forwards;
	animation-delay: 3s, 3s;
}


@keyframes drop {
	0% {top: 20%;
	}
	10% {top: 0%;
	}
	100% {top: 110%;
	}
}



@keyframes swingA {
	0% {left: 6%;
	}
	50%{
		left: 2%;
	}
	100% {left: 6%;
	}
}

@keyframes swingB {
	0% {right: 6%;
	}
	50%{right: 2%;
	}
	100% {right: 6%;
	}
}

@keyframes vanish {
	0% {opacity: 0}
	5% {opacity: 100%}
	95% {opacity: 100%}
	100% {opacity: 0%}
}

/*-----------------------*/

.main-wrapper {
	background: linear-gradient(55.21deg, #0a1150 6.35%, #2c368e 99.14%);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-y: scroll;
}
.background-gray {
	background: #EEEEEE;
}
.footer {
	background-color: #152E55;
	height: 50px;
	position: fixed;
	bottom: 0;
	width: 100%;
}

button {
	border: none;
	outline: none;
	cursor: pointer;
	color: #152E55;
	font-family: "open sans", sans-serif;
	line-height: 1.2em;
	font-size: 14px;
	padding-top: 8px;
	margin: 10px 16px 0px 16px;
	text-align: center;
}

.hide {
	display: none;
}

.show {
	display: inline-block;
}

.tittleBox {
	width: 100%;
	height: 60px;
	padding: 20px 24px 20px 24px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	background-color: #2c368e;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 24px 24px 0px 0px;
}

.container{
	width: 50%;
	height: 100%;
	margin: 0 auto;
	padding: 40px 0;
}

.flex-container {
	margin: 0px 0px 0px 0px;
	display: flex;
	height: auto;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;

}

.payContainer {
	padding: 20px 10px 20px 10px;
	width: 100%;
	display: flex;
	background-color: #F1F0F2;
	height: auto;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: center;
	border-radius: 0px 0px 24px 24px;
}

.payBox {
	width: 70px;
	margin: 0px 16px 0px 16px;
	display: block;
	text-align: center;
}

.logoBox {
	height: 70px;
	width: 70px;
	border: #ffffff solid 2px;
	background: #FFFFFF;
	box-shadow: 8px 8px 0px #E2DFE5;
	border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

button:hover .logoBox {
	border: #00a7f5 solid 2px;
	width: 70px;
	height: 70px;
	box-shadow: 4px 4px 0px #E2DFE5;
}

.logoImg {
	max-width: 80%;
	max-height: 80%;
	align-content: center;
}


.payText {
	display: inline-block;
	height: 56px;
	text-align: center;
	line-height: 1.2em;
	font-size: 1em;
	padding-top: 8px;
}

button:hover .payText {
	font-weight: bold;
}

.disabled {

}

/*--- Payment Details ----*/

.close {

	height: 36px;

}

.detailContainer {
	padding: 20px 0px 40px 0px;
	width: 100%;
	height: auto;
	border-radius: 0px 0px 24px 24px;
}

.justify-left {
	display: flex;
	align-content: flex-start;
	justify-content: none;
}

.payment {
	padding: 0px 0px 0px 0px;
	width: 100%;
	display: flex;
	background-color: #F1F0F2;
	border-radius: 0px 0px 0px 0px;
}

.payDetail {
	padding: 0px 0px 0px 0px;
	width: 100%;
	display: flex;
	background-color: #F1F0F2;
	border-radius: 0px 0px 24px 24px;
}

.logoBox02 {
	height: 60px;
	width: 60px;
	background: #FFFFFF;
	border-radius: 16px 16px 0px 0px;
	margin: 20px 10px 0 20px;
	padding: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.payText02 {
	display: inline-block;
	text-align: center;
	padding-top: 40px;
	line-height: 1.5em;
	font-size: 1.2em;
	font-weight: bold;
}

.detailText {
	display: flex;
	justify-content: flex-end;
	right: 0px;
	line-height: 1.5em;
	font-size: 14px;
}

.summary {
	display: flex;
	justify-content: flex-end;
	right: 0px;
	line-height: 48px;
	font-size: 14px;
	font-weight: bold;
	border: 2px #F1F0F2;
	border-style: solid none;
}

.amount {
	width: 25%;
	min-width: 80px;
	text-align: right;
}

.marginY {
margin-top: 16px;
}

.form {
	height: auto;
	width: 100%;
	padding: 1em 1em 1em 1em;
	background: #FFFFFF;
	border-radius: 0px 0px 24px 24px;
	display: block;
}

.row35 {
	display: inline-block;
	width: 35%;
	margin-right: 10px;
}

.row15 {
	display: inline-block;
	width: 15%;
}

.highlight {
	color: #00A7F5;

}

.error {
	color: #FF416C;
}

.disabled {
	color: rgba(21, 46, 85, 0.5);
}

.hidden {
	display: none;
}

input[type=text], input[type=number], input[type=email], input[type=password], input[type=date], nput[type=datetime-local],select, textarea, checkbox {
	width: 100%;
	padding: 8px;
	margin-bottom: 16px;
	color: #152E55;
	font-size: 1em;
	background-color: -internal-light-dark(rgb(255, 255, 255), rgb(0, 191, 222));
	border-radius: 8px;
	border: 1px solid #D0D5DD;
	resize: vertical;
}



label {
  padding: 0px 0px 0px 0;
  display: inline-block;
  color: #152E55;
  font-size: 14px;
}

input[type=button] {
  background: linear-gradient(276.81deg, #FF416C 0%, #EF4148 100%);
  min-width: 140px;
  color: white;
  padding: 12px 20px;
  font-family: "open sans", sans-serif;
  font-size: 16px;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  display: block;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 20px;
  transition: 400ms ease-in-out;
}

input[type=button]:hover {
  background: linear-gradient(276.81deg, #FF416C 0%, #EF4148 100%);
  min-width: 200px;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
	.container{
		width: 90%;
		padding: 10px 0;
	}
}