.input-part{
    margin-top: 12%;
    display: grid;
    grid-template-rows: repeat(1,1fr);
    gap: 10px;
   
}
.input-part input{
    height: 30px;
    width: 250px;
    margin-left: 30%;
   border-color:none;

}
.input-part input:hover{
    height: 35px;
    width:260px;
    border-color: #D11243;
    border-width: 3px;
}
.form-box{
    width: 40%;
    height: 70%;
    margin: auto;
    margin-top: 10%;
    box-shadow: rgb(252, 250, 250) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;

    
}
.bot-sign{
   margin-left: 27%;
   margin-top: 44px;
   height: 40px;
   width: 300px;
   color: white;
   background-color:  #D11243 ;
   border: 0px;
   border-radius: 10px;
}
.sign button{
   border: 0px;
   margin-left: 40%;
   margin-top: 5%;
   padding: auto;
    font-size: 25px;
  background-color: white;
}
.sign button:hover{
    color: #D11243;
   
}

a{
    text-decoration: none;
}
a p {
    font-size: 14px;
    color: #666;
    text-align: center;
}
body{
    background: url(https://wallpaperset.com/w/full/b/3/8/512706.jpg);
    background-size: cover;
    background-position: center;
}
