

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

}

.login-main{
    width: 100%;
    height: 150vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.65),rgba(0,0,0,0.65)),url(./netflix/netfliximage/backgroundimage.jpg);

    background-size: cover;
    background-position: center;
    /* padding: 20px 10%; */
    position: relative;
}
.logo{
width: 150px;

}
 img{
    position: absolute;
top: 1%;
left: 15%;
margin-top: -15px;
}

    

.login-container {
    
    /* height: 70%; */
    
    position: absolute;
    margin-top: 7%;
    margin-left: 35%;
    /* height: 100vh; */
    
    display: flex;
    justify-content: center;
    /* align-items: center; */

    width: 450px;
    background: rgba(0, 0, 0, 0.6);
    padding: 40px;
    /* padding: 10px 10px; */
    border-radius: 5px;
    color: white;
}
form h4{
    color: white;
    text-align: center;
    padding: 10px;
    margin-top: 5px;
}


.login-box h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

form {
    display: flex;
    flex-direction: column;
}

input {
    /* z-index: 0.5; */
    background: #333;
    width: 350px;
    /* background-color: rgba(0, 0, 0, 0.7); */
    border: none;
    padding: 12px;
    margin: 8px 0;
    border-radius: 4px;
    color: white;
}
 a{
    text-decoration: none;
    color: white;
}
 
button {
    width: 350px;

    background: red;
    border: none;
    padding: 12px;
    color: white;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
}
.signin-button{
    background-color: #514f4f;
}



/* .options {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 14px;
} */

/* .options a {
    color: #b3b3b3;
    text-decoration: none;
}

.options a:hover {
    text-decoration: underline;
} */

.signup-text {
    margin-top: 20px;
    font-size: 14px;
}

.signup-text a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.signup-text a:hover {
    text-decoration: underline;
}

.recaptcha {
    margin-top: 15px;
    font-size: 12px;
    color: #b3b3b3;
}

.recaptcha a {
    color: #0071eb;
}




.footer {
    background-color:black;
    color: #757575;
    position: relative;
    z-index: 1;
}

.footWidth {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px;
}

.footLay {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 0 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

.footLay li {
    list-style: none;
}

.footList {
    width: 25%;
    margin-top: 10px;
}

.footLink {
    text-decoration: none;
    color: #757575;
    font-size: 0.8rem;
}

.footLink:hover {
    text-decoration: underline;

}
