.container{
    width :29%;
    margin: auto;
    padding: 20px;
    border-radius: 20px;   
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
input{
    width: 90%;
    padding: 10px;
    margin: 5px;
    border-radius: 10px;
}
select{
    width: 96%;
    border: 0;
}
.fb{
    display: flex;
    align-items: center;
    justify-content:center ;
    color: white;
    background-color: blue;
    border-radius: 10px;
    height: 40px;
}
.fb>img{
    width: 30px;
    height: 30px;
}
.gl{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content:center ;
    border-radius: 10px;
    height: 40px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.gl>img{
    width: 30px;
    height: 30px;
}
#lbtn{
    text-align: center;
    width: 96%;
    padding: 10px;
    margin: 5px;
    color: white;
    background-color: rgb(199, 76, 76);
    border-radius: 10px;
}
#lbtn:hover{
    background-color: rgb(140, 184, 19);
    color: rgb(189, 37, 37);
}
p{
    text-align: center;
    color: gray;
    font-weight: 100;
}
.ar{
    text-align: center;
    padding: 10px;
}
.remember{
    display: flex;
    text-align: center;
    justify-content: space-between;
    align-items: center; 
}
.rem{
    margin-left: -150px;
}
#me{
    width: 15px;
    height: 15px;
    margin-left: 5px;
}
@media (max-width:482px){
    .remember{
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: space-between;
        align-items: center; 
    }
    .rem{
        margin:0 1.7rem -0.2rem 0 ;
       
    }
    #me{
        width: 15px;
        height: 15px;
        margin-left: 5px;
       
    }
    .container{
        width :69%;
        margin: auto;
        margin-top: 8rem;
        padding: 20px;
        border-radius: 20px;   
        box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    }

}