﻿.editor-field {
    width: inherit !important;
}

#changePassCancel {
    text-align: right;
    margin-right: 14px;
    margin-top: 5px;
    font-weight: bold;
    display: inline-block;
    float: right;
}

    #changePassCancel i {
        display: none;
    }

#AppFooter {
    text-align: center;
    background-color: #ededed;
    padding: 10px;
    border: 0;
}

#inner-logo-login {
    width: 309px;
    height: 104px;
    background: url('images/ar-logo.svg') 0 0 no-repeat;
    background-size: 309px 104px;
    margin-left: auto;
    margin-right: auto;
}

.arf-button-login {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    margin-top: 20px;
}

    .arf-button-login .k-button {
        font-family: Arial;
        width: 350px;
        border: none;
    }

        .arf-button-login .k-button .k-button-text {
            font-size: x-large !important;
        }

        .arf-button-login .k-button .k-icon {
            display: none;
        }

.arf-container-login {
    background: url('images/ar-stripes.svg') 0 0 no-repeat;
    background-size: 1200px 220px;
    background-position: center;
    background-color: #ededed;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 110%;
    align-items: center;
}

    .arf-container-login .centerbound {
        background-color: white;
        position: fixed;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin-top: -70px;
    }

    .arf-container-login .centerboundinner {
        display: inline-block;
        border-radius: 5px;
        padding: 15px;
        background-color: white;
        width: 410px;
    }

#remind-login {
    text-align: right;
    margin-right: 14px;
    margin-top: 5px;
    font-weight: bold;
    color: #043c77;
    display: inline-block;
    float: right;
}

    #remind-login:hover {
        text-decoration: none;
        cursor: pointer;
    }

#login-static-info {
    margin: 0 12px;
    padding-top: 10px;
    line-height: 14px;
    color: #e3003a;
    font-weight: bold;
    display: none;
    max-width: 300px;
}

.related-apps-box {
    top: 70px;
    position: relative;
}

    .related-apps-box a {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        background-color: #8393c1;
        line-height: 50px;
        color: white;
        font-size: large;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 8%);
        text-decoration: none;
    }

#indexLoginName, #indexPassword {
    flex-direction: column;
    width: 376px;
}

    #indexLoginName .editor-label, #indexLoginName .editor-field,
    #indexPassword .editor-label, #indexPassword .editor-field {
        align-self: auto;
        margin-bottom: -5px;
        color: darkgray;
        font-size: larger;
    }

    #indexLoginName input, #indexPassword input {
        border: none;
        border-bottom: 1px solid lightgrey;
    }
