::-webkit-input-placeholder {
   text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

:-ms-input-placeholder {  
   text-align: center; 
}

button{
	 -webkit-transition: none !important;
	 transition: none !important;
	 background: #00bdf1 !important;
}

.content-sidebar #content {
	width: 100% !important;
    padding: 0 !important;
    border-right: 0px !important;
    height: 100%;
}

.form_div{
	width: 100% !important;
    padding: 0 !important;
    border-right: 0px !important;
    height: 100%;
 	margin: 0 auto;
 	text-align: center;
 	color: #555;
}

.checkbox{
	margin-left: 49%;
	margin-top: 5px;
	margin-bottom: 15px;
}

h4{
	margin-bottom: 0 !important;
}

.form {
	height: auto;
}

.big_title{
	color: #0eafd6;
}

.title_font {
	font-size: 15px;
	font-family: 'tradegothic_condensed',arial;
	display: block;
}

.name {
	width: 80%;
}

.block
{
	float: left;
	margin-bottom: 25px;
	text-align: center;
}

.block1
{
	float: left;
	margin-bottom: 25px;
	text-align: center;
}

.button_save {
  -webkit-transition: none !important;
  transition: none !important;
  background: #337ab7 !important;
  background-color:#337ab7 !important
  text-decoration: none;
  color: white !important;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #f89735;
  border-right: 1px solid #f89735;
  border-bottom: 1px solid #f89735;
  border-left: 1px solid #f89735;
  background-image: none;
  width: 45% !important;
  border-radius: 5px;
  margin:auto;
  display: block;
  clear: left;
  margin-bottom: 20px;
}

.termsandconditions{
  text-decoration: none;
}

@media only screen and (min-width: 569px)
{
	.block
	{
		width: 25%;
	}
}

@media only screen and (max-width: 568px)
{
	.block
	{
		width: 100%;
	}
}

@media only screen and (min-width: 569px){

	.block1 {
	    width: 33.33%;
	}

	.block1 {
	    float: left;
	    margin-bottom: 25px;
	    text-align: center;
	}
}

@media only screen and (max-width: 568px)
{
	.block1
	{
		width: 100%;
	}
}


