* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

body {
    height: 100%;
    overflow: hidden;
    width: 100% !important;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

.backLeft {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    background: url(images/like.jpg);
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(153, 143, 143, 0.5);
}

.backLeft .textOverlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    z-index: 2;
    text-shadow: 2px 2px 4px rgba(7, 7, 7, 0.7); 
}

.backLeft .textOverlay h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.backLeft .textOverlay p {
    font-family: 'Segoe UI', sans-serif;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 18px;
    max-width: 600px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0 auto;
}

#slideBox {
    width: 50%;
    max-height: 100%;
    height: 100%;
    overflow: hidden;
    margin-left: 50%;
    position: absolute;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.topLayer {
    width: 200%;
    height: 100%;
    position: relative;
    left: -100%;
}

.right {
    width: 50%;
    height: 100%;
    background: #ffffff;
    right: 0;
    position: absolute;
}

.content {
    width: 250px;
    margin: 0 auto;
    top: 30%;
    position: absolute;
    left: 50%;
    margin-left: -150px;
}
.content form input{
    min-width: 350px;
}

.content h2 {
    color: #03A9F4;
    font-weight: 600;
    font-size: 35px;
}

button {
    background: #03A9F4;
    padding: 10px 16px;
    width: auto;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    letter-spacing: 0.5px;
    border-radius: 2px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
    border: 0;
    outline: 0;
    margin: 15px 15px 15px 0;
    transition: all 0.25s;
}

button:hover {
    background: #eee;
    color: #03A9F4;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.off {
    background: #eff2f3;
    padding: 10px 16px;
    width: auto;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #338cb3;
    line-height: 16px;
    letter-spacing: 0.5px;
    border-radius: 2px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
    border: 0;
    outline: 0;
    margin: 15px 15px 15px 0;
    transition: all 0.25s;
}

.right .off:hover {
    background: #03A9F4;
    color: #eee;
    box-shadow: none;
}

input {
    background: transparent;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #45494C;
    font-size: 14px;
    color: #959595;
    padding: 8px 0;
    margin-top: 20px;
}
.pass_btn_set{
    display: flex;
    min-width: 400px;
}

/* Media Query for Smaller Screens */
@media (max-width: 768px) {
    .backLeft {
        display: none;
    }
    
    #slideBox {
        width: 100%;
        margin-left: 0;
    }

    .content {
        top: 20%;
        width: 90%;
        margin-left: -45%;
    }

    .content h2 {
        font-size: 28px;
    }
}
.icon-set{
    display: flex;
    margin-left: -30px;
}
.icon-set i{
    color: #45494C;
    padding: 10px;
    margin-top: 30px;
}
.alert {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding: 10px;
    background: #dfd8d8;
    border-radius: 10px;
    color: #45494C;
    display: none;
    gap: 30px;
}

.alert i {
    cursor: pointer;
}
.P{
    font-size: 60px;
    color:#67a3be;
    background-color: #ffffff;
    padding: 0 8px;
    border-radius: 2px;
    margin-right: 4px;
}
@media screen and (max-width:600px){
    .content form input{
        min-width: 250px;
    }
    #slideBox {
        width: 100%;
        padding: 20px;
        margin-top: -100px;
        box-shadow: none;
        padding-left: 30px;
    }
    .pass_btn_set{
        display: flex;
        min-width: 200px;
    }

}
