﻿.aftext {
    font-family: Arial, Helvetica, sans-serif;
}

.aflbl {
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
}

.bgbluegrey {
    background: rgb(60,75,98);
    background: linear-gradient(90deg, rgba(60,75,98,1) 25%, rgba(71,106,125,1) 75%);   
    border-radius: 5px;
    line-height: 50px;
}

.bgwhite {
    background-color: #eff0eb;
}

.bgblue-white {
    background-color: #f7f6f6;
}

.h20{
        height:20%;
}


.txtarea {
    border-radius: 15px;
    width: 80%;
}

.section {
    margin-top:20px;
    margin-bottom:20px;
}