﻿@import url("https://fonts.googleapis.com/css?family=Nunito:400,600,700,900");

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: local("Cerebri-sans Light"), url("../fonts/cerebri/cerebrisans-light.woff") format("woff");
    font-weight: 300;
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: local("Cerebri-sans Regular"), url("../fonts/cerebri/cerebrisans-regular.woff") format("woff");
    font-weight: 400;
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: local("Cerebri-sans Medium"), url("../fonts/cerebri/cerebrisans-medium.woff") format("woff");
    font-weight: 500;
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: local("Cerebri-sans Semibold"), url("../fonts/cerebri/cerebrisans-semibold.woff") format("woff");
    font-weight: 600;
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: local("Cerebri-sans Bold"), url("../fonts/cerebri/cerebrisans-bold.woff") format("woff");
    font-weight: 700;
}

body {
    overflow-x: hidden;
    font-family: "Cerebri Sans,sans-serif";
    font-size: 13px;
    background: #f5f8ff;
    color: #1e293b
}

/* ---------------- loging page css  -------------------- */
.liginpage {
    background-color: #FFFFFF;
}

.imges_login_1 {
    width: 100%;
    height: 100%;
}

    .imges_login_1 img {
        width: 100%;
        /*    height: 100%;*/
        object-position: center;
        object-fit: cover;
    }

.h-100vh {
    height: 100vh;
}

.logo_login img {
    width: 230px;
}

.underline_login {
    width: 110px;
    height: 6px;
    background-color: #0C0C54;
    border-radius: 15px;
}

#loginForm label {
    font-size: 16px !important;
}

#loginForm a {
    font-size: 16px !important;
    color: #98a6ad !important;
}

#loginForm .submit_btn {
    padding: 12px 15px !important;
    width: 187px;
    font-size: 16px;
    color: #fff;
    background-color: #0C0C54;
    border-color: #0C0C54;
}

    #loginForm .submit_btn:hover {
        color: #fff;
        background-color: #4347b5;
        border-color: #4347b5;
    }

#loginForm .form-control:focus {
    background-color: transparent !important;
    border-color: #e5e7eb !important;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#loginForm .form-check-input {
    width: 1.3em;
    height: 1.3em;
}

.custom-wh {
    height: auto !important;
    padding: 12px 15px !important;
    font-size: 16px !important;
}

.custom-pw-wh {
    padding: 12px 15px !important;
    border: 1px solid #e5e7eb;
}

    .custom-pw-wh .form-control {
        height: auto !important;
        font-size: 16px !important;
    }

.liginpage footer {
    padding: 8.5px 15px;
    color: #FFFFFF;
    background-color: #0C0C54;
    bottom: 0;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 9999;
}

.login-right-content {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.h-100vh {
    height: 100vh;
}

.liginpage {
    position: relative;
}

ul, li, ol {
    list-style: none;
}

.profile_img_slider {
    width: 70px !important;
    height: 70px !important;
}

    .profile_img_slider img {
        width: 70px !important;
        height: 70px !important;
        object-fit: cover;
        object-position: center;
    }

.fi-ss-star {
    font-size: 18px;
}

.card-review {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1e293b;
}

.sub_title {
    color: #98a6ad;
}

.profile_name {
    color: #4347b5;
}

.review-section {
    background-image: url("../images/review_banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.login_slider .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    color: #FFFFFF;
    transform: translateX(-50%);
}
