  /************************************************************
   * InfiniteWP Admin panel    								*
   * Copyright (c) 2012 Revmakx								*
   * www.revmakx.com											*
   *															*
   ************************************************************/


  body {
    background: #EAECEF;
    margin: 0;
    padding: 0;
  }

  .top-nav{
    height: 67px;
    background-color: #2E3346;
  }

  #logo{
      padding-top: 20px;
      position: absolute;
      left: 50%;
      margin-left: -75px;
      margin-left: -80.5px;

  }
  #version{
      margin-top: -20px;
      margin-left: 62px;
      color: #FFFFFF;
      font-family: lato;
      font-size:13px;
      opacity: 8;
  }

  .login_cont{
      position: absolute;
      width: 480px;
      left: 50%;
      margin-left: -240px;
      height: auto;
      /*top: 22.8%;*/
      margin-top:  179px;
  }
  .login_header{
      width: 100%;
      height: 69px;
      background-color: #FBFBFB;
      border-radius: 8px 8px 0px 0px;

  }
  .login_header_text{
      text-align: center;
      line-height: 19px;
      font-size: 18px;
      font-weight: bold;
      padding-top: 5%;
      color: #444444;
      opacity: 0.8;
      font-family: lato;
  }
  .input-control{
      padding-top: 45px;
      margin-left: 60px;
      margin-right: 60px
  }
  .input-field-design{
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    font-family: lato;
    font-size: 16px;
    color: #444444;
    opacity: 8.7;
    padding-bottom: 5.3px;
    outline: none;
    /*border-bottom: 5px;*/
  }
  .submit-button{
    text-align: center;
    height: 51px;
    width: 277px;
    background: #2386DB;
    font-family: lato;
    color: white;
    font-size: 20px;
    border-radius: 5px;
    border: 1px #1E73BC;
  }
  .signup-forgot{
    padding-top: 34.5px;
    position: relative;
    text-align: center;

  }
  a{
      text-decoration: none;
      opacity: 8.7;
      color: #2386DB;
      font-size: 12px;
      font-family: lato;
  }

  .login{
     text-align: center;
     padding-top: 49.5px;
  }

  .login-form{
      background-color: #ffffff;
      border-radius: 8px;
      /*box-shadow: 0px 3px 6px 0px #ffffff;*/
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }

  .errorMsg{
    color: #F55443;
    position: absolute;
    width: 480px;
    /*height: 46.6px;*/
    background: rgba(245,84,67,0.12);
    top: -72px;
    border-radius: 3px;
    text-align: left;
    font-family: lato;
    /*background: url('../images/error.svg') no-repeat;*/
    
  }

  .successMsgImage{
    height: 18px;
    position: absolute;
    margin-top: 12px;
    margin-left: 18px;
    margin-bottom: 14px;
  }

  .successMsgText{
    padding: 9.5px 18px 10px 46px;
    font-size: 16px;
    /*font-family: lato;*/
      /*position: absolute;*/
      /*margin-top: 13px;*/
      /*margin-left: 8px;*/
      /*padding: 2px 10px 10px 30px;*/
  }


  .successMsg{
    color: #35BD26;
    position: absolute;
    width: 480px;
    /*height: 46.6px;*/
    background: rgba(230, 247, 231, 0.96);
    top: -72px;
    border-radius: 3px;
    text-align: left;
    font-family: lato;
    
  }

  .showPass{
    position: absolute;
    margin-left: 320px;
    margin-top: -25px;
    cursor: pointer;
    height: 16px;
    width: 20px;
  }

