﻿.div-form-title {
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
    margin: 35px 0 35px 0;
    text-transform: uppercase;
    border-bottom: 2px solid #909090;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.div-form:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.div-form-col {
    margin-right: 25px;   
}

.div-form label {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}

.div-form input[type=text],
.div-form input[type=password],
.div-form select,
.div-form textarea {
    font-family: 'Montserrat', sans-serif;
    color: #7e7e7e;
    font-size: 1em;
    background: #ececec;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    padding: 0 12px 0 12px;
    line-height: 40px;
    height: 40px;
    border: 0;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.div-form textarea {
    height: 100px;
}

.form-prefix {
    position: relative;
}

.form-prefix span {
    position: absolute;
    top: 0;
    left: 10px;
    height: 40px;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1em;
}

.form-prefix input[type=text],
.form-prefix input[type=password] {
    padding-left: 30px !important;
}

.form-dateofbirth {
    width: 100%;
    box-sizing: border-box;
}

.form-dateofbirth select{
    float: left;
    width: 30% !important;
}

.form-dateofbirth select:not(:last-child) {
    margin-right: 5%;
}

.form-dateofbirth:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.form-checkbox {
    margin-bottom: 20px !important;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
}

div.error {
    color: red !important;
    font-weight: bold !important;
    font-size: .9em !important;
    margin: 0 0 10px 0 !important;
}

div.success {
    color: #2ce24b !important;
    font-weight: bold !important;
    font-size: .9em !important;
    margin: 0 0 10px 0 !important;
}

input.error,
select.error,
textarea.error,
label.error {
    background-color: #ffd6d6 !important;
    box-shadow: 0 0 0 2pt red !important;
}