table{
    border: 2px solid #353a46;
    background-color: #3ABAP1;
}

input (type=text) , input(type=password)
{ 
    width: 100%;
    padding: 8px 20px;
    border: 2px solid #ccc;
    box-sizing: border-box;
}
{
    width: 100px;
    height: 100px;
}
lable
{
    font-size: 14px;
    font-weight: bold;
    font-family: arial;
}

input (type=submit)
{
    background-color: #1c94cb;
    color: white;
    padding: 8px 10px;
    margin: 8px 0px;
    border: solid;
    cursor: pointer;
    width: 40%
}