form {
    .grant-select {
        width: 100%;
        outline: none;
        line-height: 1.3;
        padding: 5px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #D9D9D9;
        border-radius: 2.5rem !important;
        -webkit-border-radius: 2.5rem !important;
        -moz-border-radius: 2.5rem !important;
        -ms-border-radius: 2.5rem !important;
        -o-border-radius: 2.5rem !important;
        font-family: 'PT Sans', sans-serif;
        font-weight: 400;
        color: #000;
        font-size: 1.2rem;
        height: 3rem;
        background: transparent;
        
        &.error {
            border: 2px solid #ea0000;
        }
    }

    .form-gr input {
        background: transparent;
        height: 3rem;
    }

    .form-detail_gr label,
    .form-gr input {
        font-size: 1.2rem;
    }

    .form-detail_gr {
        margin-bottom: 1.075rem;
    }


    @media (max-width: 768px) {
        .grant-select {
            height: 3rem;
            font-weight: 400;
            font-size: 0.8rem;
            padding: 5px 20px;
        }

        .form-gr input {
            background: transparent;
            height: 3rem;
        }

        .form-detail_gr label,
        .form-gr input {
            font-size: 1rem;
        }
    }

    .form-detail_gr label,
    .form-gr input {
        font-family: 'Open Sans', sans-serif;
    }
}