#box_sign{
}
#box_sign .box_wrapper{
	margin-left: 0;
}
#box_sign .box_wrapper p.already{
	text-align: center;
	font-style: 15px;
	color: #454B52;
}
#box_sign .box_wrapper p.already a{
	color: #454B52;
	margin-left: 3px;
	text-decoration: underline;
}
#box_sign .box{
    background-color: white;
	border: 1px solid #CCC;
	border-radius: 4px 4px 4px 4px;
	float: none;
	padding-bottom: 26px;
	margin: 50px auto 0;
	margin-bottom: 25px;
	box-shadow: 0px 0px 10px 0px #DDD;
}
#box_sign .box .head{
	background-color: #F4F4F4;
    border-bottom: 1px solid #D6D6D6;
    border-radius: 4px 4px 1px 0;
    display: inline-block;
    margin-bottom: 37px;
    padding: 25px 0 25px;
    text-align: center;
    width: 100%;
}
#box_sign .box .head h4{
	font-weight: normal;
	color: #373D44;
	font-size: 21px;
	margin: 0px;
}
#box_sign form{
	margin: 0px;
}
#box_sign .box .form{
	margin: 0 auto;
	text-align: center;
	width: 83%;
}
#box_sign .box .form input[type="text"], input[type="email"]{
	border-color: #DBDBDB #EAEAEA #EAEAEA #DBDBDB;
    border-left: 1px solid #DBDBDB;
    border-style: solid;
    border-width: 1px;
    font-size: 16px;
    height: 20px;
    margin-bottom: 12px;
    width: 95%;
}
#box_sign .box .form input[type="submit"]{
	/*border-color: #CCCCCC;
    border-radius: 7px 7px 7px 7px;
    color: #394350;*/
    font-size: 24px;
    font-weight: 900;
    margin-top: 12px;
}

#box_sign h1 {
	margin-top:50px;
	font-weight: normal;
	text-shadow: white 2px 2px 1px;
	font-size:40px;
}

#box_sign h2 {
	font-weight: 300;
	font-size:25px;
	text-shadow: white 0px 1px 1px;
}

#box_sign h4 {
	font-weight: 300;
	font-size:22px;
	text-shadow: white 0px 1px 1px;
	text-align:center;
	line-height:22px;
}

#box_sign hr{
border-top: 1px solid #D5D5D5;
border-bottom: 1px solid white;
width: 100%;
margin-top: 10px;
}

#box_sign .well{
min-height: 270px;
padding: 10px;
margin-bottom:30px;
background-color: rgba(136, 128, 128, 0.05);
border: 1px solid #E3E3E3;
font-size:16px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

#box_sign ul {
font-weight:300;
font-size:16px;
line-height:18px;
}

#box_sign .testimonial p.text{
font-weight:300;
font-style:italic;
font-size:28px;
line-height:32px;
margin-right:40px;
}

#box_sign .testimonial p.person{
font-weight:300;
font-size:18px;
line-height:20px;
margin-right:40px;
}
/*================Yogesh: Css for signup=================== */
.register .panel-body{
    border: 1px solid #D6D6D6;
    border-top: 0;
    max-width: 370px;
}

.register .panel-dark > .panel-heading {
    color: #5e6469;
    background-color: #F4F4F4;
    border: 1px solid #D6D6D6;
}
iframe{
    border: 0;
}






