.nav-link{
    color:white !important;
 text-shadow: white !important;
}
.Sign-in{

    color: white;
    font-weight: bold;
    padding:0 auto ;
    margin: 180px auto;
    border: 2px solid  gainsboro;;
    background-color:  rgba(62, 131, 235, 0.808);
    opacity: 0.9;
    width: 400px;
    height: 230px;

 }
.Sign_Up{

    color: white;
   font-weight: bold;
    padding: 0 auto ;
    margin: 180px auto;
    border: 2px solid gainsboro;
    background-color:  rgba(62, 131, 235, 0.808);
    width: 430px;
      opacity: 0.9;
    height: 350px;
     
 }

fieldset{
    text-align: center;
}
.btn{
    margin: 10px;
    width: 80px;
}

input{
    padding:0 ;
    margin: 10px;

}
.Emails{
    position: relative;
    left: 18px;

}

.Email{
    position: relative;
    left: 14px;
}

img{
    width: 100px;
}