.container-fluid {
    padding: 0px!important;
}

.background-fluid {
    background-image: url('/images/backgroundimg.jpg');
    background-size: cover;
}
.background-fluid2 {
    background-image: url("/images/realtymegadata.png");
    height: 100%; 
    background-repeat: no-repeat;
    background-size: cover;
}

.box_spacing {
    margin-top: 15em;
}

.hide_col {
    display: initial;
}

.jumbotron {
    background: #0a0a0a;
    color: white;
    margin-bottom: 0rem;
    border-radius: 0em; 
}

.content {
    background-color: #201f1f;
    color: white;
 

}

.content>div {
    padding-top: 20px;
}

.form_content {
    padding-left: 15em;
    padding-right: 12em;
}

.form_control {
    border-radius: 0.15rem;
  
}

label {
    color: #b5b5b6;
}

#home_btn_container {
    padding-bottom: 5em;
}

#home_btn {

    width: 100%;
    margin-top: 29px;
    color: white;
    background-color: rgb(211,52,56);
    border-radius: 0.40em;
}

@media (max-width: 600px) {
    .form_content {

        padding-left: 0;
        padding-right: 0;
    }

}

@media (max-width: 850px) {
    .box_spacing {
        margin-top: 5em;
    }
    .hide_col {
        display: none;
    }
    .form_content {

        display: block;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 100%;
    }
    #home_btn_container {
        padding-bottom: 1em;
    }
}
/* CSS Document */



.form-inline .form-group {
    display: inline-block !important;
    margin-bottom: 0 !important;
    vertical-align: middle !important;
}

.footer_img_o {
    min-height: 90px;
    max-height: 90px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.footer_img_o img{
max-width:100%;
}
body{
margin:0px;
}
.margin0{
margin:0px;
}
.error_msg{
color:red;
}
.succ_msg{
color:green;
}
#overlaycolor{
background-color:#201f1f73!important;
}
.content{
width:700px;
margin:0 auto;
background:none !important;
text-align: center;
color: #fff;
}
#logoDiv{
    display: block;
	padding-top: 50px;
    padding-bottom: 50px;
}
.anew_lead{
	display: block;
	padding-top: 90px !important;
    padding-bottom: 20px;
    font-family: 'Roboto Regular', arial;
}
.anew_lead span{
font-size: 18pt;
}
.anew_lead strong{
font-size: 45pt;
}
.anew_lead strong span{
font-size: 45pt;
line-height: 60px;
}
.bysubmited_span{
	font-size:8pt;
	display:block;
}
.anew_lead strong{
    display: block;
}
.wanttobe{
    text-decoration: underline;
	padding-top:140px !important;
	padding-bottom:50px;
	font-size: 9pt;
	font-family: 'Roboto Regular', arial;
	font-weight: 700;
}
.signup_span{
    font-size: 13.8pt;
    font-family: 'Roboto Regular', arial;
    font-weight: 700;

}
#signupform{
	/*padding-left: 12%;*/
	padding-top: 10px;padding-bottom: 10px;
	font-family: 'Roboto Regular', arial;
}
#signup_input{
	width:100%;border-radius: 5px;border: solid transparent;
	background:#ffffffbf;
	height:40px;
	padding: 5px;
	color:#000;
}
#signupform .form-group{
	width:60%;
}
#signupform button{
	padding: 5px;width: 25%;margin-left: 1%;background-color: #3AB54A;color: #fff;
	font-size: 10pt;
	font-family: 'Roboto Regular', arial;
	font-weight: 700;
	height:40px;
	outline:none;
}

#signupform ::-webkit-input-placeholder { /* Chrome */
  color: #fff;
  font-size:10pt;
}
#signupform :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-size:10pt;
}
#signupform ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-size:10pt;
}
#signupform :-moz-placeholder { /* Firefox 4 - 18 */
  color: #fff;
  font-size:10pt;;
}
@media only screen and (max-width: 768px) {
    .content {
        width:100% !important;
    }
}

@media only screen and (max-width: 710px) {
	.signup_span, .bysubmited_span{
	    width: 86%;
        display: block;
        margin-left: 7%;
	}
}
@media only screen and (max-width: 600px) {
	#signupform{
	width:100%;
	padding-left: 0px !important;
	}
   #signupform .form-group {
    width: 80%;
	}
	#signupform button{
	    width: 80%;
		margin-top:10px;
		margin-left:0px;
	}
	.background-fluid2 {
	background-position: center;
	}
	.signup_span, .bysubmited_span{
	    width: 80%;
        display: block;
        margin-left: 10%;
	}
}
