@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,400;0,500;0,600;0,700;1,400;1,500;1,600&display=swap');
html {
    height: 100%;
}

body {
    /* height: 100%; */
    /* position: relative; */
    background-image: url(/Default/img/kisan_mandi-11.png);
}


.box {
    display: flex;
    height: 100%;
    align-items: center;
    background: white;
}

/*.login-cont img {
    width: 100%;
    height: 100vh;
}*/

.login-box {
    padding: 25px;
    min-height: 515px;
}

.logo_box img {
    width: 130px;
    margin-bottom: 10px;
}

.logo_box {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
}

.logo_box h5 {
    font-size: 21px;
    /* margin-bottom: 30px; */
    font-weight: 500;
    color: #000000;
    /* font-family: 'Josefin Sans', sans-serif; */
    line-height: 33px;
}
.logo_box h6 {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: 'Josefin Sans', sans-serif;
}

.box {
    display: flex;
    box-shadow: 1px 2px 7px;
    margin-top: 15px;
}

.bg-color {
    background-color: #e1e8f7;
}

.login-box {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.login-box form {
    width: 100%;
}

.login-cont {
    /* background-image: url(../img/kisan_mandi-01.png); */
    background-size: cover;
    background-image: url(/Default/img/kisan_mandi-01.png);
    min-height: 515px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-cont h5 {
    margin: 30px 0px 0px 100px;
    color: #fff;
    font-weight: 500;
    text-align: justify;
    font-size: 22px;
}

.login-cont p {
    margin: 20px 0px 10px 100px;
    color: #fff;
    font-weight: 400;
    text-align: justify;
    font-size: 16px;
    line-height: 18px;
}

.new_class {
    margin: auto;
    width: 100%;
    margin-top: 70px;
}

.w-60 {
    width: 60%;
}

.btn-color {
    color: #fff;
    background-color: #ff7100;
    border-color: #ff7100;
    font-weight: 600;
}

.btn-color:hover {
    color: #ff7100;
    background-color: #ffffff;
    border-color: #ff7100;
    font-weight: 600;
}

.ftr-area {
    position: absolute;
    bottom: 0px;
    background: #3651e4;
    width: 100%;
    margin: 0px;
    padding: 6px 4px;
    border-top: 1px solid #416f392e;
    display: flex;
    color: white;
}

.ftr-div1 {
    font-size: 14px;
}

.ftr-div1 img {
    width: 18px;
    color: white;
}

.ftr-div2 {
    text-align: right;
}

.ftr-div2 {
    font-size: 14px;
    /* padding-top: 3px; */
}

.ftr-div2 img {
    width: 18px;
}

@media (max-width: 768px) {
    .box {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .login-cont {
        background: #3d6ace;
        background-size: cover;
        min-height: 515px;
        padding: 20px;
    }
    .login-cont h5 {
        margin: 10px 0px 10px 0px;
        color: #fff;
        font-weight: 500;
        text-align: justify;
        font-size: 22px;
    }
    .login-cont p {
        margin: 0px 0px 10px 0px;
        color: #fff;
        font-weight: 400;
        text-align: justify;
        font-size: 16px;
        line-height: 17px;
    }
    .new_class {
        width: 100%;
        margin-top: 20px;
    }
    .login-box {
        padding: 25px;
        min-height: 0px;
    }
    .logo_box h5 {
        font-size: 22px;
        margin-left: 12px;
    }
    .w-60 {
        width: 100%;
    }
    .logo_box img {
        width: 130px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    
.ftr-area {
    position: inherit;
    bottom: 0px;
    background: #3651e4;
    width: 100%;
    margin: 0px;
    padding: 6px 4px;
    border-top: 1px solid #416f392e;
    display: flex;
    color: white;
}
}

@media (min-width: 1500px) {
    .new_class {
        margin: auto;
        width: 80%;
        margin-top: 180px;
    }
}