

* {
    margin:0;
    padding: 0;
}
body {
    background: #F5F6F9 !important;
    font-family: "Trebuchet MS";
}
/* Login page Css */
.main_login {
    background-color: #F4F4F4;
    height: 100vh;
}
.logo_section {
    h3 {
        color: #26A69A;
        /* font-family: Poppins; */
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    p {
        color: #313131;
        /* font-family: Poppins; */
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}
.forn_section  {
    height: 100vh;
}
.inner_form {
    
    .btn-cstm {
        display: flex;
        height: 48px;
        width: 100%;
        padding: 8px 16px;
        justify-content: center;
        align-items: center;
        gap: 4px;
        align-self: stretch;
        border-radius: 4px;
        color: #fff;
        background: #26A69A;
    }
}
.or_sec {
    position: relative;
    p {
        color: #313131;
        font-size: 14px;
    }
}
.or_sec::before {
    content: '';
    width: 42%;
    height: 1px;
    background: rgba(40, 56, 151, 0.10);
    position: absolute;
    left: 0;
    top: 10px;
}
.or_sec::after {
    content: '';
    width: 42%;
    height: 1px;
    background: rgba(40, 56, 151, 0.10);
    position: absolute;
    right: 0;
    top: 10px;
}
/*dbjgayhdsha*/
.powerd_by {
    position: relative;
        position: absolute;
        width: 36%;
        bottom: 20px;
    p {
        color: #313131;
        font-size: 14px;
    }
}
.powerd_by::before {
    content: '';
    width: 42%;
    height: 1px;
    background: rgba(40, 56, 151, 0.10);
    position: absolute;
    left: 0;
    top: 10px;
}
.powerd_by::after {
    content: '';
    width: 42%;
    height: 1px;
    background: rgba(40, 56, 151, 0.10);
    position: absolute;
    right: 0;
    top: 10px;
}
/* Login page Css */


.histry {
    h6 {
        color: #313131;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    }
}

.mh_100 {
    min-height: 82vh;
}
.bg-cstm2 {
    box-shadow: 0px -2px 2px 0px rgba(88, 164, 103, 0.10);
    background:white;
}

footer {
    box-shadow: 0px -2px 2px 0px rgba(88, 164, 103, 0.10);
    background:white;
}