body {
	background-image: url(../images/GU-PSD_crop.jpg);
	background-repeat: no-repeat;
	background-size: 800px;
	background-position: center;
}


.signup-place {
	width: 100%;
	height: 470px;
	padding-top: 10%;
}

.signup-place-center {
	width: 638px;
	height: 100%;
	margin: 0px auto;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	overflow: hidden;
}

.signup-place-title {
	padding-top: 20px;
	color: #fff;
	font-size: 24px;
	font-family: 'ArialMT';
	text-align: center;
	text-transform: capitalize;
}

.assist-text {
	margin-top: 10px;
	color: #fff;
	font-size: 18px;
	font-family: 'ArialMT';
	text-align: center;
}

.choose-role-place {
	width: 310px;
	margin: 20px auto 0px;
}

.choose-role-child {
	margin-bottom: 10px;
}

.choose-role-child label {
	position: relative;
	display: block;
	height: 29px;
	cursor: pointer;
	z-index: 10;
}

.radio-inp {
	width: 30px;
	height: 30px;
	color: #D8D8D8;
	float: left;
	opacity: 0;
}

.radio-inp-text {
	display: inline-block;
	margin: 5px 0px 0px 5px;
	color: #989898;
	font-size: 14px;
}

/* custom input radio */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 70px;
    border: 2px solid #989898;
    z-index: 11;
}

.choose-role-child label:hover input ~ .checkmark {
    background-color: rgba(34, 34, 34, 0.8);
}

.choose-role-child label input:checked ~ .checkmark {
	width: 20px;
	height: 20px;
    border: 2px solid #989898;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.choose-role-child label input:checked ~ .checkmark:after {
    display: block;
}

.choose-role-child label .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 70px;
	background-color: #989898;
	box-sizing: inherit !important;
}

/* custom input radio */

.error-signup-message {
	color: #d44545;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	visibility: hidden;
}

.sign-up-next-btn {
	display: block;
	width: 272px;
	height: 40px;
	margin: 30px auto 0px;
	color: white;
	border: none;
	border-radius: 5px;
	outline: none;
	background-color: #2b5daa;
	cursor: pointer;
}


div.rolls{
	width: 550px;
	margin: 32px auto 0px;
}

div.rolls div.block{
	display: inline-block;
}

div.rolls div.block p{
	color: white;
	position: absolute;
	bottom: 10px;
	left: 0px;
	right: 0px;
	margin: auto;
	font-size: 15px;
}

div.rolls div.block>div{
	height: 150px;
	width: 262px;
	position: relative;
	/*background-color: #999EA6;*/
	cursor: pointer;
	border-radius: 8px;
}


div.rolls div.block>div img{
	max-height: 70px;
	max-width: 70px;
	position: absolute;
	top:0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
}


/* responsive */
/* responsive */

@media(max-width: 772px) {
	.signup-place {
		padding-top: 5%;
	}
}

@media(max-width: 650px) {
	.signup-place-center {
		width: 96%;
	}
}

@media(max-width: 500px) {
	.signup-place {
		height: 330px;
	}
}

@media(max-width: 1366px) and (max-height: 768px) {
	.signup-place {
		padding-top: 3%;
	}
}

@media(max-height: 510px) {
	.signup-place {
		padding-top: 1%;
	}
}
