.mainbody{
	background-color: lightgrey;
}

.extendedWelcome{
	height: 480px;
}

.extendedWelcome1{
	height: 480px;
	text-align: center;
}

@media (max-width: 893px){
.logoImg{
	margin:5px 0px 5px 0px !important;
}
}

.extendedWelMsg{
	margin:auto !important;
}
.headingMsg{
	position:absolute;
	top:0px;
	left:30px ;
}

@media (max-width: 770px) {
.extendedWelcome1{
	margin-bottom:20px;
}
}

@media (max-width: 770px) {
.logoImg{
	
}
}

.yellow-box{
	height:30%;
	background-color:#F39C12;
	margin-bottom:5%;
}

.submit-button{
	margin-right:2rem;
}
.disabled-color-input{
    background-color: white !important;
}
.form-group-margin{
	padding:0px 30px 0px 30px;
}

.footerText{
text-align:center;	
color:white;
background-color:#76448A;
}



.customPAdjustedLabel{
	margin:10px 60px 0px 60px;
}

.backgroundColor{
	background-color:white;
}

.largerText{
    font-size: x-large;
}

.disabled-text{
	font-size: 25px;
	font-weight: normal; 
	float:left;
	/*margin: auto; */
	padding: 5% 0% 0% 0%;	
	color:white !important;
}

.disabled-text-h2{
	margin:0%;
	float:left;
	color:white;
}

.expText{
	padding:50px 10px 10px 10px;
}

.termsBox{
	margin: 0px 20px 0px 20px;
	padding:20px 20px 20px 20px;
}

.addressFooter{
	margin: 20px 10px 20px 10px;
	padding:20px 20px 20px 20px;
}


.phoneScamBox{
   margin: 20px 0px 20px 0px;
   padding: 30px 30px 10px 30px;
}
.phoneImage{
	float:right;
}
.phoneScamTextBox{
	margin: 0px 30px 20px 0px;
}

.warningImgBlck{
    padding: 0px 0px 0px 20px;
}

.left {
  float: left;
  width: 30%;
  overflow: hidden;
}

.right {
overflow:hidden;
}

.column-left {
    flex: 10%;
    padding: 20px;
	margin-top:5%;
   
}
.column-right {
    flex: 80%;
    padding: 20px;
	
   
}
.column-right-text{
	/*margin-left: -62%;*/
	color:white;
	font-size:20px;
	display:flex;
}

@media (max-width: 425px) {
.column-right-text{
	margin-left: -19%;
}
}
@media (max-width: 425px) {
.column-right-text-paragraph{
	margin-left: -15%;
}
}


.column-right-text-paragraph{
	/*margin-left: -85%;*/
    display:flex;
	color:white;
	font-size:15px;
}
.column-left-text{
	color:white;
	margin-left: -75%;
	margin-top: -2%;
}

.info-style::before {
  display: block;
  position: absolute;
  left: 6%;
  top: 10%;
  content: "!";
  border-radius: 50%;
  border: 3px solid white;
  width: 7%;
  height: 7%;
  line-height: 31px;
  text-align: center;
  color: white;
  font-weight: normal;
}