body{

    background: url("/Images/backgrounds/PA210024.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

main{

    /*
    background: linear-gradient(135deg, rgba(0,0,0,0.35) 39%,rgba(0,0,0,0.42) 61%,rgba(0,0,0,0) 100%);*/

    
}

.card {
    margin-bottom: 30px;
    /*border: 1px solid #304151;
    */border-radius: 0px;
    /*box-shadow: 0px 0 3px 2px rgb(8 0 8 / 80%);
    */
    box-shadow: none;
    
    color: white;
    
    /*background: linear-gradient(45deg, rgba(0,0,0,0.65) 39%,rgba(0,0,0,0.42) 61%,rgba(0,0,0,0) 100%);*/ 
    
    
    background: linear-gradient(181deg, #304151fc 0%,#304151 100%)
    
    
    
}

.card-title{
    color: white;
}

.form-control{
    border-radius :0px;
}

.btn{
    border-radius: 0px;;
}