﻿body {
    font-family: 'Open-Sans', Verdana, Arial, Helvetica, sans-serif;
    margin: 0 auto;
    background-size: 100%;
    color: #333;
    padding: 0;
}

.standby_heading {
    font-family: Open Sans, sans-serif;
    color: #2E75B6;
    font-weight: 300;
    font-size: 40px;
    text-align: center;
    padding-top: 225px;
    margin: 0;
    font-weight: 500;
}

.standby_headingGray {
    font-family: Open Sans, sans-serif;
    color: #7F7F7F;
    font-size: 22px;
    text-align: center;
    padding-top: 0px;
    margin: 0;
    font-weight: 500;
}

.para_line {
    font-family: Open Sans, sans-serif;
    color: #04478a;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    margin: 0px;
}

.bottom_line {
    font-family: Open Sans, sans-serif;
    color: #7F7F7F;
    font-size: 22px;
    text-align: center;
    padding-top: 20px;
    margin: 0;
    font-weight: 500;
}

.arms_v {
    font-family: Open Sans, sans-serif;
    color: #04478a;
    font-weight: 300;
    font-size: 14px;
}

.page_error {
    margin: 0 auto;
    width: 100%;
}

.error_img {
    text-align: center;
    margin: 0 auto;
    padding: 20px 0px 30px 0px;
}

.bottom_button {
    font-family: Open Sans, sans-serif;
    color: #4e555a;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    margin-top: 40px;
    font-weight: 500;
}

    /* .bottom_button a:link, a:active, a:visited {
        color: #7cbbfb;
        text-decoration: none;
        background-color: #fff;
        padding: 10px 30px;
        border-radius: 8px;
        border: 1px solid #7cbbfb;
    }

    .bottom_button a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #7cbbfb;
        border: 1px solid #7cbbfb;
    }
*/

.butt1 {
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    background: #fff;
    color: #7cbbfb;
    border-radius: 10px;
    border: 1px solid #7cbbfb;
    display: inline-block
}

    .butt1:hover {
        padding: 10px 20px;
        cursor: pointer;
        font-weight: 400;
        font-size: 18px;
        background: #7cbbfb;
        color: #fff;
        border-radius: 10px;
        border: 1px solid #7cbbfb;
        display: inline-block;
        outline: 0px
    }

    .butt1:active {
        padding: 10px 20px;
        cursor: pointer;
        font-weight: 400;
        font-size: 18px;
        background: #7cbbfb;
        color: #fff;
        border-radius: 10px;
        border: 1px solid #7cbbfb;
        display: inline-block
    }

    .butt1:visted {
        padding: 10px 20px;
        cursor: pointer;
        font-weight: 400;
        font-size: 18px;
        background: #7cbbfb;
        color: #fff;
        border-radius: 10px;
        border: 1px solid #7cbbfb;
        display: inline-block
    }
