.lead1{
    font-size: 1.3rem;
    margin-bottom: 0px;
}
.marginstyle1{
    margin: 20px;;
}
.marginstyle2{
    margin-top: 50px;
}
.hrstyle1{
    width: 85%;
    margin: 0 auto;
    min-height: 8px;
    color: black;
    background-color: black;
    opacity: 0.9;
    
}
.aligntext{
    text-align: justify;
    font-weight: 400;
}
.mybutton{
    background-color: black;
    color: white;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: white;
    font-size: larger;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.txtfield{
    border-width: 4px;
    border-color: black;
    border-radius: 20px;
    margin-bottom: 5px;
    
}
.card {
    background-color: rgb(24, 24, 24) !important;
    color: white !important;
    margin: 10px 10% 50px 10%;
    padding: 30px;
}
.color-white, .color-white:focus {
    color: #ffffff !important;
}

textarea.txtfield, textarea.txtfield:focus, textarea.txtfield:active {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: 0;
    width: 100%;
    font-size: 16px;
    margin: 0 0 8px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}