body{
    background-image: url(japan-background-digital-art.jpg);
    background-size: cover;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
}



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.P1{
    background-color: rgba(21, 20, 20, 0.5);
    margin-inline: 1rem;
    padding: 2.5rem 1.5rem;
    border-radius: 1rem;
    width: 420px;
    color: white;
    
}

.P1 h1{
    font-size: 36px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
.P1 .input{
    width: 100%;
    height: 50px;
    margin: 30px 0;
}

.input input{
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    padding: 20px 45px 20px 20px;
}
.input input::placeholder{
    color: #fff;
}

.P1 .remb{
    display: flex;
    justify-content: space-between;
    font-size: 14.5px;
    margin: -15px 0 15px;
}
.remb label input{
    accent-color: #ffff;
    margin-right: 3px;
}

.remb a{
    color: #fff;
    text-decoration: none;
}
.remb a:hover{
    text-decoration: underline;
}
.P1 .btn{
    width: 100%;
    height: 45px;
    background: #fff;
    border:  none;
    outline: none;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.P1 .m3{
    font-size: 14.5px;
    margin-top: 20px;
}

.m3 p a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.m3 p a:hover {
    text-decoration: underline;
}

.card{
    margin: 0 auto;
    padding: 2em;
    width: 300px;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    position: relative;
}
.card::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: red;
    top: 50.5%;
    left: 50%;
}

.btn {
    width: 100%;
    padding: 12px;
    background-color: #1a73e8;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 15px;

    
}

.btn:hover {
    background-color: black
}