body {
    position: relative;
    width: 100%;
    height: auto;
}
img.slider {
    width: 20vh;
    /* You can set the dimensions to whatever you want */
    height: 200px;
    object-fit: cover;
}

.bg {
    /* The image used */

    /* Full height */
    /*height: 100%; */
    min-height: 100vh;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: fixed;
    top:0;
    bottom: 0;
    left:0;
    right: 0;
    z-index: 1;
}
.bg-sub-cover {
    min-height: 100vh;
    background-position-x: 4%;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 32%;
    position: fixed;
    top:0;
    bottom: 0;
    left:0;
    right: 0;
    z-index: 1;
}
.outer-box {
    position: relative;
    z-index: 99;
}
.inner-box {
    width: 100%;
    z-index: 999;
}
.box-login, .navbar-login {
    background-color: #fafafa;
    border-radius: 25px;
}
.navbar-login {
    position: relative;
    width: 100%;
}
.box-login {
    max-width: 365px;
    width: 100%;
}
.box-login label{
   font-weight: 600;
   font-size: .9rem;
}
.box-login input{
   font-size: .9rem;
}
.btn-gradient-green {
    background: rgb(80,214,160);
    background: linear-gradient(90deg, rgba(80,214,160,1) 0%, rgba(36,194,106,1) 50%);
    color : #ffffff;
}
.btn-gradient-green:hover {
    background: rgb(90, 218, 167);
    background: linear-gradient(90deg, rgb(96, 224, 173) 0%, rgb(48, 203, 118) 50%);
    color : #ffffff;
}
.btn-radius-gradient-green {
    color: rgb(70, 211, 134);
    border: 5px solid rgb(70, 211, 134);
    border-image-slice: 1;
    border-width: 3px;
    border-radius: 25px;
    padding: 10px 25px;
}
.btn-radius-gradient-green:hover {
    color: rgb(119, 237, 172);
    border: 5px solid rgb(119, 237, 172);
    border-image-slice: 1;
    border-width: 3px;
    border-radius: 25px;
    padding: 10px 25px;
    margin: 0;
}
h3.login-label {
    font-weight: 700;
    color: rgb(39, 170, 98);
}
p.login-label {
    font-weight: 400;
    font-size: .87rem;
}
.box-footer {
    position: relative;
    width: 100%;
}
.bg-green {
    background: rgb(39, 170, 98);
}
