.requiredasterisk div span label{
    font-weight: bold;
 
}
.requiredasterisk div span label:first-of-type:after{
    color: #e32;
    content: ' *';
    display:inline;
}



@media (min-width: 1600px) {
    .container{
        width: 752px;
    }
}

@media (min-width: 1400px) {
    .container{
        width: 752px;
    }
}

@media (min-width: 1200px) {
    .container{
        width: 752px;
    }
}

#top {
background-color: #f3f3fe;
display: flex;
justify-content: center;
padding-top:16px;
padding-bottom:16px;
}

.container {
max-width: 900px;
background-color: #fff;
}

#ewa-app {
    background-color:#fff;
    max-width: 900px;
}
body {
    background-color:#f3f3fe;
}
 
.col-sm-12 {
padding-bottom: 10px;
}

.controls {
    text-align:center;
    padding-bottom:10px;
    background-color:#fff;
}

.clearfix {
 padding-bottom:10px;
}

.nav {
padding-top: 10px;
}

.row {
padding-left: 15px;
padding-right: 15px;
}

.indented {
text-indent: 30px; 
}

.col-12 {
padding-right: 30px;
padding-left: 30px;
}