﻿/*styling both submit buttons */
#formato p.button input {
    width: 30%;
    cursor: pointer;
    /*background: rgb(61, 157, 179);*/
    background: rgb(40, 137, 154);
    padding: 3px 5px 1px 5px;
    /*font-family: 'BebasNeueRegular','Arial Narrow',Arial,sans-serif;*/
    color: #fff;
    font-size: 22px;
    border: 1px solid rgb(28, 108, 122);
    margin-bottom: 10px;
    margin-right: 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px rgb(254, 254, 254), 0px 5px 3px 3px rgb(210, 210, 210);
    -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px rgb(254, 254, 254), 0px 5px 3px 3px rgb(210, 210, 210);
    box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px rgb(254, 254, 254), 0px 5px 3px 3px rgb(210, 210, 210);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    #formato p.button input:hover {
        background: rgb(74, 179, 198);
    }

    #formato p.button input:active,
    #formato p.button input:focus {
        background: rgb(40, 137, 154);
        position: relative;
        top: 1px ;
        border: 1px solid rgb(28, 108, 122);
        -webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
        -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
        box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
    }

p.login.button,
p.signin.button {
    text-align: left;
    margin: 10px 2px 10px ;
    
}

table {
    width: 100%;
    border-collapse: collapse;
}

td {
    padding: 5px;
    vertical-align: top;
}

    td:nth-child(1) {
        text-align: right;
    }

    td:nth-child(2) {
        text-align: left;
    }

h4 {
    margin: 0;
}