.fondo{
          height: 580px;
         background-color:black;

}
.logo {
    width: 213px;
    height: 36px;
    font : SEDIF-ALIMENTARIA;
    margin: 30px auto;

}

.login-block {
    width: 500px;
    padding: 50px;
    background: black;
    border-radius: 5px;
    font-size: 18px;
    font-family: arial;
    border-top: 10px solid #8a2642;
    margin: 120px auto;


}

.login-block h1 {
    text-align: center;
    color: white;
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;

}

.login-block input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #8a2642;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: arial;
    padding: 0 20px 0 50px;
    outline: none;

}

.login-block input#username {
    background: #fff url('http://i.imgur.com/u0XmBmv.png') 20px top no-repeat;
    background-size: 16px 80px;

}

.login-block input#username:focus {
    background: #fff url('http://i.imgur.com/u0XmBmv.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input#password {
    background: #fff url('http://i.imgur.com/Qf83FTt.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#password:focus {
    background: #fff url('http://i.imgur.com/Qf83FTt.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input:active, .login-block input:focus {
    border: 1px solid #8a2642;
}

.login-block button {
    width: 100%;
    height: 40px;
    background: #8a2642;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #8a2642;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    font-family: arial;
    outline: none;
    cursor: pointer;
}


.login-block button:hover {
   background-color:#8a2642;
 color: black;
 box-shadow: inset 0 0 0 2px #000000;
}
