@import url(https://fonts.googleapis.com/css?family=Lato:700);

body {
	margin: 0px;
}

html {
	background-color: #FFF;
	font-family: 'Lato', sans-serif;
}

.page-wrapper { 
	background: url("http://promos.amob.com/assets/1674f9e1c9ccbd/data/images/backgroung.jpg") no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

@media (width <= 500px) {
	.page-wrapper {
		background-size: contain;
		background-repeat: round;	
	}
}

@media (min-width:600px){
	html {
		background-color: #fff;
	}
	
	.page-wrapper {
		width:600px;
		margin: 0 auto;
	}

	.promo-header {
		margin-top: 15%;
	}
}

.error,.boxes {
    display: none
}

.error {
    color:#ff3729;
}

#container.stepOne .box-1, #container.stepTwo .box-2, #container.stepThree .box-3 {
    display: block;
}

.floating-span {
    margin-bottom:15px;
}

#inNumber-addon {
    margin-top: 0px !important;
    width: 23% !important;
}

.countrycode {
    border: solid 1px #FFFFFF;
    background-color: #FFFFFF;
    margin-right: 10px;
    border-radius:25px;
    font-size: 19px;
    padding:10px;
    width: 70px;
}

.input_phone {
    background-color: #D5D5D5;
    border-radius:25px;
    font-size: 20px;
    padding:15px;
    border: solid 1px #8D8D8D;
    width: 64%;
}

.form-row {
    margin-top: 20px;
}

.promo-container {
	display:flex;
	flex-direction: column;
	height:100%;
	justify-content:space-between;
}

.img-title {
    min-width: 150px;
    margin-top:120px;
    margin-bottom:50px;
    display:none;
}

.accept-button {
    text-transform: uppercase;
    font-size: 16px;
    padding:15px 35px;
    margin-top:15px;
    border-radius: 5px;
    font-weight: bold;
    color: #999;
    background: #fff;
    border: 4px solid #999;
    box-shadow: 0px 0px 4px #999; 
}

.promo-header {
	font-size: 10px;
	color: #fff;
	display: flex;
	justify-content:center;
	width:100%
}

.promo-body {
	margin-top:260px;
	display: flex;
	justify-content:center;
	text-align:center;
	color: #fff;
}

.promo-footer {
	margin: 20px 10px 10px 10px;
	margin-bottom:50px;
	text-align:center;
	font-size: 11px;
	color: #555;
	display:flex;
}







.promo-header {
    margin-top: 5%;
}