﻿#logo {
    background: url(../../SEMSHeader/Images/JITSHeader.png) no-repeat top;
    width: 100%;
    height: 120px;
    margin-bottom: 15px;
    margin-top: -15px;
}

.forgot {
    margin-top: 20px;
}
#message-box{
    margin-bottom:20px;
}
.imgValidate {
    width: 100%;
    height: 45px;
}
.check-group label{
    margin-left:10px;
}
.form-heading {
    color: #fff;
    font-size: 23px;
}

.panel h2 {
    color: #444444;
    font-size: 18px;
    margin: 0 0 8px 0;
}

.panel p {
    color: #777777;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 24px;
}

.login-form .form-control {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    height: 45px;
}

.main-div {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 2px;
    margin: 10px auto 30px;
    max-width: 90%;
    padding: 40px 35px 71px;
}

.login-form .form-group {
    margin-bottom: 25px;
}

.login-form {
    text-align: center;
}

.forgot a {
    color: #777777;
    font-size: 14px;
    text-decoration: underline;
}

.check-group {
    text-align: left;
    margin: 10px 0;
}

.login-form .btn.btn-primary {
    background: #356eae none repeat scroll 0 0;
    border-color: #356eae;
    color: #ffffff;
    font-weight:bold;
    font-size: 14px;
    width: 100%;
    height: 45px;
    line-height: 35px;
    padding: 0;
}

.forgot {
    text-align: left;
    margin-bottom: 30px;
}

.botto-text {
    color: #ffffff;
    font-size: 14px;
    margin: auto;
}

.login-form .btn.btn-primary.reset {
    background: #ff9900 none repeat scroll 0 0;
}

.back {
    text-align: left;
    margin-top: 10px;
}

    .back a {
        color: #444444;
        font-size: 13px;
        text-decoration: none;
    }

.login-left {
    width: 100%;
    height: 97vh;
    background-color: #00285a;
    text-align: center;
    padding-top: 60px;
}

.login-right {
    margin-top: 120px;
}

/*huydq*/

.form-group {
    align-items: center;
    margin-bottom: 1rem;
}

    .form-group label {
        display: flex;
        align-items: center;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .form-group .fas {
        margin-right: 5px; /* Khoảng cách giữa icon và text */
        color: #00285A; /* Màu xanh cho icon */
    }

    .form-group .text-danger {
        padding-left: 5px;
        color: red; /* Màu đỏ cho dấu * */
    }

.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 1rem;
}

    .form-control:focus {
        border-color: #80bdff;
        outline: none;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.25);
    }

.field-required {
    margin-right: 10px;
}

.username-label {
    font-size: 14px;
    color: #00285A; /* Màu xanh lá cho icon */
    font-weight: bold;
}
.password-label {
    font-size: 14px;
    color: #00285A; /* Màu cam cho chữ Password */
    font-weight: bold;
}
/*End huydq*/