#login h1 a, .login h1 a {
    background-image: url("logo.svg");
    background-size: contain;
    padding-bottom: 0;
    width: 146px;
    height: 84px;
}
body.login {
	background-image: url("login_bg.jpg");
	background-size: 100% auto;
	overflow-x: hidden;
	background-attachment: fixed;
	background-position: top left;
}
#login {
  padding: 5% 0 0 !important;
}
#adminmenuwrap {
  border-right:1px solid #ddd;
}
.screen-opt, 
.visit-site {
  float:right !important;
}
.screen-opt:hover, 
.visit-site:hover {
  background:none !important;
}
.screen-opt a, 
.visit-site a {
  border: 1px solid #fff !important;
  border-radius: 3px !important;
  color: #999 !important;
  height: 30px !important;
  line-height: 30px !important;
  margin: 10px 10px 10px 0 !important;
}
.visit-site:hover a,
.visit-site a:hover,
.visit-site:focus a,
.visit-site a:focus, 
.screen-opt:hover a,
.screen-opt a:hover,
.screen-opt:focus a,
.screen-opt a:focus {
  border: 1px solid #999 !important;
  background:none !important;
}
.visit-site .dashicons-before::before, 
.screen-opt .dashicons-before::before {
 line-height: 30px;
}
.user-meta {
  border: 1px solid #fff;
  border-radius: 3px;
  color: #999;
  float: right;
  margin: 8px 8px 0 0;
  padding: 6px;
  text-decoration: none;
}
.user-meta:hover {
  border: 1px solid #999;
  color: #999;
}
form.a1-form {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  margin-top: 20px;
  width: 500px;
}
form.a1-form .inner {
  border-top: 1px solid #eee;
  padding: 15px;
}
form.a1-form h3 {
  font-size: 14px;
  line-height: 100%;
  margin: 0;
  padding: 15px;
}
.a1-row {
  padding-bottom:5px;
  margin-bottom:5px;
}
.a1-row label {
  display: inline-block;
  width: 150px;
}
.a1-row select, 
.a1-row input[type=text] {
	width:250px;
}
form.a1-form .button.button-primary {
  margin-left: 155px;
  width: 80px;
}
.a1-row input[type="text"] {
  width: 250px;
}
body.toplevel_page_ngo_webmail .column-date form {
  display: inline;
}
body.toplevel_page_ngo_webmail .column-date .dashicons-before::before {
  display: block;
  font-size: 18px !important;
  font-weight: normal;
  line-height: 18px;
}
#ngo_servicestatus_widget iframe {
  height: 500px;
  width: 100%;
}
body.toplevel_page_ngo_servicestatus iframe {
  bottom: 35px;
  height: calc(100% - 90px);
  left: 0;
  position: absolute;
  right: 20px;
  top: 55px;
  width: calc(100% - 20px);
}
.ngo_upload {
	padding: 0;
	height: 28px;
	line-height: 25px;
	width: 100px;
	text-align: center;
}
img.ngo_upload {
  cursor:pointer;
  opacity:0.8;
}
img.ngo_upload:hover {
  opacity:1;
}
.ngo_upload .dashicons-admin-links {
	font-size: 14px;
	line-height: 26px;
	height: 25px;
	width: 14px;
  display:inline-block;
}
.meta-upload input {
	width: calc(100% - 110px) !important;
	padding: 0 5px !important;
	height: 28px !important;
	line-height: 28px !important;
	margin: 0 !important;
  display:inline-block !important;
}




