.model-content {
    border-bottom-left-radius: 12px;
}

.btn-signIn.active {
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    background-color: #2e617f;
}

.btn-signIn {
    border-radius: 2px;
}

.login-height {
    height: 100vh;
}

.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-control:focus+.form-control-placeholder,
.form-control:valid+.form-control-placeholder {
    font-size: 84%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
    padding-top: 0;
    padding-left: 0;
}

input#EmployeeId {
    border-top-right-radius: 8px !important;
}

input#EmployeeId,
input#exampleInputPassword1 {
    border: .05px solid rgb(219, 217, 217);
    border-left: none !important;
}

#showpassword {
    background-color: #d8dbe8;
}

.custom_input-password {
    border-right: none !important;
}

.container-fluid {
    overflow-x: hidden;
}

.input-group-text {
    background-color: #eff2ff;
    border: none;
    cursor: pointer;
}

.input__group-customright {
    background-color: transparent !important;
    border: .05px solid rgb(219, 217, 217) !important;
    border-left: none !important;
}

.register_link:hover {
    color: rgb(236, 107, 41);
}

.modal-header {
    background-color: #23233f;
    padding: 0;
    height: 45px;
}

.modal-header .close {
    padding: 10px;
    margin: 0;
    opacity: 1;
}

.modal-content {
    position: relative;
    border: none;
    border-radius: 10px;
}

.modal-dialog {
    top: 14%;
}

#onForgot,
.remember-btn {
    opacity: 0.9;
    font-size: 16px;
    letter-spacing: 0.47px;
    color: #21212a;
    font-family: "DiscoverSans-Book";
}

.remember-btn {
    position: relative;
    cursor: pointer;
}

.remember-btn input {
    margin-top: 0.1rem;
}

#showpassword {
    font-size: 12px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.47px;
    color: #4a4a4a;
}

#onForgot:hover {
    text-decoration: none;
}

.bg-formLogin label {
    opacity: 0.6;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2a2c35;
}

.sign_in__text {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: normal;
    color: #2a2c35;
}

.btn.btn-signIn.active {
    background: #ec6b29;
    border-radius: 25px;
    font-size: 20px;
    font-weight: bold;
    padding: 6px 18px;
    letter-spacing: .24px;
    font-family: "DiscoverSans-Bold";
}

.main_color {
    background: #23233f;
}

#demo .carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.b-b-none {
    border-bottom: none !important;
}

.b-left-radius {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom_input-group-text {
    background-color: #fff !important;
    border: .05px solid rgb(219, 217, 217);
    border-right: none !important;
}

.login-form_box {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 36%;
    margin: auto;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25),
        0 2px 2px rgba(0, 0, 0, 0.20),
        0 1px 4px rgba(0, 0, 0, 0.15),
        0 8px 8px rgba(0, 0, 0, 0.10),
        0 16px 16px rgba(0, 0, 0, 0.05);
    padding: 2%;
    border-radius: 6px;
}

input#exampleInputPassword1:focus {
    box-shadow: none;
    border-right: none !important;
}

.radius__top__left-right {
    border-top-left-radius: 8px;
}

.radius__bottom__left {
    border-bottom-left-radius: 8px;
}

.radius__bottom__right {
    border-bottom-right-radius: 8px !important;
}

.go_back h6 {
    font-family: "DiscoverSans-book";
    font-size: 16px;
    color: #23233f;
    font-weight: normal;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 2px;
    background-color: #fff !important;
    border: 1.5px solid #ccc;
}

.register__checkmark {
    top: 6px !important;
}

.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.check-rem-span {
    font-size: 16px;
    color: #21212a;
}

.register__checkbox {
    display: inline-block;
    line-height: 1.2;
    font-size: 10px;
    color: #23233f;
    font-family: "DiscoverSans-Medium";
}

.register_link:hover {
    color: rgb(236, 107, 41);
}

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-checkbox input~.checkmark {
    background-color: rgb(35, 35, 63);
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked~.checkmark {
    background-color: rgb(35, 35, 63) !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 5px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bg-formLogin {
    border-radius: 4px;
    background-color: #ffffff;
}

.custom_login-form {
    margin-bottom: 0 !important;
}

.custom_login-form {
    background-color: #fff !important;
    box-shadow: none;
}

.custom_form-input {
    border-radius: 0;
    height: 50px;
}

.custom_form-input::placeholder {
    opacity: 0.7;
    color: #828282;
    font-size: 14px;
    font-family: "DiscoverSans", sans-serif;
}

.close_modal_div {
    position: absolute;
    right: -4%;
    top: -30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border: 2px solid #fff;
    opacity: 1;
    cursor: pointer;
}

#main.container-fluid {
    overflow-y: hidden;
}

@media only screen and (min-width:1920px) {
    footer.page-footer.footer .container {
        max-width: 1575px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .width_ie-100 {
        width: 100%;
    }
}