* {
    font-size: 25px;
}

input[type=radio] {
    border: 0px !important;
    width: 100% !important;
    height: 21px !important;
}

.modal-body {
    text-align: center;
}
input.error {
    border:1px solid #99182c;
}

span.arrow {
    position: absolute;
    margin-left: 6px;
    height: 17px;
}

label.error {
    color: red;
    font-size: medium;
}


