img{
	max-width: 100%;
}
body, .ug-form-section {
	overflow-x: hidden;
}
.ug-wrapper:after, .ug-wrapper:before{content:""; display:block; clear:both;}
.ug-wrapper{
	width: 100%;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}
.ug-inner-wrap{
	display: table;
	min-height: 100vh;
}
.ug-form-info, .ug-form-wrap{
	display: table-cell;
}
.ug-form-info{
	width: 60%;
	padding: 30px 0 0;
	position: relative;
	z-index: 2;
}
a{color:#fd1f6d; text-decoration:none; font-weight:500;}
a:hover, a:focus, .ug-form-info p a:hover, .ug-form-info p a:focus{
	color:#fd1f6d;
}
.ug-form-wrap {
    width: 40%;
    padding: 132px 0 60px;
    position: relative;
    z-index: 2;
    vertical-align: top;
}
div#form-sec {
    padding-top: 12px;
}
.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label{padding-bottom:0px !important;}
.mktoFieldDescriptor.mktoFormCol, .mktoForm .mktoFieldWrap, .mktoForm .mktoLogicalField {
    width: 100% !important;
    padding: 0px !important;
}
.ug-form-wrap:after{
	content: "";
	position: absolute;
	right: -499%;
	top: 0;
	width: 500%;
	height: 100%;
	z-index: 1;
}
.ug-form-wrap form.mktoForm, .sec-left form.mktoForm, .sec-right form.mktoForm{
	display: block;
	width: 100% !important;
	padding: 0;
}

a:hover{text-decoration:none;}
	.LogoSection img{max-width:170px;}
	.LogoSection{padding:20px 0 40px;}
	.footerLinks ul{list-style:none; display:inline; padding-left:0px;}
	.footerLinks ul li{font-size:14px; color:#ffffff; display:inline-block; padding-right:20px; margin-bottom:0;}
	.footerLinks ul li a{color:#ffffff; font-weight:300;}
	.ug-form-section{position:relative;}
h3 {
    font-size: 18px;
    color: #808080;
    text-align: left;
    line-height: 28px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 16px;
}
	p, ul li{    margin: 0px;
    line-height: 1.5625;
    letter-spacing: 0.5px;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px; color:#ffffff;}
	ul li{margin-bottom:0px;}
	
	.text-center{text-align:center;}
	.image{padding:40px 0; text-align:center;}
	.inner-container{max-width:600px; width:100%; margin:0 auto;}
	.ug-form-info ul {margin: 0 0 30px;padding: 0 0 0 35px;}
.ug-form-info h1 {
    margin: 0px;
    line-height: 46px;
    font-size: 40px;
    font-weight: 400;
    color: #ffffff;
} h2 {
	color: #ffffff;
	font-size: 36px;
	margin: 0px 0 30px;
	line-height: 42px;
	font-weight:300;
	letter-spacing: 0.16px;
	text-align:center;
}
.formContainer .mktoForm .mktoError .mktoErrorMsg {
  font-family: 'Outfit',sans-serif;
  display: block;
  margin-top: 7px;
  background-color: #FD1F6D;
  border: 1px solid #FD1F6D;
  border-radius: 6px;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.2em;
  max-width: 16em;
  padding: 6px 10px;
  text-shadow: none;
  text-align: center;
  background-image: none !important;
}
.mktoForm .mktoError .mktoErrorArrow{background-color: #FD1F6D !important;
border: 1px solid #FD1F6D !important;}
.formContainer .mktoForm .mktoError {
    position: absolute;
    z-index: 99;
    color: #f16767;
	right:auto !important;
}
.font20{color: #ffffff;
	font-size: 20px;
	margin: 25px 0 10px;
	line-height: 24px;;
	font-weight:500;
	text-align:center;}
	.Socialimages{text-align:center;}
	.leftSection{max-width:700px; padding-left:50px; padding-right:50px; margin:0 auto;     padding-bottom: 30px;}
.ug-inner-wrap{width:100%;}
.formContainer {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
	padding-left:50px; padding-right:50px;
}
.ug-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
}
/*Responsive CSS*/
@media only screen and (max-width: 991px){
	.ug-form-info {
		width: 100%;
	}
	.ug-form-wrap{
		width: 100%;
		padding: 60px 30px 50px;
	}
	.ug-form-info, .ug-form-wrap {
		display: block;
	}
}
@media only screen and (max-width: 767px){
	.ug-inner-wrap {
		display: block;
	}
	.mktoForm{padding:0px !important;}
.image img{width:100%;}
	.ug-wrapper{padding:0px;}
	.footer .ug-wrapper, .header .ug-wrapper{padding:0px 15px;}
	.ug-form-info {
		width: 100%;
	
	}
	
	.leftSection, .formContainer{padding-left:30px; padding-right:30px;}
	.ug-form-wrap{
		width: 100%;
		padding: 60px 0px 50px;
	}
	.ug-form-wrap h2 {
		text-align: center;
	}
	
	.ug-form-wrap .focused:before {
		left: -20px;
	}
	.ug-form-wrap:after{
		display: none;
	}
	
}
