

/*========================*/


/* STYLINGS FOR SIGNUP AND SIGNIN */


.signupin {
	width: 30%;
	margin: auto;
	height: 50vh;
}
.signupin_container {
	margin-top: 150px;
	background-color: #ffffff;
	padding: 20px 20px;
	border-radius: 8px;
}
.signupin_container input {
	margin-bottom: 12px;
	padding: 6px auto;
	border-radius: 8px;
	color: grey;
}
.signupin_container h2 {
	border-bottom: 4px solid #33cc33;
	width: 30%;
	padding-bottom: 5px;
	font-weight: 700;
	color: grey;
}
.signupin_container label {
	color: grey;
} 
.signupin_container p a {
	text-decoration: none;
}

@media screen and (max-width: 1200px) {
	.signupin_container h2 {
		width: 40%;
	}
}

@media screen and (max-width: 1000px){
	.signupin {
		width: 50%;
	}
}
@media screen and (max-width: 700px){
	.signupin {
		width: 70%;
	}
	.signupin_container h2 {
		width: 35%;
	}
}
@media screen and (max-width: 400px){
	.signupin {
		width: 90%;
	}
	.signupin_container {
		margin-top: 110px;
	}
}
/*========================*/


/*========================*/

/* STYLINGS FOR EDITING PROFILE LINK */

.edit_header {
	width: 40%;
	margin: 10px auto;
	padding: 0 8px;
	font-size: 15px;
}

.edit_header span {
	font-weight: 700;
}
.edit_header a {
	float: right;
	text-decoration: none;
}

.editprofile_container {
	justify-content: center;
	justify-items: center;
	justify-self: center;
	align-content: center;
	margin: 0 auto;
	width: 100%;
}

.editprofile {
	width: 40%;
	margin: auto;
	background: #fff;
	border-radius: 8px;
	padding: 6px 15px 10px 15px;
}
.edit_display_photo .imgtext {
	width: 100%;
}
.edit_display_photo .imgtext span {
	float: left;
	color: #595959;
}
.edit_display_photo .imgtext a {
	float: right;
	text-decoration: none;
}
.edit_display_photo .img {
	width: 200px;
	height: 200px;
	margin: auto;
	margin-bottom: 20px;
}
.edit_display_photo .img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	margin-top: 20px;
	margin-bottom: 50px;
}

.edit_cover_photo .imgtext {
	width: 100%;
}
.edit_cover_photo .imgtext span{
	float: left;
	color: #595959;
}
.edit_cover_photo .imgtext a {
	float: right;
	text-decoration: none;
}
.edit_cover_photo .img {
	width: 100%;
	height: 250px;
	margin-bottom: 35px;
}
.edit_cover_photo .img img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

.edit-quick_links ul {
	list-style-type: none;
	margin-left: -30px;
}
.edit-quick_links ul li {
	background: #f0f0f0;
	text-transform: uppercase;
	font-size: 16px;
	margin: 10px 0;
	padding: 14px 8px;
	cursor: pointer;
}
.edit-quick_links ul li a {
	text-decoration: none;
	color: #595959;
	font-weight: 700;
}
.edit-quick_links ul li a i {
	float: right;
}

/*=================================*/

@media screen and (max-width: 900px){
	.editprofile, .edit_header {
		width: 70%;
	}
}
@media screen and (max-width: 500px){
	.editprofile, .edit_header {
		width: 90%;
	}
}
@media screen and (max-width: 400px){
	.editprofile, .edit_header {
		width: 100%;
	}
}

/*=======================================*/

/* STYLINGS FOR EDITING FORM */

.editprofile .form form input, .editprofile .form form select, .editprofile .form form button {
	border: .5px solid grey;
	outline: none;
	width: 100%;
	padding: 4px 10px;
	color: black;
	border-radius: 4px;
	font-size: 14px;
	margin: 2px 0 8px 0;
}
.editprofile .form form textarea {
	width: 100%;
	height: 70px;
	resize: none;
	border: .5px solid grey;
	padding: 4px 10px;
	border-radius: 4px;
	font-size: 14px;
	margin: 2px 0 8px 0;
	outline: none;
}
.editprofile .form form button{
	background: #33cc33;
	color: #fff;
	letter-spacing: 1px;
	border: none;
	padding: 8px 10px;
	margin-top: 10px;
	cursor: pointer;
	font-weight: 600;
}
.editprofile .form form label {
	color: grey;
	font-weight: 600;
	font-size: 15px;
}

.editprofile .form .error-msg, .signupin_container .error-msg {
	width: 100%;
	margin: 5px auto 7px auto;
	background: #ff3333;
	color: #f0f0f0;
	padding: 4px 0;
	text-align: center;
	border-radius: 4px;
}
.editprofile .form form .profimgbtns label
 {
 	width: 100%;
	background: #560d6b;
	font-size: 13px;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	padding: 8px 0;
	margin: 10px auto 3px auto;
	border-radius: 4px;
	cursor: pointer;
}
@media screen and (max-width: 1000px){
.editprofile .form form .profimgbtns label{
	margin-top: 20px;
	}
}
/*======================================*/


/*====================================*/

/* STYLINGS FOR ACCOUNT MESSAGE */

.accountmessage {
	width: 40%;
	background: #fff;
	margin: auto;
	margin-top: 20px;
	padding: 10px 20px 15px 20px;
	border-radius: 8px;
}
.accountmessage .accountmessage_header h4 {
	color: grey;
	margin: 10px 0;
	text-transform: capitalize;
}
.accountmessage .accountmessage_header p {
	margin: 18px 0;
}
.accountmessage .accountmessage_footer button {
	padding: 10px 20px;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	border-radius: 6px;
}
.accountmessage .accountmessage_footer button.one {
	background: #33cc33;
	margin-right: 7px;
}
.accountmessage .accountmessage_footer button.two {
	background: deepskyblue;
	margin-left: 7px;
}
.accountmessage .accountmessage_footer button.two:hover {
	background: skyblue;
}
.accountmessage .accountmessage_footer button.one:hover {
	opacity: 0.9;
}
@media screen and (max-width: 900px){
	.accountmessage {
		width: 60%;
		margin-top: 170px;
	}
}
@media screen and (max-width: 700px){
	.accountmessage {
		width: 70%;
		margin-top: 20px;
	}
}
@media screen and (max-width: 500px){
	.accountmessage {
		width: 90%;
		margin-top: 20px;
	}
}
@media screen and (max-width: 300px){
	.accountmessage .accountmessage_footer button.one, .accountmessage .accountmessage_footer button.two {
		margin: 12px 0;
		display: block;
		width: 100%;
	}
	.accountmessage {
		margin-top: 20px;
	}
}
/*===================================*/