﻿body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #fff;
}

input{
    height:3rem !important;
    border-radius:0 !important;
}
.text-danger.validation-summary-errors ul {
    list-style: none;
    padding: 0;
}

@media screen and (max-width: 768px ) {

     
}

@media screen and (max-width: 576px) {
    
    
}
