﻿#rblMostImportantFeatures {
    display: flex;
    padding: 0;
    margin: 10px 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.form-group .label {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

input[type="radio"] {
    margin-left: 10px;
}

.btn-submit {
    background-color: #1691b6;
    border-color: #1691b6;
    color: #fff;
}

.errorMsg {
    color: red;
    font-size: 14px;
    font-weight: normal;
}

#divMain .row{
	margin:0px 15%;
}