html,
body {
    height: 100%;
    overflow-y: auto;
}

.col-md-5.pad-t-150.pad-lr-80.bgwhite {
    min-height: 100vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.LoginPage {
    min-height: 100vh;
    background: #f5f5f5;
    overflow-y: auto;
}

.login {
    background: #fff;
    min-height: 100vh;
    overflow-y: auto;
}

.no-mar {
    margin: 0;
}

.no-pad {
    padding: 0;
}

.bgBack {
    background: linear-gradient(45deg, #2196F3, #3F51B5);
    height: 120vh;
    padding: 80px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bgBack h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.bgBack p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.bgBack img {
    max-width: 80%;
    margin: auto;
}

.bgwhite {
    background: white;
}

.pad-t-150 {
    padding-top: 150px;
}

.pad-lr-80 {
    padding-left: 80px;
    padding-right: 80px;
}

.Head img {
    height: 40px;
}

.mt-20 {
    margin-top: 20px;
}

.form-group {
    margin-bottom: 50px;
}

.form-group label {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 5px;
}

.mb-35 {
    margin-bottom: 35px;
}

.form-control {
    height: 45px;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 0 18px;
    font-size: 16px;
}

.showpass {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #666;
}

.checkBox {
    display: block;
    position: relative;
    cursor: pointer;
}

.btn-primary {
    background: #2196F3;
    color: white;
    font-weight: 500;
    border: none;
}

.btn-BlueSecondary {
    background: #E3F2FD;
    color: #2196F3;
    font-weight: 500;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pad-l-25 {
    padding-left: 25px;
}

.mt-80 {
    margin-top: 80px;
}

.width150 {
    width: 150px;
}

.mr-40 {
    margin-right: 40px;
}

.btn-primary {
    background: #2196F3;
    border: none;
    height: 45px;
    border-radius: 8px;
    color: white;
    font-weight: 500;
}

.btn-text {
    color: #2196F3;
    text-decoration: none;
}

.alert {
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.alert-danger {
    background-color: #FFF3F3;
    border-color: #FF4444;
    color: #FF4444;
}

.login-footer {
    border-top: 1px solid #eee;
    margin-top: 32px;
    padding-top: 16px;
    padding-bottom: 18px;
    color: #888;
    font-size: 15px;
}

@media (max-width: 768px) {
    .bgBack {
        display: none;
    }

    .pad-lr-80 {
        padding: 20px;
    }

    .pad-t-150 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .login-footer {
        margin-top: 40px;
    }
}