/*====admin.css=====================
====== USE FOR ADMIN PANNEL DESIGN==
====== ALL PAGES====================*/

body{
	padding: 0;
	margin: 0;
	font-family: sans-serif;
	/*background-image: url(image/bg.png);*/
	/*background-color: #ff00ff;*/
}
.container{
	width: 850px;
	height: 500px;
	/*border: 5px solid #00ff00;*/
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.container::before{
	content: '';
	background-color: #03f08a;
	width: 350px;
	height: 500px;
	position: absolute;
}
.icon img{
	position:absolute;
	top: 20%;
	left: 20%;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	width: 150px;
}
.icon p a{
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translate(-50%,-20%);
	text-decoration: none;
	color: #58686F;
}
.social{
	position: absolute;
	top: 70%;
	left: 20%;
	margin-left:5px;
	/*background-color: #03f08a;*/
	transform: translate(-50%,-50%);
}

.social img{
	width: 35px;
	padding: 15px;
	margin: 0px;
	background-color: #03f08a;
	box-shadow: 1px 1px 1px rgba(0,0,0,.1);
}
.social img:hover{
	transform: scale(1.1);
	transition: .5s;
}
/*---LEFT SOCIAL SECTION CLOSE----*/

/*===SUGN UP FORM START====*/
.form{
	position: absolute;
	left: 70%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 40%;
	overflow: hidden;
/*	border: 2px solid #03f08a;*/
	border-radius: 10px;
	padding:10px;
}
.form input{
	width: 100%;
	height: 30px;
	margin-bottom: 20px;
	padding-left: 30px;
	outline: none;
	border:1px solid rgba(0,0,0,0);
	border-bottom-color: #03f08a;
	background: transparent;
}
.form input:hover{

	border:1px solid rgba(0,0,0,0);
	border-bottom-color: red;
	transition: 1s;
}
.form img{
	width: 20px;
	position: absolute;
	margin-top: 5px;
	margin-right: 15px;
	padding-right: 15px;
}


.form input[type="checkbox"]{
	width: 20px;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	margin-left: 30px;
	border: 2px solid #5bb9ec;
	width: 25px;
	height: 25px;
	-webkit-appearance: none;
}
.form input:checked[type="checkbox"]{
	border-top: 10px #1a74f2;
	border-bottom: 10px #1a74f2;
	background-color: #03f08a;
	
}
.agree{
	float: right;
	margin-right: 50px;
	font-size: 15px;
	margin-top: 10px;
	color: #4e4e4e;
}

.form input[type="submit"]{
	width: 100;
	border: none;
	background-color: #03f08a;
	color: #fff;
	cursor: pointer;
	padding: 0;
	font-weight: bolder;
}
.form input[type="submit"]:hover{
	background-color: #fff;
	color: #03f08a;
	font-weight: bolder;
	font-size: 120%;
	font-variant: small-caps;
	border-left: 100px solid #03f08a;
	box-shadow: 2px 2px 15px #ce1a23;
	background-color: #ff5f67;
	transition: 1s;
	}
.sign_up{
	color: #03f08a;
	font-weight: bold;
	font-style: italic;
	font-size: 120%;
	text-align: center;
	border-bottom: 5px solid #03f08a;
	margin-bottom: 20px;
}
/*---END FORM SECTION---------------------*/

/*=== page log_in.html====================*/
.login{
	border: 1px solid #03f08a;
	width: 350px;
	height: 475px;
	overflow: hidden;
}
.login p{
	color: #03f08a;
	font-weight: bold;
	font-style: italic;
	font-size: 120%;
	text-align: center;
	border-bottom: 5px solid #03f08a;
	margin-bottom: 70px;
}
.login input{
	margin-bottom: 40px;
}
.login p a{
	border: none;
	border-left:30px solid #03f08a ;
	border-right:30px solid #03f08a ;
	color: red;
	font-weight: 100%;
	text-decoration: none;
	text-align: center;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

.login p a:hover{
	/*border: none;*/
	border:2px solid red;
	/*padding: 10px;*/
	margin: 10px;
	color: #FFF;
	font-weight: 100%;
	text-decoration: none;
	text-align: center;
	text-decoration: none;
	padding: 0px 25px 0px 25px;
	background-color: #03f08a;
	transition: .5s;
}

/*--- END page log_in.html---*/
/*===START FORGET_PASSWORD forget_password.html===*/


/*---START FORGET_PASSWORD forget_password.html---*/

/*===START MEDIA QUERY===*/

.error_form
{
	top: 12px;
	color: rgb(216, 15, 15);
    font-size: 35px;
    font-family: Helvetica;
}

