﻿label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 100;
    cursor: pointer;
}

.table {
    margin-bottom: 0px;
}

#RememberMe {
    vertical-align: top;
}

a:hover, a:focus {
    color: #32aae0;
    text-decoration: none;
}

a:active {
    color: #32aae0;
    /*text-decoration: underline;*/
}
.loginlogo {
    float: left;
    width: 222px;
}

.version {
    text-align: right;
    text-decoration: underline;
}