body {
    background-color: #222222;
    font-family: "Nunito Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media(min-width: 767px) {
    .container, .layout-1column > .container {
        width: 450px;
    }
    .container, .layout-1column > .container {
        padding: 0 15px;
    }
}

.main-wrapper .login-form-wrapper {
    -webkit-box-flex: 0;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin-top: 40px;
}


.main-wrapper .login-form-wrapper .content-block {
    margin: 0;
    height: 100%;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
}

.main-wrapper .login-form-wrapper .login-header {
    margin: 0 -1.2em;
    padding: 1em 1.5rem;
    border-bottom: #dbdbdb 1px solid;
}

.content-block {
    padding: .5rem 2rem 2rem;
    /*background: #F2F2F2;*/
    background: #fff;
    border-radius: 4px;
}

.heading3, .heading4 {
    line-height: 1.33333;
    color: #354050;
    margin: 0;
    font-weight: 400;
}

/* Styles specific to the form buttons */
.button--form {
    margin: 2rem 0 0 auto;
    padding: 0.75rem 3rem;
    border: none;
    background: var(--button-background-color);
    /* Added 02/13/2023 */
    width: 100%;
    border-radius: 4px;
    font-size: 18px;
    line-height: 1.3333333;
    font-weight: 400;
    color: #fff;
}

    .button--form:hover, .button--form:focus {
        background: var(--background-color-hover);
    }

.btn-green {
    background-color: #8ac007; /*#AFD929; */
    color: #fff !important;
    border-radius: 5px;
}

.is-invalid-border {
    border-color: #dc3545 !important;
}

/*img {
    width: 215px;
}*/

/*.form-control:focus {
    border-color: #ff80ff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 100, 255, 0.5);
}*/

.form-control:active, .form-control:focus {
    border-color: #8ac007;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

/* Styles specific to the Password input box for the Show option */
.input-group {
    display: flex !important;
    flex-wrap: nowrap !important;
}

.input-group-text {
    cursor: pointer;
    border-radius: 0 .25rem .25rem 0 !important;
    font-size: 14px;
}
    .input-group-text:hover {
        background-color: #d2d5d8;
    }

.modal-bottom {
    background: #f5f5f5;
    border-radius: 0 0 3px 3px;
    padding: 1em 10px;
    /*margin: 40px -20px -20px -20px;*/
    margin: 0px -20px -20px -20px;
}

.modal-bottom-content {
    color: #7c7c7c;
    margin: 0px;
}

.form-control {
    height: 4.25rem;
}

.checkmark-icon {
    display: inline-block;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    transition: all .3s;
    color: #61ce70;
    border-color: #61ce70;
}