body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

.loginpage {
    background-color: #F4F7FE;
    margin: auto
}

.loginimages>img {
    height: 100vh;
    width: 100%;
    margin: auto
}
.logindettails{
    padding:0 !important;
}
.logindettails>.login {
    /* border: 1px solid; */
    display: grid;
    place-items: center;
    margin:auto
}

.loginform {
    width: 75%;
    height: 650px;
    /* border: 1px solid; */
    border-radius: 22px;
    background-image:url("public/assets/images/bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 4px;
    box-shadow: rgba(22, 22, 22, 0.35) 0px 5px 15px;
}

.loginform>.nirmithilogo {
    width: 55%;
    margin-bottom: 30px;
}

.nirmithitagline {
    color: #525252;
    font-family: "Poppins";
    margin-top: 15px;
    font-size: 17px;
}

.loginform>#form {
    padding: 10px 5px;
    text-align: center;
}

.loginform>#form>.inpfields>input {
    border: 0.5px solid #B5B5B5;
    outline: none;
    color: #1C1C1C;
    font-size: 18px;
    font-weight: 600;
    padding: 3px 48px;
    height: 53px;
    border-radius: 40px;
    width: 100%;
    position: relative;
    background-color: #ffffff;
}

#form>.inpfields {
    position: relative;
    margin-bottom: 20px;
}

.inplogos {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.loginbutton {
    border: none;
    width: 40%;
    height: 55px;
    border-radius: 36px;
    padding: 7px 14px;
    color: white;
    font-weight: 600;
    font-size: 21px;
    background-image: linear-gradient(to right, #CE1723, #4B0B0B);
}

#togglepass {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width:600px) {
    .loginform {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .loginimages>img {
        height: auto;
        width: 90%;
        margin-inline: 5%;
    }

    .loginform {
        width: 100%;
        height: 600px;
    }

    .loginform>.nirmithilogo {
        width: 90%;
        margin-bottom: 20px;
    }

    .loginform>#form {
        width: 75%;
        padding: 5px;
    }

    .loginbutton {
        width: 50%;
    }
}

@media screen and (max-width: 1020px) and (min-width: 601px) {
    .logindettails{
        display:flex;
        flex-direction: column;
    }

    .loginform {
       
        border-radius: 17px;
        margin-bottom: 10px;
        margin-top: 10px;  
    }
    .login{
        width:90%;
        margin: auto;

    }
    .loginimages{
      width:96%;
        margin: auto;
        height: auto;
       display: flex;
      
    }
  
  .loginimages {
      height:auto !important;
  }
    .loginform {
        width: 81%;
        height: 537px;
    }
    
      .loginimages>img {
           height: 796px;
        width: auto;
        margin: auto;
        margin-top: 31px;
}

    .loginform>.nirmithilogo {
        width: 65%;
    }

    .loginform>#form {
        width: 87%;
    }

    .loginbutton {
        width: 45%;
    }
}