signup.css 2.48 KB
.Signup
{
  float: right;
  margin: 20px auto;
  width: 400px;
  height: auto;
  padding: 20px;
  -webkit-border-radius: 8px/7px;
  -moz-border-radius: 8px/7px;
  border-radius: 8px/7px;
  background-color: white;
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31);
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31);
  box-shadow: 1px 2px 5px rgba(0,0,0,.31);
  border: solid 1px #cbc9c9;
  font-family: 'Ubuntu', sans-serif;
}

.Content
{
  margin: 20px auto;
  width: 750px;
  height: auto;
  padding: 20px;
  font-family: 'Ubuntu', sans-serif;
  color: white;
  float:left;
}

.section-heading
{
  text-align: center;
}

.signupView .contact
{
  text-align: center;
  text-indent: 0px !important;
}


@media screen and (max-width:768px){
.container
{
  /*width:1300px !important;*/
}
.Signup
{
  float:none;
  clear:both;
}
}

.signupView h1
{
  font-size: 45px !important;
}

.signupView p
{
  text-indent: 50px;
  text-align: justify;
  font-size:15px;
}

.signupView h6
{
  text-align: center;
}

.signupView i
{
  display: inline-block;
  width: 100%;
  text-align: center;
}



.wrapper
{
  overflow: hidden;
}

.page-header
{
  text-align: center;
  color:#00b395;
  font-weight: bolder;
}

.side-heading
{
  /*padding: 10px;*/
  text-align: left;
  font-weight: bold;
  color:#00b395;
  font-size: 14px;
}

.signupView hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #00b395;
    padding: 0;
}

.blue {
	background-color: #00b395;
	background-image: -webkit-linear-gradient(top,#00b395,#00cdaa);
	background-image: -moz-linear-gradient(top,#00b395,#00cdaa);
	background-image: -ms-linear-gradient(top,#00b395,#00cdaa);
	background-image: -o-linear-gradient(top,#00b395,#00cdaa);
	background-image: linear-gradient(top,#00b395,#00cdaa);

	border: 1px solid #00b395;
	color: white;

  font-size: 13px;
	font-weight: bold;
	text-align: center;
	height: 27px;
	line-height: 27px;
	min-width: 54px;
	padding: 0 10px;
	text-decoration: none;
}

.blue:hover {
	border: 1px solid #00b395;

  color: white;
	background-color: #00b395;
	background-image: -webkit-linear-gradient(top,#00b395,#009f85);
	background-image: -moz-linear-gradient(top,#00b395,#009f85);
	background-image: -ms-linear-gradient(top,#00b395,#009f85);
	background-image: -o-linear-gradient(top,#00b395,#009f85);
	background-image: linear-gradient(top,#00b395,#009f85);

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
  width: auto;
  height: 27px;
}