body{
	padding: 0;
	margin: 0;
}

.io_container{
	position: relative;
	max-width: 410px;
	max-height: 452px;
	margin: 0 auto;
	background: rgba(220,64,126,.12);
	box-sizing: border-box;
	overflow: hidden;
}

.io_first_page{
	display: block;
	margin-bottom: 42px;
}

.io_second_page{
	display: none;
}

.io_result{
	width: 80%;
    margin: 0 auto;
	font-family: 'Pridi', serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: .5px;
    text-align: center;
    color: #5f5d7e;
    padding: 35px 0;
}

.io_result_text{
	margin-bottom: 20px;
}

.io_link{
	font-family: 'Kanit', sans-serif;
    font-weight: 500;
    color: #dc407e;
    font-size: 18px;
    line-height: 22px;
}

.io_title{
	font-family: 'Kanit', sans-serif;
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	color: #dc407e;
	margin-top: 35px;
}

.io_desc{
	font-family: 'Pridi', serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .5px;
    text-align: center;
    color: #5f5d7e;
    margin-top: 10px;
    margin-bottom: 20px;
}

.io_button{
	display: block;
    background: 0 0;
    color: #dc407e;
    font-family: Kanit;
    font-weight: 500;
    font-size: 14px;
    height: 39px;
    line-height: 35px;
    text-transform: uppercase;
    border: 2px solid #dc407e;
    box-sizing: border-box;
    padding: 0 24px;
    /*border-radius: 10px;*/
    transition: .2s background,.5s width,.5s font-size;
    width: 40%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

.io_button:hover{
	border: 2px solid #dc407e;
    background: #dc407e;
    color: #fff;
}

.io_sponzor{
	position: relative;
	width: 100%;
	margin-bottom: 42px;
}

.io_sponz_text{
	font-family: 'Kanit', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #dc407e;
	margin-bottom: 5px;
}

.io_logo{
	width: 150px;
	height: auto;
	margin: 0 auto;
	/*right: 5px;
	bottom: 5px;*/
}

.io_logo img{
	width: 100%;
	height: auto;
}

.row{
	width: 50%;
	margin: 0 auto;
    margin-bottom: 5px;
}

#informer{
	width: 100%;
	height: auto;
	font-family: 'Pridi', serif;
    font-weight: 300;
    letter-spacing: .5px;
    text-align: center;
    color: red;
    font-size: 12px;
}

.input-bg{
    color: #05141f;
    box-sizing: border-box;
    font-family: 'Pridi', serif;
    font-weight: 300;
    letter-spacing: .5px;
    width: 100%;
    height: 42px;
    padding-right: 15px;
    padding-left: 15px;
    border: 1px solid rgba(220, 64, 126, 0.3);
    font-size: 12px;
}

.error{
	border: 1px solid red;
}






