/*
 * Custom Login Theme Styles
 */
 
#tinymce {
 	background: #fff;
}
 
 body.login {
	background: #fff url('../images/bkgd.svg') no-repeat center 300px;
	background-size: cover;

}

#login {
	width: 100%;
	padding: 30px 0;
	margin: auto;
	max-width: 700px;
}

#login form {
	padding: 75px 50px 75px;
	background: rgba(255,255,255, .7);
	margin-left: 0;
	font-weight: normal;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	margin: 0;
	border-radius: .2em !important;
}

.login label {
	color: #00578a;
	text-transform: uppercase;
	letter-spacing: .05em;
}

/* Logo */

.login h1 a {
    background-image: url(../images/vgr-logo.svg);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    height: 250px;
    margin: 0 auto 10px;
    width: 300px;
    outline: none;
}

#login form .submit input {
  border: none !important;
	color: #fff !important;
	transition: all .3s ease-out;
	padding: 1em 2em;
}

#login form .submit input:hover {
  border: none !important;
  color: #fff !important;
  background-color: #ff9933 !important;
}

.login a {
  text-decoration: none !important;
}


.login #nav a, .login #backtoblog a {
  color: #00578a !important;
  text-decoration: none !important;
  transition: all .3s ease-out;
}

.login #nav, .login #backtoblog {
	text-shadow: none;
	text-decoration: none;
}


.login #nav a:hover, .login #backtoblog  a:hover {
	color: #fff !important;
}


.login #nav, .login #backtoblog {
	text-shadow: none !important;
	margin: 0;
	background: none;
	padding: 0;
	width: 50%;
}

.login #nav a, .login #backtoblog a {
	display: block;
	padding: 10px 10%;
	
}

#nav {
	display: block;
	float: left;
	text-align: left;
}

#backtoblog {
	display: block;
	float: left;
	text-align: right;
}

.wp-core-ui .button-primary {
	border-radius: .2em;
	border: none;
	background: #00a0d2;
	color: #fff;
	text-shadow: none;
	box-shadow: none;
}

.wp-core-ui .button-group.button-large .button,.wp-core-ui .button.button-large {
  height: auto;
padding: 0 20px 2px; 
}

#loginform .wp-core-ui .button-primary.active,
#loginform .wp-core-ui .button-primary.active:hover,
#loginform .wp-core-ui .button-primary.active:focus,
#loginform .wp-core-ui .button-primary:active {
	background: none !important;
	background-image: none !important;
	border: 3px solid #fff !important;
	color: #fff;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

#loginform .wp-core-ui .button-primary.active:hover {
  background: #ff9933 !important;
}


h2.nestedpages-listing-title {
  font-weight: 800 !important;
  font-size: 40px !important;
  line-height: 40px;
  color: #bbb;
}
#wpbody .wrap h1 {
  font-weight: 800 !important;
  font-size: 40px;
  line-height: 40px;
  color: rgba(0, 0, 0, .15);
  margin-right: .5em;
} 

.wrap .page-title-action, .wrap .page-title-action:active {
  border-radius: .2em;
  border: none;
  background: #00a0d2;
  color: #fff;
  padding: 5px 12px;
  margin-left: 10px;
  top: -5px;
  }
  
.wrap .page-title-action:hover {
  background: #bbb;
  }
  
 .wrap {
   margin: 2% 5% 0 2%;
  }
  
  #contextual-help-link-wrap, #screen-options-link-wrap {
    background: #ddd;
    border: none;
    border-bottom-right-radius: .2em;
    border-bottom-left-radius: .2em;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  
  .wp-core-ui .button, .wp-core-ui .button-secondary {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  
  #wp-admin-bar-updraft_admin_node {
    display: none;
  }