body
{
    background: Url('../img/background.jpg') no-repeat fixed center center;
    background-size: cover;
    font-family: Calibri;
}
.logo
{
    width: 213px;
    height: 36px;
    margin: 50px auto;
}
.login-block
{
    width: 320px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    border-top: 5px solid #006699;
    margin: 0 auto;
}

.login-block h1
{
    text-align: center;
    color: #000;
    font-size: 18px;
    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 #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: Calibri;
    padding: 0 20px 0 50px;
    outline: none;
}

.username
{
    background: #ffffff url('../img/u0XmBmv.png') 20px top no-repeat;
    background-size: 16px 80px;
    
}

.username:focus
{
    background: #ffffff url('../img/u0XmBmv.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.password
{
    background: #ffffff url('../img/Qf83FTt.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.password:focus
{
    background: #ffffff url('../img/Qf83FTt.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input:active, .login-block input:focus
{
    border: 1px solid #ff656c;
}

.button
{
    width: 100%;
    height: 40px;
    background: #006699;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #e15960;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Calibri;
    cursor: pointer;
    background-size: 16px 80px;
    text-align: center;
}
.DropLogin
{
    width: 320px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #e15960;
    font-size: 14px;
    font-family: Calibri;
    cursor: pointer;
    background-size: 16px 80px;
    text-align: left;
}

.login-block button:hover
{
    background: #ff7b81;
}


