html, body {
    font-family: 'AvenirLTStd-Heavy', sans-serif !important;
    color: #2C3142 !important;
    height: 100%;
    min-width: 600px;
}
label, input, button {
    font-family: 'AvenirLTStd-Heavy', sans-serif !important;
    color: #2C3142 !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'AvenirLTStd-Heavy', sans-serif !important;
    color: #2C3142 !important;
}
p {
    font-family: 'AvenirLTStd-Heavy', sans-serif !important;
    color: #858A99 !important;
}
.home-outter{
    display: table;
    width: 100%;
    margin-bottom: 30px;/* Height of footer*/
}
.version-footer {
    left: 0;
    right: 0;
    height: 30px;
    margin-bottom: 0;
    position: absolute;
    text-align: center;
    font-size: 0.90rem;
}
.register-header-logo img {
    max-height: 50px;
}
.home-header-row {
    width: 100%;
    max-width: 100% !important;
    background-color: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 0;
}
.captain-image {
    padding-top: 50px;
}
.row-top-spacer-signup {
    padding: 25px 0px; !important;
}
.signup-wrapper {
    width: 100%;
    margin: 50px 0px;
}

h5 {
    font-size: 20pt;
}
.chk-terms {
    font-size: 10pt;
    color: #858A99 !important;
}
.full-width {
    width: 100%;
    max-width: 100% !important;
}
.home-button {
    border-radius: 5px !important;
    font-size: 16pt;
    color : #fff !important;
    background-color: #679DCE;
}
.home-cancel-button {
    border-radius: 5px !important;
    font-size: 16pt;
    color : #000 !important;;
    background-color: #eeeeee;
}
.home-cancel-button:hover {
    border-radius: 5px !important;
    font-size: 16pt;
    color : #000 !important;
    background-color: #ddd;
}
.home-form-error {
    color: #FF0000;
    font-size: 9pt;
    font-weight: normal !important;
}

.home-link{
     color: #858A99;
     font-size: 9pt;
}
.login-input-text-height {
    padding-top: 10px !important;
}
.alert-box-text {
    width: 550px;
    border-top: none;
    border-right: 3px solid #DDDED9;
    border-bottom: 3px solid #DDDED9;
    border-left: 3px solid #DDDED9;
    text-align: center;
    display: inline;
    position: relative;
    font-weight: normal;
    position: absolute;
    top: 0;
    padding: 5px 30px;
    font-size: 0.8125rem;
    transition: none;
    background-color: #FFFFCC !important;
    color: #000;
    z-index: 99999;
}
.error {color: #ff0000; }
.alert-box a {
    color: #893BC9;
    text-decoration: underline;
}

.alert-box .close {
    color: #000;
    text-decoration: none;
    float: right;
}

.alert-box a:hover {
    color: #333;
    text-decoration: underline;
}
