
/* *{
    margin-top: 12px;
    margin-left: 12px;
    margin-bottom: 12px;
    margin-right: 12px;
} */

h1{
    font-weight: 700;
    font-size: 3.5em;
    text-align: center;
    font-family: poppins;
    color: white;
    text-shadow: 2px 2px 4px #000000;
}
body{
    background-color: rgba(37, 1, 1, 0.616);
    background-image: url("sven-mieke-MsCgmHuirDo-unsplash.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-attachment: fixed;

}
.container{
    align-items: center;
    height:100%;
   display:flex;
   align-items:center;
   justify-content:center;
}
.content{
    
        background-color:rgba(255, 255, 255, 0.551);
        width:500px;
        height:720px;
        border-radius: 2%;
        margin-bottom: 29px;
    
}
.reg{
    padding:10px 40px 0px;
}
form{
    padding:0px 40px;
}
input[type=text], [type=email]{
    border: none;
    border-bottom: 1px solid black;
    outline:none;
    width:100%;
    margin: 8px 0;
    padding:10px 0;
    background-color: rgba(240, 248, 255, 0);
    font-family: poppins;
}
input[type=number]{
    border: none;
    border-bottom: 1px solid black;
    outline:none;
    margin: 8px 0;
    padding:5px 0;
    background-color: rgba(240, 248, 255, 0);
}
select{
    border: none;
    border-bottom: 1px solid black;
    outline:none;
    margin: 8px 0;
    padding:5px 0;
    width:50%;
    font-family: poppins;
    background-color: #00000000;
}
.beside{
    display:flex;  
    justify-content: space-between;
}
input[type=password]{
    border: none;
    border-bottom: 1px solid black;
    outline:none;
    margin: 8px 0;
    padding:5px 0;
    background-color: rgba(240, 248, 255, 0);
    font-family: poppins;
}
::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1; /* Firefox */
    font-family: poppins;
  }
.pwd{
    font-family: poppins;
}
  button{
    color:#ffffff;
    background-color: #b91d1d;
    height:40px;
    width:25%;
    margin-top:15px;
    cursor: pointer;
    border:none;
    border-radius:2%;
    outline:none;
    text-align:center;
    font-size:16px;
    text-decoration:none;
    -webkit-transition-duration:0.4s;
    transition-duration:0.4s;
    font-family: poppins;
     
}
.button{
    width: 100%;
    flex: auto;
    
}
button:hover{
    background-color:#333333;
}
#spw{
font-family: Courier;
}
h3{
    font-size: 15px;
    text-align: center;
    padding-top: 8px;
    color: #000000cc;
    font-family: poppins;


}

img{
    border-radius:100%;
    display: inline-flex;
    margin-left: 20px;
    margin-right: 0;
    margin-top: 25px;
    box-shadow: 0px 0px 10px -5px #31a8ff;
  

}
.logo{
    text-align:left;
    font-size: larger;
    color: #FFA500;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    
}
.log{
    text-align: center;

    
}
