/*html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.row {
    justify-content: center;
}


.mainheading,
.clearbtn {
    text-align: center;
    margin-left: 0;
  
}

.form-group {
    justify-content: space-between;
    margin-bottom: 15px;
}

.form-label {
    display: block;
    margin-bottom: 5px;
}

.control-label {
    font-weight: bold;
}
.control-label::after {
        content: " *";
        color: red;
    }

.image{
    max-width:400px;
    max-height:400px;
}*/
/* Additional Mobile Styles */
/*@media (max-width: 767px) {
    .form-group {
        margin-bottom: 10px;
    }
    @media(min-width:200px){
        .row {
            justify-content: center;
        }
    }
}*/
