#logo
{
    width:170px;
    height:60px
}
#signIn_div{
    display:flex;
    align-items: center;
}
.container-fluid{
    justify-content: space-between;
    display:flex;
    padding: 0px 20px;
}
#signIn_div>p{
    margin:0px !important;
}

#intro{
    background-color: #3665f3;
    color:white;
    margin:auto;
    padding-left:40px;
    padding:20px;
    width:500px;
    margin-top: 20px;
    font-size: 10px;
}
span{
    color:purple;
}
#form_div{
    width:500px;
    margin:auto;
    margin-top:30px;
    /* border:1px solid; */
    text-align: center;
    padding:20px;
}
.part{
    display:flex;
    width:600px;
    width:500px;
    margin-bottom: -5px !important;

}
.part>input{
    width:210px;
    border:1px solid black;
    margin-right:30px;
}
#terms{
    color:blue;
    text-decoration: underline;
    font-size: 12px;
}
#p{
font-size: 12px;
}
 input{
    border: 1px solid black !important;
    margin-bottom: 30px !important;
    border-radius: 10px !important;
} 
button{
    height:45px !important;
    border-radius: 20px !important;
    width:450px;  
}
p{
    font-size: 15px;
}
hr{
    color:grey;
}
#span2{
    color:black;
    text-decoration: underline;
    font-size: 10px;
}
footer{
    text-align: center;
    height:100px;
    
}
footer>p{
    font-size: 10px;
    margin-top: 50px; 
}
img{
    width:150px;
    height:80px;
}
#facebook{
    background-color: #4064ac;
    
}
.google{
    border:1px solid ;
}
.google:hover{
    background-color: whitesmoke;
}
button>img{
    width:30px;
    height:30px;
    z-index: 99;
    float: left !important;
     margin-left: 20px; 
     margin-right: -30px;

}
#check{
    margin-top: 0px !important;
    margin-bottom: -50px !important;
}
#hr{
   
    margin-bottom: 50px;
    position:relative;
}
#hrp{
     margin-top: 30px;
     position:relative;
     margin-bottom: -28px;
     z-index: 100;
}
.aler{
    color:red;
    font-weight: bold;
}
#container{
    width:450px;
    margin: auto;
}
button:hover{
    background-color:blue !important;
}

