﻿/*LoginMaster CSS Orange Theme*/
.button
{
    border-left: 0 none #51a351;
    border-right: 0 none #51a351;
    border-top: 0 none #51a351;
    border-bottom: 0 none #387038;
    width:100%;
    box-sizing:border-box;
    display: inline-block;
    padding: 2px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;        
    padding: 11px 19px;
    font-size: 17.5px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #B54D08;
}
