﻿#LogoImage {
    border: none;
    max-height: 50px;
    max-width: 300px;
}

#LogoContainer {
    text-align: center;
    margin: 10px 0;
}

#HelpContainer {
    text-align: right;
    line-height: 35px;
}

#LoginHeader {
    background-color: #e0e9f2;
}

#ServerTime {
    margin-bottom: 10px;
    text-align: right;
}

#LicenseInfo {
    margin-bottom: 10px;
}

#ErrorContainer {
    margin-top: 30px;
}

#RememberMe {
    margin: 10px 0;
}

#CopyrightContainer,
#AppVersion {
    text-align: center;
}

#ValidationSummaryErrors ul {
    padding: 0;
}

input[type=text], input[type=password] {
    width: 97%;
    display: inline-block;
    margin: 10px 0;
}

h3 {
    margin: 10px 0;
}

.ie9-only {
    display: none;
}

.asure-id-btn {
    width: 100%;
    background: #fff;
    color: #009fe3;
    border: 2px solid #009fe3;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 0;
    transition: background 0.2s, color 0.2s;
}

    .asure-id-btn:hover, .asure-id-btn:focus {
        background: #009fe3;
        color: #fff;
        text-decoration: none;
    }

.or-login-with {
    text-align: center;
    color: #888;
    font-size: 14px;
    margin: 16px 0 8px 0;
    font-weight: 500;
}

.center-login-btn {
    display: flex;
    justify-content: center;
    width: 100%;
}

.divider-with-text {
    display: flex;
    align-items: center;
    text-align: center;
}

    .divider-with-text::before,
    .divider-with-text::after {
        content: "";
        flex: 1;
        border-bottom: 1px solid #ddd;
    }

    .divider-with-text::before {
        margin-right: 10px;
    }

    .divider-with-text::after {
        margin-left: 10px;
    }

.alert-banner {
    padding: 5px 100px;
    font-size: 14px;
}

    .alert-banner h4 {
        font-weight: bold;
    }

    .alert-banner p {
        line-height: 1.4;
    }

.banner-container {
    background-color: #FFA500;
    padding: 10px;
}

.banner-heading {
    color: #333;
    margin-top: 5px;
    margin-bottom: 5px;
}

.banner-text {
    color: #333;
    margin-bottom: 5px;
}

#ButtonMigrateNow, #ButtonMigrateLater {
    width: 95%;
}

#ButtonMigrateNow {
    background: #009fe3;
    color: #fff;
    text-decoration: none;
}

#pnlMigration {
    width: 350px;
}

    #pnlMigration h3 {
        text-align: center;
    }