﻿/*style sheet form USNIC Forms*/

.nic-form {
    width: 80%;
}

.radio-btn {
    width: .85em;
    height: .85em;
    -webkit-appearance: radio;
}

.nic-form-col-md label, .nic-form-col-sm label {
    text-align: right;
}

.form-group label, input {
    font-size: 1.1rem;
}

@media screen and (max-width: 991px) {
    .nic-form {
        width: 100%;
    }

    .form-group label {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .nic-form-col-md label {
        text-align: left;
    }
}

@media screen and (max-width: 575px) {
    .nic-form-col-sm label {
        text-align: left;
    }

    .form-group label, .form-control {
        font-size: 14.2px;
    }
}