@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900');


body {
    font-family: 'Poppins', sans-serif !important;
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    margin: 0;
    padding: 0;
    overflow: hidden auto;
    position: relative;
}

a {
    text-decoration: none;
    outline: none;
}

input::placeholder {
    color: #000;
}

.disabled-box input {
    border: none !important;
    background: transparent !important;
}

    .disabled-box input[disabled]:hover {
        outline: none !important;
        border: #1A7E83 solid 0;
    }

.default-table-style {
    width: 100%;
    background-color: #ffffff;
}

    .default-table-style tr:nth-child(even) {
        background-color: #eeeded;
    }

    .default-table-style tr:nth-of-type(odd) {
        background-color: #fafafa;
    }

    .default-table-style tr th {
        font-weight: bold;
        white-space: nowrap;
        font-size: 12px;
        padding: 9px;
        text-transform: uppercase;
        border: #e5e5e5 solid 1px;
        color: #fff;
        background-color: #1A7E83;
    }

    .default-table-style tr td {
        font-weight: 800;
        white-space: nowrap;
        font-size: 12px;
        padding: 9px;
        color: #000000;
        text-transform: uppercase;
        border: #e5e5e5 solid 1px;
        position: relative;
    }

    .default-table-style tfoot tr td {
        background-color: #f7f7f7;
    }

.login-page {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    background: url(../images/login_img.jpg) no-repeat;
    background-size: 100% 100%;
}

    .login-page .form-right i {
        font-size: 100px;
    }

    .login-page .login-img-box {
        width: 100%;
        height: 100vh;
        background: url(../images/login.png) no-repeat;
        background-size: 100% 100%;
    }

    .login-page .after-main-box {
        max-width: 330px;
        background-color: #ffffff;
        border: #b3ccff solid 5px;
        border-radius: 7px;
        padding: 1.8rem 1.3rem;
        z-index: 9;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .login-page .after-main-box form {
            width: 100%;
        }

        .login-page .after-main-box .col-12 {
            margin: 0 0;
            padding: 0 0 10px;
        }

.welcome-box {
    text-align: center;
    margin: 0 0 9px;
}

.login-page .after-main-box .btn-primary-box {
    background-color: #0e9bff;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 7px 50px;
    border-radius: 10px;
    text-align: center;
    margin: 0;
    width: 100%;
    white-space: nowrap;
}

.login-page .welcome-box img {
    width: 36%;
    margin: 0 auto;
    display: inline-block;
    object-fit: contain;
}

.login-page .welcome-box h2 {
    font-size: 15px;
    font-weight: 400;
    color: #41494f;
}

.login-page .welcome-box p {
    color: #0e9bff;
    font-weight: 600;
    font-size: 20px;
    text-transform:capitalize;
}

.login-page input {
    outline: none;
    border: #1A7E83 solid 1px;
    border-radius: 5px;
    padding: 0 0 3px 33px;
    height: 37px;
    font-size: 15px;
    background-color: #fafafa;
    color: #000000;
    width: 100%;
    transition: all 0.3s linear;
}

    .login-page input:hover {
        outline: none;
        border: #1A7E83 solid 2px;
    }

.bttu_card {
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0;
    padding:0;
}

#sidebar.active {
    margin-left: -250px;
}


.icon_box {
    position: absolute;
    left: 6px;
    top: 4px;
    z-index: 1;
    font-size: 22px;
    color: #41494f;
}