﻿body {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.bg-1 {  
    background: url("../../assets/img/login/bgimg.jpg");
    background-size: cover;
    background-position: top center;
}

.signin-sec {
    background: #ffffff;
    border-radius: 25px;
    padding: 30px;
    margin: 0px auto;
    max-width: 100%;
    outline: 2px solid #d6ddfa;
}

.login-sec {
    background: #c2f3f0;
    border-radius: 35px;
    padding: 30px 40px;
    margin: 0px auto;
    max-width: 100%;
}

.signin-label {
    color: rgb(0 0 0);
    margin-bottom: 5px;
    font-size: 1.3rem;
    font-weight: 500 !important;
}

.btn-signin {
    background: rgb(0, 200, 188);
    background: linear-gradient(180deg, rgba(0, 200, 188, 1) 0%, rgba(0, 114, 173, 1) 100%);
    color: white !important;
    margin-top: 15px;
    border: none !important;
    font-size: 1.5rem;
    padding: 10px;
    width:500px;
    max-width:100%;
}
.pre-sec .btn-signin {
    background: rgb(0, 200, 188);
    background: linear-gradient(180deg, rgba(0, 200, 188, 1) 0%, rgba(0, 114, 173, 1) 100%);
    color: white !important;
    margin-top: 15px;
    border: none !important;
    font-size: 1.5rem;
    padding: 10px;
    width: 500px !important;
    max-width: 100%;
    border-radius: 10px;
}
    .bottom-detail {
    font-size: 1rem !important;
}

.btn-signin:hover, .btn-signin:active, .btn-signin:focus-visible, .btn-signin:active {
    outline: 1px solid #00aea4 !important;
    color: #00aea4 !important;
    box-shadow: none;
    outline: 0px;
    background: transparent;
}

.signin-int {
    background: #f4f7fe;
    font-size: 1.2rem;
    padding: 22px 14px;
    padding-right: 40px;
    border-radius: 8px;
}

a {
    color: #145bc4 !important;
    font-weight: 500;
}

.vh-md-100 {
    min-height: 100vh;
}

@media (max-width:998px) {

    .login-left img {
        max-width: 400px;
        width: 100%;
        margin: 0px auto;
    }
}

.remember-text {
    position: relative;
    top: 2px;
    font-size: 1rem;
}

.bottom-detail .signin-label {
    font-size: 1rem;
}

#txtRemember {
    width: 17px;
    height: 17px;
    position: relative;
    left: 5px;
    top: -1px;
}

.forgot-link {
    position: relative;
    top: 0px;
}

@media (max-width:767px) {

    .signin-label {
        font-size: 1.1rem;
    }

    .btn-signin {
        font-size: 1.1rem;
    }

    .signin-int {
        background: #f4f7fe;
        font-size: 1.1rem;
    }

    .forgot-link {
        position: relative;
        top: 2px;
    }

    .bottom-detail .signin-label {
        font-size: 0.9rem;
        position: relative;
        top: 2px;
    }

    .bottom-detail {
        font-size: 0.9rem !important;
    }
}

.text-head {
    color: #242961 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.main-logo {
    width: 350px;
    max-width: 100%;
}
.pre-sec .main-logo {
    margin-bottom: 30px !important;
}
.pre-sec-text {
    color: black;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
}
    .fw-600 {
    font-weight: 600;
}

img.login-img {
    right: 15px;
    position: absolute;
    top: 15px;
    width: 20px;
}

.cust-chk {
    width: 20px;
    height: 20px;
    position: relative;
    top: -3px;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}
