﻿.boxheader {
    border-radius: 4px;
    /*background-color: #d62929;*/
    background-image: linear-gradient(blue,blue);
    padding: 5px;
    color: white;
    font-size: 18px;
    border: outset;
}

.boxContent {
    background-color: white;    
    border: outset;
    padding: 5px;
    border-radius: 4px;
}

.customButton {
    background-color: #0a30a0;
    color: white;
}

.form-rounded {
    border-radius: 2rem;
}

.bannerheading {
    padding:10px;
    color:white;
    background-image: linear-gradient(blue,blue);
    border-radius:10px;
}