﻿body {
    padding-top: 0px; /*50px*/
    padding-bottom: 5px; /*20px*/
   
}

/* Set padding to keep content from hitting the edges */
    .body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.body-login {
    padding-left: 15px;
    padding-right: 15px;
    /*background-image: url("../Images/background.jpg");*/
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;   
}

.content-wrapper {
    padding-bottom: 5px; /*16px;   26... 46 Footer Height */
}

.whitetext {
    color: #fff;
    font-family: Verdana,"Segoe UI Light", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    /*font-size: 14px;*/
    font-size: 11px;
    font-weight: normal;
}

.bluetext {
    /*color: #00A3E0;*/
    color: #004C97;
    font-family: Verdana,"Segoe UI Light", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    /* font-size: 14px; font-weight: normal*/
    font-size: 11px;
    font-weight: normal;
}

.matcherblue {
    background-color: #00A3E0;
}

.loginblue {
    background-color: #00A3E0;
    border-width: 2px;
    border-color: #004C97;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
}

.loginblock {
    background-color: white;
    border-width: 2px;
    border-color: #004C97;
    border-right-style: solid;
    border-left-style: solid;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
    font-family: Verdana,"Segoe UI Light", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 11px;
    font-weight: normal; 
    border-width:1px;
}


    /* hide selection highlight - put it as white */
input:-webkit-autofill {-webkit-box-shadow:0 0 0px 1000px white inset;
}     

.button {
    background-color: #004C97;
    border: none;
    color: white;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: Verdana,"Segoe UI Light", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
}

.button-logon {
    background-color: #004C97;
    border: none;
    color: white;
    padding: 0px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: Verdana,"Segoe UI Light", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    border-radius: 10px;
    /* margin:10px,10px,0,0;*/
}
.button-txt {
    background-color: #004C97;
    border: none;
    color: white;
    /* padding: 10px 30px;*/
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: Verdana,"Segoe UI Light", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    /* margin:10px,10px,0,0;*/
}

.loginlogo {
    /*content: url("Matcher5HubLogo.png");*/
    margin: 0;
    padding: 0;
}

.logincontainer {
    margin-right: auto;
    margin-left: auto;
    width:453px;
}


/* Footer */
.footer-wrapper {
    height: 5px; /*20px; 46px Footer Height */
    position: absolute; /*bottom: 0;*/
    width: 100%;
}

.footer {
    font-size: 10.5px;
    color: #999999;
}

.footer-link {
    color: #999999;
    border-right: 1px solid #bbbbbb;
    margin-right: 7px;
    padding-right: 10px;
    white-space: nowrap;
}

    .footer-link:last-child {
        border: none;
        margin: 0;
        padding: 0;
    }

.footer-left {
    float: left;
}

.footer-right {
    float: right;
}

.footer-left,
.footer-right {
    padding: 10px 24px 10px /*16px 24px; */
}