.signupsection{
     min-height: 100vh;
    background: linear-gradient(135deg, #13182c, #764ba2);
    background :url("../images/img2.jpg");
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.pa{
    color: white;
    font-weight:100%;
    font-family:Georgia, 'Times New Roman', Times, serif ;
}
#log{
    color:blue ;
}