/*--strat-login-form--*/
.Login {
	background: #E2E2E2;
	border: 1px solid #828282;
	width: 63%;
	margin: 1% auto 0%;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	box-shadow: -1px 3px 19px 0px rgba(29, 27, 27, 0.61);
	-webkit-box-shadow: -1px 3px 19px 0px rgba(29, 27, 27, 0.61);
	-o-box-shadow: -1px 3px 19px 0px rgba(29, 27, 27, 0.61);
	-moz-box-shadow: -1px 3px 19px 0px rgba(29, 27, 27, 0.61);
	text-align: center;
	
}
.Login form {
	padding:3% 18%;
}
.Login-head {
	padding: 1em 0em;
	text-align: center; 
}
.login-head h1{
	font-family: 'Pacifico', cursive;
	color: #222;
	font-size: 2.5em;
	font-weight: 600;
	margin-bottom:1em;
	font-style: italic;
	text-align: center;
	letter-spacing: 2px;
}
.Login-head h3{
	color: #d93737;
	font-size: 1.95em;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	border-bottom: 1.8px ridge #B8B8B9;
    border-radius: 0;
	margin:0 3em;
	padding-bottom:0.8em;
	                             
}
 .Login h4 {
	float: left;
	font-size: 16px;
	color: #7E7B7B;
	margin: 20px 0px;
}

.Login form input[type="text"],.Login form input[type="password"]{
	font-size: 15px;
	outline: none;
	font-weight: 600;
	color:#7E7B7B;
	padding: 11px 11px;
	width: 65%;
	border:1px solid #C2BFBF;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	background: #F0F0F0;
	font-family: 'Raleway', sans-serif;
	float: right;

}
form span{
	background: url(../images/tick.png) no-repeat -1px -2px;
	position: absolute;
	top: -4%;
	right: -12%;
	height: 50px;
	width: 50px;
}

/*************************/
.submit {
	text-align: center;
	margin: 2px 0;
}
form input[type="submit"]{
	color: #fff;
	cursor: pointer;
	border: none;
	outline: none;
	padding: 14px 0px;
	width: 25%;
	font-size: 14px;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
	background: #d93737; /* Old browsers */
	background: -moz-linear-gradient(top,  #d93737 0%, #d93737 3%, #d93737 8%, #d93737 62%, #d93737 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d93737), color-stop(3%,#d93737), color-stop(8%,#d93737), color-stop(62%,#d93737), color-stop(100%,#d93737)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d93737 0%,#d93737 3%,#d93737 8%,#d93737 62%,#d93737 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d93737 0%,#d93737 3%,#d93737 8%,#d93737 62%,#d93737 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d93737 0%,#d93737 3%,#d93737 8%,#d93737 62%,#d93737 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d93737 0%,#d93737 3%,#d9373 8%,#d93737 62%,#d93737 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93737', endColorstr='#d93737',GradientType=0 ); /* IE6-9 */
}

form input[type="submit"]:hover,.submit-button input[type="submit"]:hover{
	background: #d93737; /* Old browsers */
	background: -moz-linear-gradient(top,  #d93737 0%, #d93737 3%, #d93737 8%, #d93737 62%, #d93737 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d93737), color-stop(3%,#d93737), color-stop(8%,#d93737), color-stop(62%,#d93737), color-stop(100%,#d93737)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d93737 0%,#d93737 3%,#d93737 8%,#d93737 62%,#d93737 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d93737 0%,#d93737 3%,#d93737 8%,#d93737 62%,#d93737 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d93737 0%,#d93737 3%,#d93737 8%,#d93737 62%,#d93737 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d93737 0%,#d93737 3%,#d9373 8%,#d93737 62%,#d93737 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93737', endColorstr='#d93737',GradientType=0 ); /* IE6-9 */

}


/*--start-registration-form--*/
.register {
	text-align: center;
	
}
.register form {
	padding:3%;
}
.register-head {
	padding: 1em 0em;
	text-align: center; 
}
.register-head h1{
	font-family: 'Pacifico', cursive;
	color: #222;
	font-size: 2.5em;
	font-weight: 600;
	margin-bottom:1em;
	font-style: italic;
	text-align: center;
	letter-spacing: 2px;
}
.register-head h3{
	color: #d93737;
	font-size: 1.95em;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	border-bottom: 1.8px ridge #B8B8B9;
    border-radius: 0;
	margin:0 3em;
	padding-bottom:0.8em;
	                             
}
 .register h4 {
	float: left;
	font-size: 13px;
	color: #000;
	margin: 10px 0px;
}
.register h3 {
	font-size: 16px;
	color: #fff;
}
 .register em {
     color: #f00;
     margin-left: 5px;
 }

.register form input[type="text"],.register form input[type="password"]{
	font-size: 13px;
	outline: none;
	color:#000;
	padding: 3px 11px;
	width: 55%;
	border:1px solid #C2BFBF;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	font-family: 'Raleway', sans-serif;
	float: right;
    margin-right: 70px;

}

.selectbox{
	font-size: 13px;
	outline: none;
	color:#000;
	padding: 3px 11px;
	width: 58%;
	border:1px solid #C2BFBF;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	background: #F0F0F0;
	font-family: 'Raleway', sans-serif;
	float: right;
    margin-right: 70px;

}
.error{
    display: none;
}





/*--start-editorial board-form--*/
.editorial {
	
	
}
.editorial form {
	padding:3%;
}
.editorial-head {
	padding: 1em 0em;
	text-align: center; 
}
.editorial-head h1{
	font-family: 'Pacifico', cursive;
	color: #222;
	font-size: 2.5em;
	font-weight: 600;
	margin-bottom:1em;
	font-style: italic;
	text-align: center;
	letter-spacing: 2px;
}
.editorial-head h3{
	color: #d93737;
	font-size: 1.95em;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	border-bottom: 1.8px ridge #B8B8B9;
    border-radius: 0;
	margin:0 3em;
	padding-bottom:0.8em;
	                             
}
 .editorial h4 {
	float: left;
	font-size: 13px;
	color: #000;
	margin: 10px 0px;
     width: 50%;
}
.editorial h3 {
	font-size: 16px;
	color: #fff;
}
 .editorial em {
     color: #f00;
     margin-left: 5px;
 }

.editorial form input[type="text"],.editorial form input[type="password"]{
	font-size: 13px;
	outline: none;
	color:#000;
	padding: 3px 11px;
	width: 45%;
	border:1px solid #C2BFBF;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	font-family: 'Raleway', sans-serif;
	float: right;

}

.selectbox_editorial{
	font-size: 13px;
	outline: none;
	color:#000;
	padding: 3px 11px;
	width: 49%;
	border:1px solid #C2BFBF;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	background: #F0F0F0;
	font-family: 'Raleway', sans-serif;
	float: right;

}
#textarea_resize {
    resize: none;
    width: 100%;
    height:250px;
}