﻿
.new-logo {
    /*width: 246px;*/
    height: 70px;
}
.login-section {
    border: solid 1px #E6E6E6;
    border-radius: 32px;
    padding: 32px;
}

.panel-body {
    padding: 15px;
    background-color: #fff;
    font-style: var(--site-font);
}

.card {
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

.card .sec-header-holder {
    text-align: center;
    padding-bottom: 20px;
}

.or-line::before {
    display: inline-block;
    content: "";
    height: 1px;
    width: 23%;
    background-color: #ebebeb;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    left: 65%;
}

.or-line::after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 23%;
    background-color: #ebebeb;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    right: 65%;
}

.form-group {
    position: relative;
}


    .form-group i:not(.icon-after) {
        position: absolute;
        top: 0px;
        left: 0px;
        color: #363434;
        padding: 19px;
        background-color: var(--main-fill-color);
        border-radius: 5px 0 0 5px;
    }

    .form-group i.icon-after {
        position: absolute;
        top: 0px;
        right: 0px;
        color: #363434;
        padding: 19px;
        background-color: #2e9fdc;
    }

    .form-group i.toggle-password {
        color: #a1a1a1;
        background-color: transparent !important;
    }


    .form-group input.form-control {
        padding-left: 58px;
        /*-webkit-box-shadow: none !important;*/
        /*box-shadow: none !important;*/
        border: 1px solid #ffc107 !important;
        height: initial !important;
        padding-top: 14px !important;
        padding-bottom: 14px !important;
    }


.btn-login {
    font-size: 17px;
    font-weight: 500;
    background-color: var(--main-color);
}

    .btn-login:hover {
        background-color: var(--main-color-hover);
        /*border-color: var(--main-fill-hover-border-color);*/
    }


.login .profile-image-setting-img {
    position: relative;
    width: inherit;
    height: inherit;
    padding: 0;
    margin: auto;
    object-fit: cover;
    object-position: center;
    width: 100px;
}

.page-header {
    margin: 10px 0 20px;
}

    .page-header.logged-out, .logout-page {
        /*background-color: #eee;*/
        padding: 15px;
    }

.icon {
    position: relative;
    top: -10px;
}

.logged-out iframe {
    display: none;
    width: 0;
    height: 0;
}

@media only screen and (max-width:991px) {
    .body-layout {
        background-color: #fff;
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: 0px;
    }
}

@media only screen and (max-width:768px) {
    .background-section
    {
        display:none !important;
    }
    .body-layout {
        background-color: #fff;
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: 0px;
    }
}




