@charset "UTF-8";
/* CSS Document */
/* Change background color and font family */
body {
  background: #283747;
  font-family: Arial,Verdana,sans-serif;
}

body::after {
background-image: url(https://www.crestmoorintranet.com/wp-content/uploads/2019/06/login.jpg);
	content: "";
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}


.login form{background-color: #efefef; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; padding-top: 50px;
    /*setting alpha = 0.1*/ 
    background: rgba(239, 239, 239, 1);
}








/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
  background-image: url();
	margin-bottom: 0px;
	width: 320px;
	height: 150px;
	background-size: 200px 60px;
	background-repeat: no-repeat;
    background-position: center; 
	display: block;
	display:none
}
/* Add a few changes to the color and style of form itself */
.login label {
  color: #333;
  display: block;
  margin-bottom: 1em;
  font-weight: 100;
	font-size: 16px;
}
.login form:focus{
    outline: none;
}

.login form .input {
  font-weight: normal;
	 -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	padding-left:5px; padding-right: 5px;
}



.login #backtoblog a, .login #nav a {
  color: #fff;

}



.wp-core-ui .button-primary {
	text-shadow: none;
	color: #fff;
	 display: inline-block;
  padding: 6px 12px;
	margin-top: 26px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 10px;
	box-shadow: 0 0px 0 #006799;
}



.button::focus{
    outline: none;
	box-shadow: 0 0px 0 #006799;
}

.button {
    background: #20b143 !important;
	color: #fff;
	
}
.button:hover {
    background: #189a36 !important;
	color: #fff;
	
}


.login #wp-submit {
    background-color: transparent;
    border-width: 0px;
    color: #fff;
    width: 100%;
	height: 40px;
}





















.forgetmenot {
  position: relative;
	display:none;
}

.forgetmenot rememberme {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}

.forgetmenot rememberme:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

.forgetmenot input[type="checkbox"] {
  visibility: hidden;
}

.forgetmenot input[type="checkbox"]:checked + label {
  background-color: #66bb6a;
  border-color: #66bb6a;
}

.forgetmenot input[type="checkbox"]:checked + label:after {
  opacity: 1;
}












.login #login_error {
    border: 0px;
	border-radius: 10px;
	background-color: #fc5c56;
	color: #f7f7f7;
	font-size: 16px;
	  line-height: 1.42;
}




#nav {display:none}
#backtoblog {display:none}



