



.signup{
	padding: 30px;
    box-shadow: 0 0 28px 0 rgb(251, 55, 59,0.2);
}
.field input:focus{
	outline: 0;
}
.create-forget a{
	color: #fb383b;
}
.create-ac {
	display: inline-block;
}
.footer-links a{
	color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 0 7px;
}
.layer10, .layer7 {
	color: #fff;
}
.open-login a{
	font-size: 14px;
	display: block;
	color: #fff;
	text-align: right;
	text-decoration: none;
}
.open-login{
	padding-right: 15px;
}
.affi-bonus1{
    background-color: #eee;
    display: inline-block;
    width: 100%;
    border-radius: 30px;
    position: relative;
    margin: 20px 0;
}
.other-aff{
	text-align: center;
	padding: 20px;
}
.num-aff{
	position: absolute;
    top: -28px;
    background: #e82d38;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 22px;
    padding: 8px;
    border-radius: 50%;
    left: 44%;
}