﻿body {
    background-image: url('../img/background-sliver.png');
    background-repeat: repeat-x;
}

#btn-login {
    background-color: #57652A;
    border: 1px solid #57652A;
    border-radius: 10px;
    color: white;    
    cursor: pointer;
    font-size: 20px;
    letter-spacing: 2px;    
    outline: 0 none;
    padding: 10px;    
    margin: 5px 0px 0px 0px;
    width: 100%;
}

#btn-login:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

#login-field-icon-top {
    height: 35px;
    padding: 0px 10px 0px 10px;    
}

#login-field-icon-bottom {
    height: 35px;
    padding: 0px 10px 0px 10px;
}

#password, #username {
    border: 1px solid #155765;
    font-size: 20px;
    outline: 0 none;
    padding: 15px 0px 15px 10px;
    width: 255px;
}

#password {
    border-bottom-right-radius: 15px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: auto;
}

table td {
    padding: 0px;    
}

#username {
    border-top-right-radius: 15px;
}

#user_icon_cell {
    background-color: #155765;
    border-top-left-radius: 15px;
}

#user_lock_cell {
    background-color: #155765;
    border-bottom-left-radius: 15px;
}