body {
    font-family: 'Speedee';
}

.mdi-radiobox-marked::before {
    color: #FFBA33;
}
.mdi-checkbox-marked::before {
    color: #FFBA33;
}

.form-cnt {
    position: relative;
}

.form-cnt .bgimg {
    position: absolute;
    width: 100%;
    height: auto;
    top: 10px;
}

.form-cnt h2 {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    line-height: 33px;
    margin-top: 20px;
}
.form-cnt h3 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
}

.yc-cnt {
    background-color: #FFBA33;
    border-radius: 40px;
    background-image: url(../img/circle.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;	
	border-radius: 40px 40px 0 0;
}

.yellow-header {
	background: #FFBA33;
    border-radius: 0 0 40px 40px;
	background-image: url(../img/circle.svg);
    background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
}

.yc-cnt .bgimg {
    width: 100%;
}

.lang-cnt {
    position: absolute;
    top: 40px;
    right: 30px;
}

.lang-flag {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #949494;
    padding: 1px;
    cursor: pointer;
}

.logo {
    text-align: center;
}
.logo img {
	height: 128px;
	width: auto;
}

button {
    background-color: #225032 !important;
    color: #fff !important;
    border-radius: 39px !important;
    font-weight: 16px !important;
    width: auto !important;
    text-transform: none !important;
	margin-bottom: 50px;
}
.ybtn {
    background-color: #FFBA33 !important;
    color: #000 !important;
}

.intro-cnt {
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    font-weight: bold;
    font-size: 20px;	
}

.intro-bg {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.intro-img {
	max-width: 100%;
	max-height: 50vh;
}

.intro-cnt h1 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.intro-cnt h2 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.intro-cnt strong {
    color: #225032;
}

.intro-cnt .bgimg {
    width: auto;
}

.header-cnt {
	position:absolute;
	width: 100%;
	top: 0;
	left: 0;
}

#app {
	height: 100vh;
}

.page-cnt {
	display: none;
	position: absolute;
	transition: all 0.2s ease-in;
	padding-top: 128px;
	transform-origin: bottom;
	transform: translateY(0px);
	top:0;
	width:100vw;	
}

.page-cnt.active {
	display: block;	
}

.page-cnt.next {
	transform: translateY(-100%);	
}

.page-cnt {
	min-height: calc(100vh);
}

h1 {
	max-width: 60vw;
	word-wrap: break-word;
}

.grecaptcha-logo iframe {
	width: 300px;
}

.grecaptcha-logo {
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.grecaptcha-badge {
	box-shadow: none !important;
	width: 100% !important;
	margin: 20px 0px;
	position: relative;
	filter: hue-rotate(230deg) saturate(0.7);
}

.tc-link,.tc-link:hover,.tc-link:visited {
	color: #225032;
	font-weight: bold;	
}