﻿.form-control {
    padding-left: 50px;
    font-size: 15px;
    height:50px;
}

.form-control:focus {
    box-shadow: 0 0 0 0.1rem rgba(0,123,255,.25);
}

.form-group > i {
    position: absolute;
    padding: 17px;
    color: #214497;
}

.danger {
    color: red;
    font-size: 13px;
}

.checkbox, .checkbox > .form-check-input, .checkbox > .form-check-label {
    cursor: pointer;
    font-size: 14px;
    width: auto;
    background: none;
}

.checkbox > .form-check-input:focus {
    outline: none;
}

.checkbox > .form-check-input[type=checkbox] {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    background: url('/Content/Img/chk_off.png');
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.2s;
    position: relative;
    top: 2px;
    margin-top: 0;
    margin-left: 0;
}

.checkbox > .form-check-input[type=checkbox]:checked {
    background-image: url('/Content/Img/chk_on.png');
}

.checkbox {
    cursor: pointer;
    display: inline-block;
}

.login-container {
    padding:0;
    max-width:none;
}

.row {
    max-width: 500px;
    min-width: 320px;
    margin: 10% auto;
}

.login-form-1 {
    padding: 15% 10% 5%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1), 0 9px 26px 0 rgba(0, 0, 0, 0.10);
}

.login-form-1 h3 {
    text-align: center;
    color: #333;
}

.login-container form {
    padding: 10%;
}

.login-form-1 .btnSubmit {
    border-radius: 5px;
    padding: 1.5%;
    border: none;
    font-weight: 600;
    color: #fff;
    background-color: #214497;
    width: 100%;
    font-size: 18px;
    height: 50px;
}

.login-form-1 .btnSubmit:focus {
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(0,123,255,.25);
}


/* SetExpirePassword */

.config-wrap {
    max-width: 500px;
    min-width: 320px;
    margin: 8% auto;
}

.config-table {
    padding: 10% 8% 5%;
    box-shadow: 0 5px 8px 0 rgb(0 0 0 / 10%), 0 9px 26px 0 rgb(0 0 0 / 10%);
}

    .config-title {
        text-align: center;
        color: #333;
        font-size: 1.75rem;
        padding-bottom:10px;
    }

    .config-txt {
        font-size:14px;
        color:#555;
        text-align:center;
        margin:15px 0 20px;
        padding:15px 10px;
        background:#f7f7f7;

    }

        .config-txt span {
            font-weight:bold;
        }

    .config-ctn {
        list-style:none;
        padding:0;
    }
        
        .config-ctn li {
            display:flex;
            flex-direction:row;
            flex-wrap:wrap;
            margin-bottom:10px;
        }

            .config-ctn li .config-tit {
                font-size:14px;
                align-self:center;
                margin:0;
            }

            .config-ctn li .col-sm-8 {
                padding:0;
                display:flex;
                flex-direction:column
            }

                .config-ctn li .col-sm-8 .form-control {
                    height: 40px !important;
                    padding: 10px !important;
                }

                .config-ctn li .col-sm-8 .danger {
                    margin-top:4px;
                }


        .no-memeber-alert {
            text-align:center;
            font-size:13px;
            margin:5px 0;
            color:#ff0000;
        }

            .no-memeber-alert p {
                margin-bottom:0px;
            }

        .config-ctn li.btn-wrap {
            flex-direction:column;
        }

            .config-ctn li.btn-wrap div.btn-ctn {
                margin:10px auto 0;
            }

.last-login {
    font-size: 11px;
    width: 100%;
    color: #222;
    text-align: right;
}

@media (min-width: 321px) and (max-width: 767px) {
    .config-ctn li .config-tit {
        padding:0;
        margin-bottom:10px;
    }

}