﻿#ctl00_PlaceHolderMain_signInControl_nonACNModal {
    display: none;
}

.non-acn-modal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    filter: alpha(opacity=40);
}

.modal-content {
    position: relative;
    z-index: 2;
    background-color: #fefefe;
    margin: auto;
    margin-top: -150px;
    padding: 40px;
    border: 1px solid #888;
    width: 252px;
}

.close-modal {
    color: #aaaaaa;
    float: right;
    font-size: 24px;
    font-weight: bold;
    margin-top: -40px;
    margin-right: -30px;
}

.close-modal:hover,
.close-modal:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.non-acn-userid {
    width: 160px;
    padding: 5px 5px !important;
}

.modal-content .errorMsg {
    width: 172px;
    color: red;
    font-size: 11px;
    display: none;
    margin-top: 10px;
}

.header-topnav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid lightgray;
    background-color: #fff;
}

.acn-logo-container {
    float: left;
    margin: 10px;
    position: relative;
}

.acn-logo-container img {
    height: 28px;
}

.center {
    width: 400px;
    margin: auto;
}

.center .ms-error {
    margin-left: 10px;
    margin-bottom: 5px;
    display: block;
    position: relative;
}

.avatar {
    text-align: center;
}

.avatar img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    position: relative;
    margin: 0 0 40px 0;
}

.inputContainer {
    display: inline-table;
    width: inherit;
}

.forgotPasswordContainer {
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.form-input {
    width: 92%;
    height: 30px;
    border-radius: 0px;
}

.btnLoginContainer {
    position: relative;
    margin-top: 5px;
}

.btnLoginContainer input[type=checkbox] {
    margin-top: 10px;
}

.btnLoginContainer label {
    margin-top: 10px;
}

.inputContainer span {
    margin: 0 0 3px 10px;
}

.inputContainer input {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.btn-submit {
    float: right;
    font-size: 14px !important;
    font-weight: 400;
    box-sizing: border-box;
    border: 1px solid rgb(0, 120, 212) !important;
    text-align: center;
    cursor: pointer;
    width: 40%;
    height: 35px;
    background-color: rgb(0, 120, 212) !important;
    color: rgb(255, 255, 255) !important;
    user-select: none;
    border-radius: 0px;
}

.btn-submit:hover {
    border: 1px solid rgb(16, 110, 190) !important;
    background-color: rgb(16, 110, 190) !important;
}
