﻿body {
}


input[type=checkbox], input[type=radio] {
    margin-right: 5px;
    margin-left: 5px;
}

.fieldValidator {
    font-size: 1.3em;
    line-height: 0.3em;
    color: #F00 !important;
    font-weight: bold;
}


.txtRequired {
    border: solid 1px red !important;
}

.stuPhoto {
    height: 135px;
    width: 135px;
    border-radius: 6px 6px 6px 6px;
    object-fit: cover;
}

.section-padding-top-10 {
    padding-top: 10px;
    padding: 10px;
}

.ApplyRow{
    margin-top: 40px;
}

