.h4, h4 {
    font-size: 1rem;
}
.h5, h5{
    font-size: 0.8rem;
}
/* .page-body{
    background-image: url('/images/background.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-bottom: 4%;
} */
body{
    background-image: url('/images/background.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-bottom: 4%;
    font-size: 0.92rem;
}
.login-container {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-left: 4%;
    padding-right: 4%;
    /* padding-bottom: 4%; */
}

.login-grid {
    background-color: #fff;
    border-radius: 35px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 30%;
}

.login-body {
    padding: 12%;
    padding-bottom: 12%;
}

.login-form{
    padding-left: 4%;
    padding-right: 4%;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
}

.btn {
    background-color: #333;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
}
.img-container {
    margin: 0 auto;
    text-align: center;
    width: 60%;
    padding: 1rem;
}

img {
    max-width: 100%;
}

.btn-primary{
    color: #fff!important;
    background-color: #28AEFF!important;
    border-color: #28AEFF!important;
}
.btn-black:hover{
    color: #fff;
}
.text-blue{
    color: #28AEFF!important;
}
.text-black{
    color: #25272b!important;
}
.text-black:hover{
    color: #4d5056!important;
}
label{
    color: #25272b!important;
    font-weight: bold;
}

.show{
    display: block!important;
}


@media (max-width: 1024px) {
    .login-grid {
        width: 50%;
    }
    .forgot-password{
        text-align: left!important;
    }
}
@media (max-width: 768px) {
    .navbar-toggler{
        display: block!important;
    }
    .navbar-toggler-div{
        background: #28aeff47;
    }
    .navbar-expand-div{
        display: none!important;
    }
}

@media (max-width: 600px) {
    body{
        font-size: 0.8rem!important;
    }
    h4{
        font-size: 1.2rem!important;
    }
    .login-container{
        justify-content: center;
    }
    .login-grid {
      width: 80%;

    }
}
@media (min-height: 844px) and (max-height: 1680px) {
    .page-body{
        height: 100vh;
    }
}

