body.login{
   background-color: #6cca98;
   background-image: url('../images/circle-background-pattern.png');
   background-size: cover;
   background-position: center;
}

body.login #login {
    width: 466px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
body.login #login h1 a{
	background: url('../images/keplrLogo.png') no-repeat center;
	height: 105px;
	width: 100%;
	margin: 0 auto 33px;
}
#login .wpo365-dual-login-notice{
    padding: 10px;
    cursor: pointer;
    display: block;
    height: 22px;
    width: 196px;
    background-color: #fff;
    background: url(/wp-content/plugins/wpo365-login-intranet//images/ms-symbollockup_signin_light.png);
    
}
body.login form {
    border-radius: 3px;
    padding: 20px;
    margin: 0;
    position: relative;
    background-color: transparent;
    box-shadow: none;
    border: none;
}
body.login .login_descr {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #aaadb1;
    font-family: Open Sans, sans-serif;
    margin-bottom: 45px;
}
body.login form .input, 
body.login input[type=text] {
    font-size: 16px;
    line-height: 1.2857em;
    text-align: center;
    position: inherit;
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: 15px;
    opacity: 1;
    outline: none;
    resize: none;
    width: calc(100% + 4px);
    padding: calc(1.532em - 2px) 1.428em;
    border-radius: 5px;
    border: 2px solid #fff;
    border-top-color: #dfdfdf;
    background: #fff;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
body.login form .input:-webkit-autofill, 
body.login form input[type=checkbox]:-webkit-autofill, 
body.login input[type=text]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
body.login form .input:focus, 
body.login form input[type=checkbox]:focus, 
body.login input[type=text]:focus {
    border-color: #22c9be;
}
body.login form .forgetmenot label {
    font-size: 13px;
    line-height: 33px;
}
body.login form input#rememberme {
    background: #fff;
    width: 16px;
    min-width: 16px;
    height: 16px;
    border: 2px solid #e4e6eb;
    border-radius: 8px;
    vertical-align: sub;
    margin-bottom: 0;
    margin-right: 0
}
body.login form .forgetmenot{
    float: none;
}
body.login #login form p.submit {
    display: block;
    text-align: center;
    margin-top: 4px;
}
body.login form #wp-submit {
    border: none;
    float: none;
    font-size: 30px;
    font-weight: 600;
    width: 263px;
    height: 74px;
    padding: 0;
    margin: auto;
    margin-bottom: 5px;
    padding-bottom: 10px;
    text-transform: lowercase;
    text-shadow: none !important;
    box-shadow: none  !important;
    display: block;
    background-color: #4d4d4f;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
body.login form #wp-submit:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
body.login .login form .forgetmenot {
    float: none;
}
body.login .login #backtoblog a, 
body.login .login #nav a {
    text-decoration: none;
    color: #9b9ead;
    font-size: 13px;
}

body.login p:not(.forgetmenot) label {
    position: relative;
    display: block;
    
    font-size: 16px;
    line-height: calc(4.2em - 2px);
    
    border-radius: 5px;
    /*border: 2px solid #fff;*/
    border-top-color: #dfdfdf;
    /*background-color: #fff;*/
    font-family: Open Sans;
    color: #333333;
}
body.login #user_login:focus, body.login #user_pass:focus,
body.login #user_login.not_empty, body.login #user_pass.not_empty {
    opacity: 1;
}
body.login #nav, body.login #backtoblog{
    display: none;
}
body.login form .forgetmenot label,
body.login #nav,
body.login #backtoblog a, 
body.login #nav a {
    color: #333333;
}

 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 


@media (max-width: 1135px) {
	body.login #login {
		left: 50%;
		top: 51.5%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		-moz-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
	}
}
@media (max-width: 480px) {
	body.login #login {
		width: 90%;
	}
}
