body{
    background-color: rgba(181, 171, 171, 0.493);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.cardClass{
    height: 40vh;
    width: 30vw;

}
.login-Page{
    height: 100vh !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.card-header{
    align-items: center;
    justify-content: center;
    display: flex;
}
.card-title{
    font-weight: bolder;
    font-weight: 4vw;
    
}
#signup{
    text-align: center;
    text-decoration: underline;
   /*  font-style: italic; */
    top: 2vh;
    /* font-size: 1.2vw; */
    display: inline;
}
.spanField{
    color: red;
    font-size: 1vw;
    margin-left: 1.5vw;
    visibility: hidden;
}