/* 
    Document   : login
    Created on : 09 Jun 15, 10:55:26
    Author     : ivanset
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

#submit {
    background-size: 22px 22px;
    background-image: url('../img/login_arrow.png');
    background-position: 0px 0px;    
    border: none;
    width:23px;
    height:23px;    
    cursor:pointer;
    
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

input[type=text]{
    border: none;
    padding: 5px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #999999;
}

input[type=password]{
    border: none;
    padding: 5px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #999999;
}

