@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;1,500&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "poppins",sans-serif;
}
body{
    height: 100vh;
    width: 100%;
    background: #000;
  
}
.hearts{
    color: #ff4d4d;
    font-weight: bold;
    text-shadow: 2px 2px 4px #000000;
    text-shadow: 0px 0px 4px rgba(255, 0, 0, 0.8);
    color:#ff1c1c8c;
}
.background{
    background: url('../assets/images_.jpg') no-repeat;
    background-position: center;
    background-size:cover ;
    height: 100vh;
    width: 100%;
    filter: blur(8px);
}


.container{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 75%;
    height: 550px;
    margin-top: 20px;
    background: url('../assets/images_.jpg') no-repeat;
    background-position: center;
    background-size:cover ;
    border-radius: 20px;
    overflow: hidden;
    
}
.overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 586px;
    margin-top: 20px;
    background-color: #000c32;
    background-position: center;
    background-size:cover ;
    border-radius: 20px;
    overflow: hidden;
    opacity: 0.5;
    filter: blur(2px);

  }
  .overlay-logo {
    position: absolute;
    left: 21%;
    top: 15%;
    transform: translate(-50%, -50%);
    width: 19%;
    height: 115px;
    margin-top: 59px;
    background-color: #000c32;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
    /* opacity: 0.5; */
    filter: blur(10px);
    z-index: -1;

  }
.item{
    position: absolute;
    top: 0;
    left: 0;
    width: 58%;
    height: 100%;
    color: #fff;
    background: transparent;
    padding: 80px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;


}
.item .logo{
    width: 125px;
    /* padding-left: 5%; */
    /* margin-bottom: 0px;
    padding:0px ; */
    border-radius:50%;
    transition: transform 0.2s;
}
.item .logo:hover{
    transform: scale(1.1);
}
.text-item h2{
    font-size: 40px;
    line-height: 1;
    margin-top:20px;
}
.text-item p{
    font-size: 16px;
    margin-top:40px;
    margin-bottom: 5px;
    padding-left:20px;
}
.social-icon a i{
    color: #fff;
    font-size: 24px;
    margin-left: 10px;
    cursor: pointer;
    transition: .5s ease;
}
.social-icon a:hover i{
    transform: scale(1.2);
}
.container .login-section{
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 58%);
    height: 100%;
    color: #fff;
    backdrop-filter: blur(15px);
}

.login-section .form-box{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    
}
.login-section .form-box.register{
    transform: translateX(430px);
    transition: transform .6s ease;
    transition-delay: 0s;
}
.login-section.active .form-box.register{
    transform: translateX(0px);
    transition-delay: .7s;
}

.login-section .form-box.login{
    transform: translateX(0px);
    transition: transform .6s ease;
    transition-delay: 0.7s;
}
.login-section.active .form-box.login{
    transform: translateX(430px);
    transition-delay: 0s;
}



.login-section .form-box h2{
    text-align: center;
    font-size: 25px;
}

.form-box .input-box{
    width: 340px;
    height: 50px;
    border-bottom: 2px solid#fff;
    margin: 30px 0;
    position: relative;
}
.input-box input{
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    font-size: 16px;
    padding-right: 28px;
    color:#fff ;

}
.input-box label{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 600px;
    pointer-events: none;
    transition: .5s ease;

}
.input-box .icon{
    position: absolute;
    top: 13px;
    right: 0;
    font-size: 19px;
}
.input-box input:focus~ label,
.input-box input:valid~ label{
    top: -5px;
}
.remember-password{
    font-size: 14px;
    font-weight: 500;
    margin: -15px 0 15px ;
    display: flex;
    justify-content: space-between;
}
.remember-password label input{
    accent-color: #fff;
    margin-right: 3px;

}
.remember-password a{
    color: #fff;
    text-decoration: none;
}
.remember-password a:hover{
    text-decoration: underline;
}
.btn{
    background: #fff;
    width: 100%;
    height: 45px;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background: #f72d7a;
    font-size: 16px;
    color: #fff;
    box-shadow: rgba(0,0,0,0.4);
    transition: transform 0.2s;

}
.btn:hover{
    background: #f72d5c;
    transform: scale(1.01);
}
.create-account{
    font-size: 14.5px;
    text-align: center;
    margin: 25px;
}
.create-account p a{
    color: #fff;
    font-weight: 600px;
    text-decoration: none;
}
.create-account p a:hover{
    text-decoration: underline;
}
.a-tag{
    color: aliceblue;
}

footer {
    background-color: #171520;
    color: white;
    /* padding: 15px 0; */
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 50px;
}

 



















.info-icon {
    font-size: 18px;
    cursor: pointer;
    color: #ffffff;
    /* margin-left: 10px; */
}

.info-icon:hover {
    color: #a5d0ff;
}
/* Dark theme for modal */
.modal-dark .modal-content {
    background-color: #1a1a1a;
    color: #ffffff;
    border: 1px solid #333333;
}

.modal-dark .modal-header {
    border-bottom: 1px solid #444444;
}

.modal-dark .modal-body {
    color: #e6e6e6;
}

.modal-dark .btn-close-white {
    filter: invert(1);
}
