label{
    font-size: 18px;
}
button{
    font-size: 18px !important;
}
a{
    font-size: 15px;   
}
.form-title {
    font-size: 2.385rem;
    font-weight: 400;
    padding-left: 0;
    padding-right: 0;
    padding-top: .2384rem;
    padding-bottom: 1.031rem;
    margin: 0 0 13px;
    border-bottom-width: 0;
    border-radius: 3px 3px 0 0;
    background-color: transparent;
    border-bottom: 1px solid #d9d9d9;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 18px !important;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
select.form-control:not([size]):not([multiple]) {
    height: 50px !important;
}
.error{
    color: red;
}