.pull-center {
	max-width: 767px;
	margin: 0px auto;
}

.text-homepage_blue {
	color: #0071bc;
}

.text-homepage_red {
	color: #f50c0c;
}

.im_h2 {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
}

.home_h1_banner {
	color: #fff;
	display: inline-block;
	position: relative;
	top: 9px;
	font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-sizing: border-box;
	line-height: 0;
}

#Login_Screen_MessageBOX {
	
}

.form_loginform button{
  -webkit-appearance: none;
  background: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  min-width: 155px;
  border-radius: 25px;
  display: inline-block;
  padding: 14px 28px 13px 28px;
  line-height: 1;
  border: 2px solid #1a8bb3;
  /*color: #1a8bb3;*/
  max-width: 155px;
 /* font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;*/
  
  background-color: #136480;
  border-color: #136480;
  
  color: #fff !important;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}


#send_form_width {
    background: transparent none repeat scroll 0% 0%;
    transition: all 0.3s ease 0s;
    min-width: 270px;
    border-radius: 25px;
    display: inline-block;
    padding: 14px 28px 13px;
    line-height: 1;
    border: 2px solid #1A8BB3;
    color: #1A8BB3;
    max-width: 280px;
    font-family: "Raleway","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}