html.centered, body.centered, .container-table { height: 100%; }

body {
    background-color: #f9f9f9;
    margin: 0 auto;
}

.container-table { display: table; }
.vertical-center-row { display: table-cell; vertical-align: middle; }
.btn { margin-top: 10px; }


a {
    color: #00A3EB;
}
a:hover {
    color: #800000;
}
.sendtex-container {
    margin-top: 30px;
}
.sendtex-bg-blue {
    background-color: #00a3eb !important;
    border-color: #00a3eb !important;
}
.sendtex-border {
    font-family: Verdana, sans-serif;
    color: #525252;
    line-height: 16px;
    font-size: 13px;
    padding: 10px 45px 30px 45px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
}

h1 {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #00a3eb;
}

/* SPECIFIC STYLES FOR COMPANIES */

.sendtex-bg-2932 {
    background-color: #5bab26 !important;
    border-color: #5bab26 !important;
}