﻿

/******************************
Designer :anuj kumar gupta
******************************/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');


* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: none;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

body {
    font-family: "Noto Sans", serif;
    font-size: 14px;
    font-weight: 400;
    background: #FFFFFF;
    color: #a5a5a5;
}

a {
    transition: all 0.3s ease;
}
/* login css */


.login-grid {
    background: url(../../images/mart/login-bg.png);
    background-size: cover;
    background-position: bottom;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-sec {
}

.login-wrap {
    padding-top: 0px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 3rem;
}

.login-inner-con small {
    font-size: 9px;
    margin-top: 6px;
    display: inline-block;
}

.login-content {
}

p {
    color: #757575;
    margin-bottom: 0rem;
}

.login-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

 .login-checkbox .form_title {
     color: #757575;
 }

 .login-checkbox .form_title input {
     position: relative;
     top: 3px;
 }

.login-form {
    background: #fff;
    padding: 2.5rem;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
}

.login-form h3 {
    font-weight: 600;
    color: #000;
}

.login-form .btn-green {
    background: #64c856;
    border: none;
}

.sign-btn {
    background: #9fdd9f;
    border: none;
}


.register-link {
    padding-top: 15px;
    text-align: center;
    font-size: 14px;
}

.login-logo {
    text-align: center;
    margin-bottom: 0px;
    position: relative;
    top: 0rem;
}

.login-form .form-control, .login-form .form-select {
    border: none;
    border-bottom: 1px solid #d6d6d6;
    font-size: 14px;
    padding-left: 0px;
    border-radius: 0;
    padding: 5px 0px;
    width: 100%;
}

.login-form .form-control, .login-form .form-select:focus {
    box-shadow: none;
}

.login-form .form-control, .login-form .form-select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 14px;
}

.login-form .form-control, .login-form .form-select::-moz-placeholder { /* Firefox 19+ */
    font-size: 14px;
}

.login-form .form-control, .login-form .form-select:-ms-input-placeholder { /* IE 10+ */
    font-size: 14px;
}

.login-form .form-control, .login-form .form-select:-moz-placeholder { /* Firefox 18- */
    font-size: 14px;
}


.text-forgot {
    color: #33A2EC;
    text-decoration: none;
}

.text-forgot:hover {
    color: #333;
    text-decoration: none;
}

.resend {
    position: absolute;
    right: 0;
}

.sign-up-btn {
    background-color: #060745;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    border-color: #060745;
    width: 100%;
    border-radius: 100px;
    padding: 10px;
}

.sign-up-btn:hover {
    background-color: #33A2EC;
    border-color: #33A2EC;
}

.sign-up-btn.focus, .sign-up-btn:focus {
    color: #fff;
    background-color: #33A2EC;
    border-color: #33A2EC;
    box-shadow: none;
}

.btn-signup {
    color: #33A2EC;
    text-decoration: none;
}

.form-row .form-group label {
    color: #828282;
    font-size: 14px;
    margin: 0;
}

.btn-download {
    display: block;
    font-size: 14px;
    padding-top: 10px;
    color: #FF5656;
    text-decoration: none;
    font-weight: 500;
}

.btn-download:hover {
    color: #333;
}

.login-inner-con {
    padding: 2rem 0rem;
    padding-bottom: 1rem;
}

.login-inner-con p {
    color: #666666;
    font-size: 18px;
    padding-right: 2rem;
}

.footer-bg {
    position: relative;
    z-index: 9;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

.copyright {
    font-size: 13px;
    color: #000;
    text-align: left;
}

.designed {
    font-size: 13px;
    text-align: right;
    color: #000;
}

.designed a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
}

.designed a:hover {
    color: #000;
}

.login-ul {
    margin: 0px;
    padding: 0px;
}

    .login-ul li {
        background: #F9F9F9;
        list-style: none;
        margin: 0px;
        padding: 0px 12px;
        width: 30%;
        display: flex;
        align-items: center;
        border-radius: 3px;
        float: left;
        margin-right: 15px;
        margin-bottom: 15px;
        min-height: 65px;
        transition: ease 0.3s;
    }

        .login-ul li:hover {
            box-shadow: 5px 5px 15px rgb(0 0 0 / 21%);
            transform: scale(1.1);
            background: #fff;
        }

        .login-ul li img {
            height: 46px;
        }

        .login-ul li span {
            color: #000;
            font-size: 14px;
            font-weight: 500;
            margin-left: 16px;
            line-height: normal;
        }

.validation-summary-errors {
    position: absolute;
    margin-top: 58px;
    font-size: 12px;
}

.field-validation-error {
    position: absolute;
    margin-top: 1px;
    font-size: 12px;
}

.progress-dialog {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-content {
    background-color: #fff;
    padding: 35px;
    border-radius: 8px;
    text-align: center;
    width: 350px;
}

.progress-bar-container {
    margin-top: 20px;
    height: 20px;
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 10px;
}

.progress-bar {
    height: 100%;
    width: 0%;
    background-color: #4caf50;
    border-radius: 10px;
    transition: width 0.2s;
}

.progress-content p {
    font-size: 14px;
    line-height: 1.82;
    margin-bottom: 1rem;
    word-break: break-word;
}
