html,body{
	width: 100%;
	height: 100%;
}
.baserow{
	height: 100%;
}
.base{
	height: 100%;
}
.offer-section{
	height: 100%;
}
.tb{
	width:100%;
	height: 100%;
	display: table;
}
.cell{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.wrapform{
	padding:0 50px;
}
.wrapform form label{ display: block; margin: 0 0 5px;}
.wrapform form input[type=text],
.wrapform form input[type=email],
.wrapform form select{
	    width: 100%;
    height: 40px;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #b3b3b3;
    outline: 0;
    padding:0 15px;
}
.wrapform form input[type=text]:focus,
.wrapform form input[type=email]:focus,
.wrapform form select:focus{
    box-shadow: 0 0 0px 4px #c5dbff;
}
.wrapform form input[type=submit]{
	background: #842370;
	border:none;
	height: 40px;
	border-radius: 5px;
	padding:5px 25px;
	color:#fff;
}
.wrapform form input[type=submit]:hover{
	background: #b7339c;
}
.wrappromo{
	position: absolute;
	width: 700px;
	bottom:20px;
	left:25px;
}
.wrappromo h1 span{
    color: #842370;
    margin: 0;
    background: #dcdcdc;
    padding: 5px 10px;
    font-weight: 900;
}
.wrappromo h1 span label{
	font-weight: 300;
    color: #842370;
    font-size: 22px;
}
.wrappromo h1 {
	color:#fff;
	font-weight: 300;
	font-size: 40px;
}
.wrappromo label{
	color:#fff;
	margin:20px 0 0;
}
.wrappromo h4 label{
	    background: #842370;
    margin: 0;
    padding: 4px 10px;
}
.wrappromo h3{
	color:#fdcf27;
	font-size: 70px;
	margin:0;
}
.wrappromo h3 label{
	font-size: 35px;
}
.wrappromo .atag{
	margin:10px 0 0 0;
}
.wrappromo .atag a{
	    background: #4040ff;
    color: #fff;
    text-decoration: none;
    padding: 5px;
    border-radius: 5px;
}
.logo{
	margin:25px;
	width: 250px;
}
@media only screen and (max-width: 991px){
	.logo {
    margin: 25px;
    width: 140px;
	}
	.wrappromo {
	    position: relative;
	    width: 90%;
	    bottom: auto;
	    left: 25px;
	}
	.offer-section {
	    height: 500px;
	}
}
@media only screen and (max-width: 720px){
	.wrappromo h1{
		font-size: 24px;
		    line-height: 30px;
	}
	.wrappromo h3{
		font-size: 40px;
	}
}