﻿.lp_login_dialog_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: white;
    border-radius: 12px;
}

.lp_login_dialog_container_wide {
    width: 490px;
}

.lp_login_dialog_container_padding {
    padding: 20px;
}

.lp_notification {
    width: calc(100% - 14px);
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 6px;
}

.lp_table {
    width: 100%;
}

.lp_table.lp_credentials {
    font-size: 14px;
}

    .lp_table.lp_credentials .lp_tr_input td:first-child {
        padding: 3px 0;
        width: 100px;
    }

.lp_table .lp_tr_input input {
    border: 1px solid #1d9ed9;
    height: 32px;
    font-family: inherit;
    font-size: inherit;
    text-indent: 10px;
    margin-left: 10px;
}


.lp_table.lp_credentials .lp_tr_input input,
.lp_table.lp_new_password .lp_tr_input input {
    width: 230px;
}


.lp_table .lp_tr_input input:-webkit-autofill,
.lp_table .lp_tr_input input:-webkit-autofill:hover,
.lp_table .lp_tr_input input:-webkit-autofill:focus,
.lp_table .lp_tr_input input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.lp_new_password .lp_tr_label {
    min-width: 135px;
}

.lp_table.lp_credentials .lp_validator {
    font-size: 13px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.lp_table.lp_credentials .lp_validator.lp_invalid {
    display: block;
    margin-left: 10px;
}

.lp_table.lp_credentials .lp_validator.lp_invalid,
.lp_table.lp_new_password .lp_validator.lp_invalid {
    max-width: 230px;
}

.lp_table.lp_credentials .lp_tr_input .lp_captcha_input {
    width: 230px;
    margin-left: 0;
    margin-top: 6px;
    margin-bottom: 6px;
}

.lp_table.lp_credentials .lp_captcha_container > div {
    width: 180px;
    height: 50px;
    background-color: white;
}

.lp_table.lp_credentials .lp_captcha_control_container {
    margin-left: 10px;
    font-size: 13px;
}

.lp_table.lp_credentials .lp_input_message {
    width: 350px;
}

.lp_table.lp_credentials .lp_tr_login_button td:nth-child(1) {
    width: 100px
}

.lp_table.lp_credentials .lp_tr_login_button td:nth-child(2) {
    width: 200px;
}

.lp_table.lp_new_password tr td:nth-child(1) {
    width: 120px;
}

.lp_table.lp_new_password input {
    width: 150px;
}

.lp_back_button_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 20px;
}

.lp_next_button, .lp_ok_button {
    padding-top: 20px;
    text-align: right;
}

.lp_message {
    color: red;
    font-size: 13px;
    margin-bottom: 6px;
    margin-top: 6px;
    display: block;
}

.lp_validator {
    display: none;
    color: red;
}

    .lp_validator.lp_invalid {
        display: inline;
    }

#lp_schools {
    color: black;
    border-color: #1d9ed9;
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    width: 460px;
    font-size: 14px;
}

#lp_schools th {
    text-align: left;
}

#lp_schools td, #lp_schools th {
    padding: 2px;
    height: 26px;
    padding-left: 10px;
}

#lp_schools thead tr {
    background-color: #1d9ed9;
    font-weight: bold;
    color: white;
}

#lp_schools tbody tr:nth-child(odd) {
    background-color: #E8F5FB;
}

#lp_schools tbody tr:nth-child(even) {
    background-color: #F2FAFF;
}

#lp_schools a {
    color: black;
    text-decoration: underline;
    cursor: pointer;
}

#lp_schools a[disabled] {
    text-decoration: none;
    cursor: default;
}

.lp_valign_top {
    vertical-align: top;
}

.lp_valign_middle {
    vertical-align: middle;
}

.lp_align_right {
    text-align: right;
}

tr.lp_remember > td > span[title] {
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

tr.lp_remember input[type='checkbox'] {
    margin-left: 0;
}

#lp_login_dialog {
    padding: 20px;
    font-size: 14px;
}

.lp_prompt_container_wide #cim_subprompt {
    width: 490px;
}
