@charset "utf-8";
/* CSS Document */

.sign-main {
	width: 45%;
	margin: 2% auto;
	text-align: center;
	background: #fff;
}

.sign-main h2 {
	font-size: 30px;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: 10px 0 0px 35px;
	text-align: center;
}

.sign-main h2 span {
	color: #f15a29;
}

.sign-main h2 span span{
	color: #81cb4d;
}

.sign-main h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: 0;
	color: #666;
}

.sign-inner-sec {
	border-radius: 5px;  
	background-color: rgb(255, 255, 255);  
	box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.05);
	padding: 25px 40px;
	margin-top: 20px;
}

/* start form section*/
.login-form {
	padding: 20px 0;
	background:#fff;
}

.login-form input[type=text]{
	background-color: rgb(255, 255, 255);  
	box-shadow: 0.262px 4.993px 43px 0px rgba(0, 0, 0, 0.06);
	padding: 15px 30px;
	border: 0;
	outline: 0;
 	border-radius: 26.5px;
	font-size: 16px;
	color: #b7b7b7;
	width: 100%;
	margin:10px 0;
}

.login-form input[type=password]{
	background-color: rgb(255, 255, 255);  
	box-shadow: 0.262px 4.993px 43px 0px rgba(0, 0, 0, 0.06);
	padding: 15px 30px;
	border: 0;
	outline: 0;
 	border-radius: 26.5px;
	font-size: 16px;
	color: #b7b7b7;
	width: 100%;
	margin:10px 0;
}

.login-form input[type=button]{	
	background: #81cb4d;
	border-radius: 26.5px;
	font-size: 16px;
	color: #fff;
	border: 0;
	outline: 0;
	text-align: center;
    display: inline-block;
	padding: 15px 30px;
	margin:20px 0 10px ;
	min-width: 205px;
}

.sign-up-form {
    padding: 20px 0;
    background:#fff;
}

.sign-up-form input[type=text]{
	background-color: rgb(255, 255, 255);  
	box-shadow: 0.262px 4.993px 43px 0px rgba(0, 0, 0, 0.06);
	padding: 15px 30px;
	border: 0;
	outline: 0;
 	border-radius: 26.5px;
	font-size: 16px;
	color: #b7b7b7;
	width: 49%;
	margin:10px 0;
}

.sign-up-form input[type=password]{
	background-color: rgb(255, 255, 255);
	box-shadow: 0.262px 4.993px 43px 0px rgba(0, 0, 0, 0.06);
	padding: 15px 30px;
	border: 0;
	outline: 0;
 	border-radius: 26.5px;
	font-size: 16px;
	color: #b7b7b7;
	width: 49%;
	margin:10px 0;
}

.sign-up-form select {
	background-color: rgb(255, 255, 255);  
	box-shadow: 0.262px 4.993px 43px 0px rgba(0, 0, 0, 0.06);
	padding: 15px 30px;
	border: 0;
	outline: 0;
 	border-radius: 26.5px;
	font-size: 16px;
	color: #b7b7b7;
	width: 49%;
	margin:10px 0;
	display: inline-block;
	-webkit-appearance: none; 
   -moz-appearance: none;
   	appearance: none;
	background: url(../images/form-arw.png) no-repeat 90% 50%;
}



.sign-up-form input[type=button]{	
	background: #81cb4d;
	border-radius: 26.5px;
	font-size: 16px;
	color: #fff;
	border: 0;
	outline: 0;
	text-align: center;
    display: inline-block;
	padding: 15px 30px;
	margin:20px 0 10px ;
	min-width: 205px;
}

.sign-social-section {
	border-top: #e6e6e6 1px solid;
	margin: 0;
    padding-top: 15px;
    padding-bottom: 0;
}

.sign-social-section input[type=button] {
	font-size: 26px;
    color: #3b5998;
    text-align: center;
    display: inline-block;
    min-width: 215px;
    background:#fff;
    border-radius: 26.5px;
    outline: 0px;
    padding: 15px 30px;
    margin: 15px 0px;
	border: 1px #3b5998 solid;
	font-weight: bold;
	line-height: 18px;
	box-shadow: 0.262px 4.993px 43px 0px rgba(0, 0, 0, 0.06);
}

#g {
	color: #fc5345;
	border: 1px #fc5345 solid;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-weight: normal;
}

.signup-tabs {
	border-bottom: 1px solid transparent;
}

.signup-tabs>li>a:focus, .signup-tabs>li>a {
	color: #666666;
    background:#fff;
}

.signup-tabs>li>a {
    border-radius: 25px;
    padding: 10px 80px;
	margin-right:20px;
	background:#fff;
}

.signup-tabs>li>a:focus, .signup-tabs>li>a:hover {
	color: #f15a29!important;
	background: #f7f7f7;
	border: 1px solid transparent;	
}

.signup-tabs>li.active>a, .signup-tabs>li.active>a:focus, .signup-tabs>li.active>a:hover {
	background: #f7f7f7;
	color: #f15a29;
	font-size: 16px;
	border: 1px solid transparent;
}
/*end form section*/



@media screen and (max-width: 1200px) {
.sign-main {
	width: 66%!important;
	margin: 2% auto;
	text-align: center;
	background: #fff;
}	
	
}
@media screen and (max-width: 1024px) {
.sign-main {
	width: 65%;
	margin: 2% auto;
	text-align: center;
	background: #fff;
}

.signup-tabs>li>a {
    padding: 10px 50px;
    margin-right: 10px;
}
	
}

@media screen and (max-width: 767px) {
.sign-main {
	width: 95%!important;
	margin: 2% auto;
	text-align: center;
	background: #fff;
}

.signup-tabs>li>a {
    padding: 10px 20px;
    margin-right: 10px;
}
	
}

@media screen and (max-width: 550px) {
.sign-up-form input[type=text]{

	width: 100%;
	margin:10px 0;
	display: inline-block;
}

.sign-up-form select {
	
	width: 100%;
	margin:10px 0;
	display: inline-block;
}
.sign-inner-sec {    
    padding: 15px 10px;
    margin-top: 20px;
}
	
}


/* The Modal (background) */
.sign-fst-bx {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 20px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(255,255,255); /* Fallback color */
    background-color: rgba(255,255,255,0.98); /* Black w/ opacity */
}

/* Modal Content */
.signup-main-bx {
    margin: auto;
    padding: 20px;
    width:60%;
    text-align: center;
    background: transparent;
}

/* The Close Button */
.sign-close {
    color: #969696;
    float: right;
    font-size: 24px;
    font-weight: normal;
    border: 1px #969696 solid;
    border-radius: 100%;
    line-height: 27px;
    width: 31px;
    height: 31px;
}

.sign-close:hover,
.sign-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-backdrop {
    display: none;
}

#login-error
{
    float: right;
    color: red;
}

#reg-error
{
    float: right;
    color: red;
}

.signup-tabs li {
    background:#fff;
}

