﻿/* Used for ASPX Server Pages Only */
html {
    background: #ffffff;
    height: 99.9%;
    width: 100%;
}

html, body {
    font-family: 'Segoe Light', 'Segoe UI Light', 'Segoe UI', 'Segoe WP Light', 'Roboto Light','Frutiger','Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
}

html,
body {
    color: #444444;
}

h1 {
    font-family: 'Segoe Light', 'Segoe UI Light', 'Segoe UI', 'Segoe WP Light', 'Roboto Light','Frutiger','Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 40px;
    text-align: left;
    letter-spacing: -1pt;
    font-weight: normal !important;
    margin-bottom: 12px;
    color: #444444;
}
h2 {
    font-family: 'Segoe Light', 'Segoe UI Light', 'Segoe UI', 'Segoe WP Light', 'Roboto Light','Frutiger','Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 30px;
    text-align: left;
    letter-spacing: -1pt;
    font-weight: normal !important;
    margin-bottom: 12px;
    color: #444444;
}

.requiredStyle {
    color: #FF1B1B;
}

input {
    color: #444444;
    background-color: #f1f1f1;
    border: 1px solid #ababab;
    width: 100%;
    height: 38px;
    font-size: 18px;
}

    input:hover {
        background-color: #dfebf4;
    }

    input:active {
        background-color: #e3e3e3;
    }

    input[type=submit] {
        color: #444444;
        background-color: #f1f1f1;
        border: 1px solid #ababab;
        width: 112px;
        height: 38px;
        font-family: 'Segoe Light', 'Segoe UI Light', 'Segoe UI', 'Segoe WP Light', 'Roboto Light','Frutiger','Helvetica Neue', Helvetica, Arial, sans-serif;
        margin-top: 5px;
        padding: 5px 10px;
        font-weight: bold;
        border-radius: 0px;
        font-size: 16px;
        cursor: pointer;
        -webkit-appearance: none;
    }

    input[type=checkbox] {
        width: auto !important;
        height: auto !important;
        margin: 0px 6px 0px 0px;
        vertical-align: -1px;
        cursor: pointer;
    }

        input[type=checkbox]:hover {
        }

        input[type=checkbox] label {
            font-size: 15px;
        }

label {
    font-family:'Segoe Light', 'Segoe UI Light', 'Segoe UI', 'Segoe WP Light', 'Roboto Light','Frutiger','Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

select {
    color: #444444;
    background-color: #f1f1f1;
    border: 1px solid #ababab;
    height: 42px;
}

textarea {
    width: 100%;
    color: #444444;
    background-color: #f1f1f1;
    border: 1px solid #ababab;
}

    textarea:hover {
        background-color: #dfebf4;
    }

    textarea:active {
        background-color: #e3e3e3;
    }

.horizontal {
    margin: 0px;
    display: inline-block;
}

.failureNotification {
    color: #ff0000;
}

@media only screen and (max-device-width: 480px) {
    .accountInfo {
        width: 100%;
        min-width: 300px;
        margin-left: auto !important;
        margin-right: auto !important;
        vertical-align: central;
    }
}

@media only screen and (min-width:500px) {
    .accountInfo {
        width: 600px;
        min-width: 500px;
        max-width: 600px;
        margin-left: auto !important;
        margin-right: auto !important;
        vertical-align: central;
        border-radius: 2px;
        box-shadow: 0 4px 6px 1px rgba(50, 50, 50, 0.14);
        box-sizing: border-box;
        padding: 10px 30px 10px 32px;
    }
}

.requiredStyle {
    font-size: 24px;
    line-height: 14px;
    height: 12px;
    vertical-align: bottom;
    margin-left: 5px;
}

.textBoxStyle {
    background-image: none;
    font-size: 16px;
    display: block;
    outline: 0;
    height: 36px;
    padding: 1px 8px;
    margin: 0px;
    width: 100%;
    max-width: 292px;
    line-height: 36px;
}

.submit-login {
    margin-top: 10px;
}

.rememberme {
    margin-bottom: 10px;
}

#poweredBy {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    font-size: xx-small;
    vertical-align: middle;
}
