* {
    margin: 0;
    padding: 0;
}


body {
    display: flex;
    justify-content: center;
    align-items: center;
    text-rendering: optimizeLegibility !important;
    background-color: rgba(0,0,0);
    background-image: url(../img/netflix-bg-img.png);
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Montserrat', sans-serif;
}


div {
    display: flex;
    justify-content: center;
    align-items: center;
}


.container-box {  
    width: 75%;
    margin: 8% 0 0 0;
}


.container-side {
    display: block;  
    width: 500px;
    height: 450px;
    border-radius: 0.5em;
    color: #ffff;
}

.svg-icon {
    width: 250px;
    height: 150px;
    fill: #e50914; 
    margin-top: 50px; 
}


.h1-info {
    font-size: 1.2em;
    display: block;
    justify-content: center;
    align-items: center;
    margin-left: 21%;
}

.container-login {
    display: block; 
    width: 600px;
    height: 500px;
    background-color: rgba(19, 19, 19, 0.8);  
    border-radius: 0.5em;
}

div form {
    margin-top: 5em;
}

.login-info div {
    margin-top: 1.2em;
}

input {
    color: #ffff;
}

#mail-box , #password-box {
    width: 100%;
    margin: 2px 45px ;
    padding: 20px;
    border: none;
    border-radius: 0.5em;
    background-color: rgba(46, 46, 46, 0.8);
}

#mail-box::placeholder, #password-box::placeholder {
    color: rgba(236, 236, 236, 0.8);
    font-size: 16px;
    padding-left: 6px;
}

div a {
    font-size: 14px;
    display: block;
    text-decoration: none;
    color: rgba(131,16,16, 0.9);
    margin: 8px 50px;
}

div button {
    margin-top: 50px;
    color: #ffff;
}

.button {
    font-size: 16px;
    background-color: #e50914;
    width: 100%;
    margin: 40px 90px;
    padding: 18px;
    border-style: none;
    border-radius: 0.8em;
}


.new-here {
    font-size: 16px;
    color: rgb(131, 127, 127); 
    margin-left: 60px;
}

.new-here a {
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin-left: 5px ;
    padding: 0;
}