.new-login{
    background-image: url("/style/friendsclub_images/login-page-bg.jpg");
    background-size: cover;
    background-position: center;
    /* height: 100vh;
    overflow: hidden; */
}
.new-login .login-form{
    padding: 50px 100px;
    background-color: rgb(0 0 0 / 62%);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.new-login .login-form .custom-logo img{
    width: 60%;
    background-color: #fff;
    padding: 10px 15px;
    
}
.new-login .login-form .custom-logo{
    display: flex;
    justify-content: center;

}
.new-login .login-form h2{
    font-size: 2.5rem;
    color:#fff;
    margin: 40px 0px 35px 0px;
    text-align: center;
}
.new-login .login-form .form-floating input{
    border-radius: 0;
    background: none;
    color: white;
    box-shadow: 0px 0px 2px white;
    
}
.new-login .login-form .form-floating label{
    color: #fff;
}
.new-login .login-form .form-text{
color: #fff;
}
.new-login .login-form a{
    color: #fff;
    text-decoration: none;
}
.new-login .login-form button{
    color: #FFF;
    background:#13A4DF;
    cursor: pointer;
    position: relative;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    z-index: 2;
}
.new-login .login-form button:before{
    background-color:rgba(0, 0, 0, 0.203);
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    transition: .55s;
}
.new-login .login-form button:hover::before{
    width: 100%;
}
.new-login .home{
    margin-top: 40px;
    display: flex;
    align-items: center;
    align-self: flex-start;
}
.new-login .home i{
    color: #fff;
    font-size: 2rem;
    margin-right: 5px;
}
.new-login .home span{
    color: #fff;
    font-size: 1rem;
}
.new-login .home:hover, .new-login .home:hover i{
    color: #13A4DF;
}

.new-login .heading h1{
    font-size: 6rem;
    font-weight: 700;
    color: #fff;
    margin-right: 80px;
}
.new-login .heading p{
    color: #fff;
    font-size: 3rem;
    margin-right: 80px;
    font-weight: 600;
}
.new-login .heading span{
    color: #fff;

}
.new-login .heading .display p{
    background: #13A4DF;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0;
    line-height: 1.8;
}

#date-select-wrapper{
    display:flex;
    flex-grow:1;
}

#date-select-wrapper select{
    color:white;
    padding:10px!important;
    height:auto!important;
    flex-grow:1;
}

#date-select-wrapper select *{
    color:black;
}




@media  only screen and (max-width :991px){
    .new-login .login-form{
    padding: 50px 50px;
    }

}

@media  only screen and (min-width :991px){
    
}
