﻿.apply-property-form {
    margin: 0 auto;
    max-width: 90rem;
    padding: 0 0 9.6rem 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.form-groups {
    margin-bottom: 2rem;
}

.form-groups label{
    font-size: 1.8rem;
}

.form-groups label h5{
    font-size: 1.8rem;
}

.form-groups input {
    height: 40px;
}

.notice {
    font-size: 1.8rem;
    padding: 1rem;
    line-height: 1.5;
}

.notice h4 {
    font-size: 2rem;
    font-weight: 500;
}

.text-danger {
    font-size: 1.5rem;
}


.apply-property-form h3{
    margin-bottom: 2rem; 
}




