﻿body {
    background:url('../images/loginbg.jpg') no-repeat fixed center center;
    background-size: cover;
    font-family :Calibri;
    
}

.logo {
    width: 220px;
    height: 60px;
    background: url('/uploads/logo.png') no-repeat;
    margin: 10px auto 20px;
     -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.login-block {
    width: 320px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    border-top: 5px solid #f1800f;
    margin: 7% auto 0 auto;
}

.login-block h1 {
    text-align: center;
    color: #000;
    font-size: 18px;
    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: Montserrat;
    padding: 0 20px 0 50px;
    outline: none;
}

.login-block input#username {
    background: #fff url('../images/loginuser.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#username:focus {
    background: #fff url('../images/loginuser.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input#password {
    background: #fff url('../images/loginkilit.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#password:focus {
    background: #fff url('../images/loginkilit.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input:active, .login-block input:focus {
    border: 1px solid #f1800f;
}

.login-block .button {
    width: 100%;
    height: 40px;
    background: #f1800f;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #d46d1a;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
     padding: 0 20px 0 20px;
    outline: none;
    cursor: pointer;
}

.login-block .button:hover {
    background: #d46d1a;
}
