﻿
body {
    background: #F4F5F9;
    font-family: 'Inter', sans-serif;
    margin: 0;
}

html {
    overflow-x: hidden;
    position: relative;
    min-height: 100%
}

h1, h2, h3, h4, h5, h6 {
    color: #2d2d2d;
    margin: 10px 0
}

* {
    outline: none !important
}

a:hover {
    outline: 0;
    text-decoration: none
}

a:active {
    outline: 0;
    text-decoration: none
}

a:focus {
    outline: 0;
    text-decoration: none
}

ul, ul li {
    list-style: none
}
/*----------------------Login Start----------------------------*/
.login_m {
    width: 98%;
    margin: 0px auto;
    position: absolute;
    top: 32%;
    margin-top: -130px;
}

.login_bg {
    background: url(../images/register_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.login_logo {
    margin: 00px 0px 50px 0px;
}

.login_sec {
    width: 360px;
    margin: 0px auto;
    padding: 0px;
}

.login_forms {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    background: #fff;
    border: 0px solid #ccc;
    box-shadow: 0px 12px 25px #ccc;
    border-radius: 5px;
}

   h3 {
    color: #000;
    font-size: 24px;
    margin: 0;
    padding: 20px 20px 20px 20px;
    text-align: left;
    text-transform: none;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
    line-height: 30px;

    }

.login_forms_sec {
    width: 100%;
    margin: 0px auto;
    padding: 20px;
}

    .login_forms_sec .form-control {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 14px !important;
        font-weight: 400;
        line-height: 1.5;
        color: #000;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #fff;
        border: 1px solid #E0E1E4;
        height: 36px;
        border-radius: 4px;
    }

    .login_forms_sec label {
        display: inline-block;
        font-weight: 500 !important;
        margin-bottom: 0px;
        max-width: 100%;
        font-size: 14px;
        font-weight: 500 !important;
        color: #494c50;
        padding: 6px 0px 5px 0px;
    }

    .login_forms_sec .form-group {
        margin: 0px 0px 8px 0px !important;
    }

.login_buttons {
    width: 100%;
    height: 36px;
    font-size: 14px;
    text-transform: none;
    background: #6f2d91;
    border-radius: 4px;
    color: #fff;
    border: 0px solid #fff;
    margin: 16px 0px 0px 0px;
}

    .login_buttons:hover {
        background: #864EA3;
        color:white;
    }

.forgot {
    font-size: 14px;
    text-align: center;
    padding: 15px 0px 0px 0px;
}

    .forgot a {
        text-decoration: none;
        font-size: 14px;
        color: #6f2d91;
        font-weight: 500;
    }

        .forgot a:hover {
            text-decoration: none;
            font-size: 14px;
            color: #000;
            font-weight: 500;
        }
.link {
    font-size: 14px;
    text-align: center;
    padding: 15px 0px 0px 0px;
   
}


    .link a {
        text-decoration: none;
        font-size: 14px;
        color: #6F2C91;
        font-weight: 500;
    }

        .link a:hover {
            text-decoration: none;
            font-size: 14px;
            color: #000;
            font-weight: 500;
        }
.gridlink {
    color: #6f2c91 !important;
}

.copy {
    color: #545454;
    font-size: 14px;
    text-align: center;
    padding: 20px 0px 10px 0px;
}

.privacy {
    font-size: 14px;
    text-align: center;
    padding: 10px 0px 0px 0px;
}

    .privacy a {
        text-decoration: none;
        font-size: 14px;
        color: #6f2d91;
        font-weight: 500;
    }

        .privacy a:hover {
            text-decoration: none;
            font-size: 14px;
            color: #000;
            font-weight: 500;
        }



/*----------------------Login End----------------------------*/



::-webkit-input-placeholder {
    font-size: 14px;
    color: #8D8E90 !important;
}

::-moz-placeholder {
    font-size: 14px;
    color: #8D8E90 !important;
}

:-ms-input-placeholder {
    font-size: 14px;
    color: #8D8E90 !important;
}

:-moz-placeholder {
    font-size: 14px;
    color: #8D8E90 !important;
}

@media only screen and (max-width:767px) {
    .login_sec {
        width: 97%;
        margin: 0px auto;
        padding: 0px;
    }
}
/** dashboard start **/
.nav-scrollable {
    background-color: #381649;
}
.top-row[b-7968gwpag7]{
    background-color:white;
}
.px-3 {
    padding: 0 !important;
}
.nav-item[b-7968gwpag7] .nav-link {
    border-radius:0;
}
    .nav-item[b-7968gwpag7] .nav-link:hover {
    background-color: #6F2C91;
}
.btn-add-plus {
    background: none;
    color: #6F2C91;
    font-size: 14px;
    padding-left:0px;
}
/** dashboard end **/

