.admin_login {
    position: absolute;
    margin: auto; top: 0; right: 0; bottom: 0; left: 0;
    width: 435px; height: 460px;
    border: 1px solid #eee;
    font-size: 17px; color: #333;
    background: white;
    padding: 30px;
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -khtml-border-radius: 5px 5px 5px 5px;
        border-radius: 3px 3px 3px 3px;
        -webkit-box-shadow: 2px 18px 35px -1px rgba(0,0,0,0.75);
        -moz-box-shadow: 2px 18px 35px -1px rgba(0,0,0,0.75);
        box-shadow: 2px 18px 35px -1px rgba(0,0,0,0.75);
    }
    .main {
      text-align: center; 
    }
    
    .field {
      display: flex;
      align-items: center;
      justify-content: center;
      clear: both;
      padding: 10px;
      margin: 0 auto;
      max-width: 300px;
    }
    
    .label {
      display: block;
      width: 30%;
      text-align: right;
     }
    
    .inp {
      margin-left: 4%;  width: 66%;
      border-radius: 8px;
      border: 2px solid #eee;
      background: #eeeeee47;
     }
    .admin_login a { color: #076993; font-size: 15px;    }
    .admin_login a:hover { color: #38B0E3; font-size: 15px; }
    
    form input, form textarea {
        padding: 10px 15px;
        border: solid 1px #e5e6e8;
        font-family: 'Roboto', sans-serif;
        font-size: 1em;
        color: #404040;
    
        box-sizing: border-box;
    }
    .login-button {
          padding: 8px; width: auto;
          border: solid 1px #c0abd596; border-radius: 4px;
          font-family: 'Roboto', sans-serif; font-size: 1em; font-weight: bold;
          color: #584f64;
          box-sizing: border-box;
     }
     .login-button:hover{
         cursor: pointer;
     }
    
    .login_logo img { vertical-align: middle; margin-bottom: 6px; 
      width: 170px;
      padding: 0px;
      }

      .m_div {
        width: 100%;
        height: 100%;
        position: absolute;
        background: url(diz/bg.png) 100% 100% no-repeat;
        background-size: cover;
        font-family: 'Roboto', sans-serif;
    }