
body {
    background-color: #ffffff;
    background-image: url("images/libraryV1.jpg");
    background-repeat: no-repeat;
    background-position: center;
  }

  .webview{
    display: block;
}
.response{
    display: none;
}

.relative{
    position: relative;
    width: 100vw;
    height: 100vh;
}

.login-box {
    margin: 8% 5%;
    width: 90%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 6px -6px #777;
    display: flex;
    justify-content: center;
    padding: 10px 0px;
}

.login-box2 {
    margin: 4% 3%;
    width: 94%;
    height: 88%;
    background-color: #000000dd;
    border-radius: 8px;
    box-shadow: 0 10px 6px -6px #777;
    justify-content: center;
    padding: 2% 5%;
}

.login-box2 p {
    line-height: 1.75;
    color: #fff;
}

.login-box2 h2 {
    color: #fff
}

.login-box-logo {
    height: 100px
}

.logo-form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.login-form {
    width: 85%;
}

.login-btn {
    border: none;
    width: 100%;
    height: 40px;
    background-color: #3d4b66;
    font-size: 18px;
    color: white;
}

.forget-para {
    /* margin-top:10px; */
    /* font-weight:600; */
    cursor: pointer;
}

.d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.left-logo {
    height: 100px;
    margin-left: -27px;
}

.absolute {
    position: absolute;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: #0000006b;
}

.about {
    color: #fff;
    margin-top: 5%;
}

.bold {
    font-weight: 600;
}

@media screen and (max-width:680px) {
    .login-box {
        height: auto !important;
        width: 88%;
    }

    .login-box2{
        height: auto !important;
        width: 90%;
    }

    .webview{
        display: none;
    }
    .response{
        display: block;
    }
}

