


/*=====================================================
    Login Page CSS Section Start
=====================================================*/
.login_bg_sec {
    /* background: url(../images/TrialNewBG.jpg) no-repeat;*/
    background-size: cover;
    background-position: bottom;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.login_bg_sec::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 8%);
}

.loginForm_sec {
    width: 26%;
}

.loginImageBox {
    height: 230px;
    overflow: hidden;
    text-align: center;
}

.loginImageBox img {
    max-width: 340px;
}

.loginForm_mainBox {
    background: #fff;
    padding: 50px 35px;
    border-radius: 30px;
    z-index: 1;
    border-bottom: 5px solid #1e669b;
    position: relative;
}


.loginForm_mainBox h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 25px 0px 30px;
}

.logoBox h1 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1e669b;
    margin: 0px 0px 35px;
}


.FormBox label {
    font-size: 16px;
    font-weight: 500;
    color: #0097a4;
}

.inputBox input {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 10px 10px 45px;
    border-radius: 50px;
}

.inputBox .loginIcons {
    position: absolute;
    top: 13px;
    left: 20px;
    font-size: 18px;
    color: #1e669b;
}

.rememberSec label {
    color: #000;
    font-weight: 400;
}

.rememberSec .form-check-input:checked {
    background-color: #1e669b;
    border-color: #1e669b;
}

.rememberSec a {
    text-decoration: underline;
    font-size: 16px;
    font-weight: 400;
}


.loginBTN {
    display: block;
    background: #1e669b;
    color: #fff;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    border-radius: 50px;
    border: 0px solid transparent;
}


/*=====================================================
    Login Page CSS Section End
=====================================================*/
.Wrapper_Box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.validation-summary-errors ul {
    list-style: none;
}
