@import url('https://fonts.googleapis.com/css2?family=Outfit&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montagu+Slab&family=Playfair+Display:wght@500&display=swap');
._table {
    margin-left: 15px;
    margin-right: 15px;            
    margin-top: 14px;
}
._row {
    display: table;
    width: 100%;
}
._column {
    display: table-cell;
    width: 50%;
    padding-bottom: 15px;
   
}
._column:nth-child(even){
    padding-left: 20px;
}
._column label {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    color: #003366;
   

}
._required {
    color: red;
    
}
._column input, ._column select, ._column textarea {
    display: block;
    padding: 6px 12px;
    width: 100%;
    height: 36px;
        border: solid 2px #E9E9E9;
        font-size: 14px;
    line-height: 1.42857143;
        color: black;
        font-family:'Outfit', sans-serif;
}
._column textarea {
    height: auto;
    resize: none;
    font-family:'Outfit', sans-serif;
}
._column input[type=submit] {
    width: auto;
    float: right;
    background: #666;
    border: none;
    color: #FFF;
    cursor: pointer;
    font-family:'Outfit', sans-serif;
}
._column input[type=submit]:hover {
    background: #777;
}
.appcont{
background-color: white;
border-radius: 10px;
font-family:'Outfit', sans-serif;
}
.appcont h2{
padding-top: 10px;
padding-right: 130px;
text-decoration: none;
color:#003366;
text-align: center;
font-family:'Outfit', sans-serif;
}
input{
border-radius: 10px;
background-color: rgb(180, 177, 177);

}
select{
border-radius: 10px;
background-color: rgb(180, 177, 177);

}
textarea{
border-radius: 10px;
background-color: rgb(180, 177, 177);

}