
#login {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    top: -8px;
    left: -8px;
}

.loginTop
{
    position:relative;
    width: 100%;
    margin: 0;
    top:0;
    background-image: url("../img/background_login.png");
    background-size:cover;
}

#loginLine
{
    height: 12px;
    background: url("../img/menu_bg.png");
    top:0;
    width:100%;

}

#loginBottom
{
    position:relative;
    background-color: rgb(255, 255, 255);
    text-align:center;
    padding:10px;
}

.loginBox
{
    position:relative;
    width: 300px;
    height: 340px;
    margin: auto;
    border-radius: 7px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    background-color: rgba(12, 17, 0, 0.7);
    padding:20px;
    top:20px;
}

.login table
{
    font-family: "LatoLight", serif;
    font-size:100%;
    color: rgb(59, 59, 59);
    border-style:none;
    width: 230px;
}

.login td
{
    font-family: "LatoLight", serif;
    color: rgb(255, 255, 255);
    font-size:16px;
}

/** Buttons  **/

.btLogin
{
    font-family:"Lato", serif;
    font-size:110%;
    text-align:center;
    color: rgb(255,255,255);
    background-color: rgb(145, 183, 65);
    border-style:none;
    width: 230px;
    height: 44px;
    cursor:pointer;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;

}

.btLogin:hover
{
    background-color: rgb(135, 173, 55);
}

.btLogin:active
{
    color: rgb(245,245,245);
    background-color: rgb(145, 183, 65);
}

.loginText
{
    font-family: "Lato", serif;
    color: rgb(56, 68, 30);
    font-size:100%;
    line-height: 1.2;
    text-align: left;
    border-color: rgb(48, 60, 23);
    border-radius: 3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    background-color: rgb(192, 199, 184);
    width: 260px;
    height: 35px;
    margin-left:10px;
}
span.loginTxt {
    font-family: "Lato",serif;
    font-size: 100%;
    color: rgb(157, 157, 157);
    line-height: 1.385;
}

span.login_lisa{
    font-size: 100%;
    font-family: "Lato",serif;
    color: rgb(43, 43, 43);
    line-height: 3;
    text-align: center;
}
a.login_lisa
{
    font-size: 100%;
    font-family: "LatoBold",Lato,serif;
    text-decoration:none;
    color: rgb(98, 109, 77);
    line-height: 3;
}

a.login
{
    font-family: "LatoBold",Lato,serif;
    font-size: 100%;
    color: rgb(123, 149, 77);
    line-height: 1.4;
    text-decoration: none;
    cursor:pointer;
}

@media screen and (max-width: 500px){
    .loginTop{
        height: 467px;
    }
    .loginBox{
        height: 264px;
        width: 235px;
    }
    .loginLogo{
        height: 40px;
        width: 112px;
    }
    .deskisLogin{
        height: 35px;
        width: 127px;
    }
    .loginText{
        width: 200px;
    }
    .btLogin{
        width: 150px;
    }
    body{
        font-size: 12px;
    }
}