body {
    background-image: url(netflix\ bg\ black\ overlayed.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1220px;
    margin: 0;
    padding: 0;

}


.greytx{
    color: #97999a;
}

.logo {
    width: 28vh;


}

.signbox {
    background-color: rgb(0, 0, 0, 77%);
    color: white;

}


input[type=text],input[type=password] {
    width: 350px;
    height: 50px;
    border-radius: 7px;
    outline: none;
    background-color: rgb(51, 51, 51);
    color: white;
    font-size: 20px;
    border: none;


}

#pas {

    padding: 30px 13px;
    padding-right: 75px;

}


input[type=text] {
    padding: 30px 13px;

}

input:focus,
input:valid {
    background-color: #403f3f;
    color: white;
}

input:focus~.txtlab,
input:valid~.txtlab {
    margin-bottom: 2px;
    top: 1px;
    font-size: 12px;
    transition: all 0.3s ease;
    color: #747272;



}

#pas:focus~.sh,
#pas:valid~.sh {
    display: block;

}





.inputcontainer {
    position: relative;
}

.wrn {
    color: rgb(232, 124, 3);
    font-size: 15px;
}

.txtlab {
    cursor: text;
    position: absolute;
    top: 19px;
    left: 0;
    color: rgb(173, 167, 167);
    transition: all 0.3s ease;

}

.sh {
    position: absolute;
    left: 290px;
    background-color: #403f3f;
    top: 20px;
    color: rgb(255, 255, 255);
    font-size: 15px;
    cursor: pointer;
    display: none;
}


.btn{
    height: 50px;
}


.rm{
    color: #97999a;
    margin-top: 10px;
}
.rm label{
    margin-left: 5px;
}

.sp{
    font-size: 20px;
}




.lm{
   font-size: 15px;
   visibility: hidden;
}


.jk{
   font-size: 15px;
   transform: 2s ease;

}

.footer{
    margin-top: 50px;
    width: 100%;
    height: 280px;
    background-color: rgb(0, 0, 0,75%);

}

.ff{
    font-size: 20px;
}

option{
    font-size: 20px;
}

a{
    cursor: pointer;
}

#alrt{
    top: 40px;
    left: 328px;
    
}
.pointer{
    cursor: pointer;
}