/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

 #login h1 a, .login h1 a {
    display:none;
}

#login{
  background: #FFF;
  padding-top: 0 !important;
  padding-bottom: 10px !important;
  /* margin-top: 30px !important; */
  -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,.4);
  -moz-box-shadow: 0px 0px 30px rgba(0,0,0,.4);
  box-shadow: 0px 0px 30px rgba(0,0,0,.4);
  position: relative;
}

#login:after{
    content: '';
    width: 388px;
    height: 46px;
    background-image: url('../images/believe-in-better.jpg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
}

.login .message{
    background: #006d97;
    color: #FFF;
    border: none;
}

#loginform{
  padding-top:110px;
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-bottom: 15px;
}

#loginform:before{
  content: '';
  position: absolute;
  top:18px;
  left:18px;
  background-image: url('../images/cm-login.jpg');
  height:68px;
  width: calc( 100% - 36px );
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom:0;
  padding-bottom: 0px;
}

#loginform{
  margin-top:0;
}

body{
  background: #00aeef !important;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

body:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    border-top: 70px solid #FFF;
    border-left: 70px solid #FFF;
    border-bottom: 70px solid #FFF;
}

body:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    border-top: 70px solid #FFF;
    border-right: 70px solid #FFF;
    border-bottom: 70px solid #FFF;
}

.wp-core-ui .button-primary{
  background: #47b4df !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}