.login-popup {
    background: #fff;
    color: #000;
    font-size: 16px;
    border-color: #fff;
    min-width: 348px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}

.login-popup h2 {
    text-align: left;
	font-family: BebasNeueRegular, arial, Georgia, serif;
	font-size: 22px;
    padding: 10px;
    padding-left: 20px;
	padding-top: 15px;
    color: #fff;
    text-transform: capitalize;
	margin-top: -6px;
	border-bottom: 5px solid #77876B;
	font-size: 23px;
	background: url('/wp-content/themes/sahifa/images/main-menu-bg.png') !important;

}
.login-popup .close-btn {
    position: absolute;
    top: -12px;
    right: -11px;
    font-size: 1em;
    line-height: 1em;
    color: #fff;
    background: #999;
    padding: 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: background,0.7s;
    -moz-transition: background,0.7s;
    -o-transition: background,0.7s;
    transition: background,0.7s;
}
.login-popup .close-btn:hover { background: #f00 }
.login-popup .message {
    color: #fff;
    margin: 10px 20px 0;
    padding: 10px;
    font-size: .8em;
    text-shadow: 0 0 5px rgba(0,0,0,0.8);
}
.login-popup .message.success {
    border-left: 4px solid #609450;
    background: #609450;
    background: rgba(96,148,80,0.6);
}
.login-popup .message.error {
    border-left: 4px solid #BD362F;
    background: #BD362F;
    background: rgba(189,54,47,0.6);
}
.login-popup .message.notice {
    border-left: 4px solid #FAA732;
    background: #FAA73C;
    background: rgba(250,167,60,0.6);
}
#form { padding: 20px }
#form p {
    padding: 0;
    margin: 0 0 10px;
}
#form label { font-size:18px;	font-family: BebasNeueRegular, arial, Georgia, serif; }
#form .input {
    background: #fff;
    font-size: 1em;
    color: #555;
    padding: 5px;
    -webkit-transition: border,0.7s;
    -moz-transition: border,0.7s;
    -o-transition: border,0.7s;
    transition: border,0.7s;
}
#form .input:hover,
#form .input:focus {
    border: 1px solid #93c273;
    -webkit-box-shadow: 0 0 10px rgba(147,194,115,0.7);
    -moz-box-shadow: 0 0 10px rgba(147,194,115,0.7);
    box-shadow: 0 0 10px rgba(147,194,115,0.7);
}
#form #forgetmenot { float: left }
#form #forgetmenot label,
#form #forgetmenot input { cursor: pointer; top: 2px; position: relative;  }
#form #forgetmenot .forgetmenot-label { font-family: 'Droid Sans', Arial, Verdana, sans-serif; font-size: 13px; }
#form .submit .button-primary {
	-webkit-appearance: none;
	-webkit-background-clip: border-box;
	-webkit-background-origin: padding-box;
	-webkit-background-size: auto;
	-webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 2px 0px, rgba(255, 255, 255, 0.498039) 0px 1px 0px 0px inset;
	-webkit-rtl-ordering: logical;
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-property: background;
	-webkit-transition-timing-function: ease;
	-webkit-user-select: none;
	-webkit-writing-mode: horizontal-tb;
	align-items: flex-start;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0px, rgb(248, 248, 248) 100%);
	background-origin: padding-box;
	background-size: auto;
	border-bottom-color: rgb(217, 217, 217);
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(217, 217, 217);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(217, 217, 217);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(217, 217, 217);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-top-style: solid;
	border-top-width: 1px;
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 2px 0px, rgba(255, 255, 255, 0.498039) 0px 1px 0px 0px inset;
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	cursor: pointer;
	display: inline-block;
	font-family: Arial;
	font-size: 13px;
	height: 28px;
	letter-spacing: normal;
	line-height: normal;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	outline-color: rgb(0, 0, 0);
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	position: relative;
	text-align: center;
	text-indent: 0px;
	text-shadow: rgb(255, 255, 255) 0px 1px 0px;
	text-transform: none;
	transition-delay: 0s;
	transition-duration: 0.4s;
	transition-property: background;
	transition-timing-function: ease;
	white-space: pre;
	width: 135px;
	word-spacing: 0px;
	writing-mode: lr-tb;
}
#form .submit .button-primary:hover { opacity: 1 }
#additional-settings {
	padding: 12px;
	background: #77876B;
	color: #77876B;
	font-family: 'Droid Sans', Arial, Verdana, sans-serif;
	font-size: 13px;
}
#additional-settings a {
    color: #fff;
}
#additional-settings a:hover { text-decoration: underline; }