.divcolor
{
	background-color:#F0F3F8;
	height:430px;
	width:100%
}
.txtdiv
{
	 height: 9.5%;
   padding: 0 0 0 12%;
   text-align: left;
   margin: 10px 4px !important;
}
.socialbtnfb
{
	background-color:#3A5A9A;
	height:7%;
	width:35%;
	text-align:center;
	border: none;
	font-family: "Product Sans",Arial,sans-serif !important;
}
.socialbtngoogle
{
	background-color:#D51D05;
	height:7%;
	width:35%;
	text-align:center;
	border: none;
	font-family: "Product Sans",Arial,sans-serif !important;
}
.btnsubmit
{
	background-color:#028D41;
	height:7%;
	width:28%;
	font-color:white;
	border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    font-family: "Product Sans",Arial,sans-serif !important;

}
.topheading
{
	 	 	font-family: "Product Sans",Arial,sans-serif !important;
}
.textfieldsdiv
{
	float:left;
}
.inputfield
{
	 border: 1px none;
    border-radius: 5px;
    height: 70%;
    padding: 4px 5px;
    width: 94%;
   font-family: "Product Sans",Arial,sans-serif !important;
}
.div1
{
	/*background-image: url("../images/frames.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 50%;
	padding-right:300px;*/
	
  /* background-image: url("../images/frames.png");
   background-position: right -25% top 0%;
    background-repeat: no-repeat;
    background-size: 57% auto;
    width: 100%;*/
     width: 50%;
    float:left;
}
.imagediv
{
	width:50%;
	float:right;
}
.divor
{
	padding-bottom: 10px;
    padding-top: 10px;
}
.divsubmit
{
    padding-top: 10px;
}

::-webkit-input-placeholder { /* Chrome */
  color: #93979D;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #93979D;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #93979D;
  opacity: 100;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #93979D;
  opacity: 100;
}