﻿/*body {
    background-color: #ecedef;
}

label {
    font-family: FS Albert;
    font-weight: normal;
    font-size: 18px;
}

input {
    font-family: FS Albert;
    font-weight: normal;
    font-size: 14px;
}*/
.leaseformapplication textarea{
    line-height:20px;
}
.leaseformapplication textarea[name="Address"]{
    height:100px;
}
form input[type=radio] {
    color: #ffffff;
    background-color: #ffffff;
}

.alignProperly {
    margin-top: 8px !important;
    margin-right: 10px;
}

.questionForRadio {
    margin: 5px 0 0 -18px !important;
    font-weight: bold;
    font-size: 1.1em;
}

.aBitOfRoomUpTop {
    margin-top: 30px;
}

.heading {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
    font-family: fsalbertregular;
}

.formHeading {
    font-weight: bold;
    font-size: 1.2em;
}

.submitButtonClass {
    float: right;
    color: #fff;
    text-align: center;
    font-family: fsalbertregular;
    font-weight: normal;
    font-size: 16px;
    background-color: #dd2d35;
    border: none;
    border-radius: 25px;
    padding: 10px 65px 10px 65px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    box-shadow: none;
    cursor: pointer;
}

.aLittlePaddingAtTheBottom {
    padding-bottom: 12px;
}

.aBitOfMarginUpTop {
    margin-top: 12px;
}

#errorMessageClass {
    display: none;
    color: #ff0000;
    background-color: white;
    border: 2px solid #e60000;
    font-weight: bold;
    padding-left: 10px;
}

.roomUpTopForFormGroup {
    margin-top: 20px !important;
}


.mainHeadingForLeaseFormApplication {
    padding-top: 50px;
}

.restOfHeadingsInTheLeaseApplicationForm {
    color: black;
    margin-bottom: 5px;
}

.borderClassForLeaseAppForm {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 30px;
}

.marginUnderSubmitButtonLeaseAppForm {
    margin-bottom: 50px;
}