.form_col {
    margin: 0 0 30px 0;
    width: 50%;
    float: left;
}

label,
legend {
    display: block;
    font-weight: 700;
    font-size: 13px;
}

#rekl_form .required.error {
    border: 1px solid #a43032;
    margin-bottom: 0px;
}

#rekl_form label.error {
    margin-bottom: 15px;
    font-weight: normal;
    color: #a43032;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
textarea,
select,
input[type="file"],
input[type="number"] {
    border: 1px solid #ccc;
    padding: 0 10px;
    outline: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font: 13px "Open Sans", Arial, sans-serif;
    height: 34px;
    margin: 5px 0 0 0;
    width: 210px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
}

#rekl_form input[type="text"],
#rekl_form input[type="file"],
#rekl_form input[type="date"],
#rekl_form input[type="number"],
#rekl_form textarea,
#rekl_form select {
    width: 300px!important;
}

.rekl_step {
    position: relative;
}

.rekl_step img {
    max-width: 100%;
}

.rekl_step .controls {
    margin: 30px 0 40px 0;
}

.rekl_step .controls .start {
    color: #a43032;
    cursor: pointer;
    font-weight: 700;
}

.rekl_step .controls .start:hover {
    color: #333;
    text-decoration: underline;
}

.rekl_step .controls .btn {
    margin: 0 10px 0 0;
    padding: 10px 40px;
    background: #a43032;
    border: solid 1px #a43032;
    color: #fff;
    cursor: pointer;
    text-shadow: none;
    font-size: 13px;
    font-weight: normal;
    border-radius: 0;
}

.rekl_step .controls .btn:hover {
    background-color: #c9481e;
}

.rekl_step .hidden_box {
    position: absolute;
    top: 50px;
    left: 0;
    padding: 20px;
    background-color: #f2dede;
    display: none;
}

.rekl_step .hidden_box .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    cursor: pointer;
    margin: -15px -13px;
}

.rekl_step .hidden_box .close:hover {
    opacity: .5;
    filter: alpha(opacity=50);
}

.hidden {
    display: none !important;
}

.show {
    display: block !important;
}

div.step-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div.step-container>div {
    display: flex;
    flex-direction: row;
}

div.step-container>div>div:first-child {
    width: 50%;
    margin-bottom: 30px;
}

div.step-container>div>div:last-child {
    width: 50%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

div.step-container>div>div>h5 {
    font-weight: 400;
}

div.step-container>div>div>span {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

div.step-container>div>div:last-child>p {
    /* error-box */
    margin: auto auto 0 auto;
    font-size: 14px;
    padding: 25px;
    background-color: #f2dede;
    margin-left: 15px;
    font-weight: 400;
}

div.step-container>div>div:first-child>div>div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

div.step-container>div>div:first-child>div>div {
    background-color: #eee;
    border: 1px solid #e1e1e1;
}

div.step-container>div>div:first-child>div>div:first-child>div:first-child {
    padding: 10px 5px 5px 5px;
    text-align: center;
}

div.step-container>div>div:first-child>div>div:first-child>div:first-child>span {
    font-weight: bold;
    font-family: 'Open Sans';
    font-size: 14px;
}

div.step-container>div>div:first-child>div>div:first-child>div:last-child {
    display: flex;
    flex-direction: row;
}

div.step-container>div>div:first-child>div>div:first-child>div>div>label {
    padding: 5px 10px 15px 10px;
    margin: 0 !important;
    font-weight: 400;
    font-size: 14px;
}

div.step-container>div>div:first-child>div>div:first-child>div>div>label>input {
    margin-right: 5px;
}

div.step-container>div>div:first-child>div>div:first-child>div:last-child>div:first-child {
    margin: 0 7.5px 0 0;
    flex: 1;
    text-align: right;
}

div.step-container>div>div:first-child>div>div:first-child>div:last-child>div:last-child {
    margin: 0 0 0 7.5px;
    flex: 1;
    text-align: left;
}

#rekl_step1 div.controls.step1-continue {
    text-align: right;
}

div.issue-description1.hidden,
div.issue-description2.hidden,
div.issue-description3.hidden {
    display: none !important;
}

div.is_dealer_form {
    display: block;
    margin-bottom: 25px;
    margin-top: 10px;
}

div.is_dealer_form>label {
    display: inline-block;
    font-weight: 400;
}

div.is_dealer_form>label:first-child {
    margin-right: 10px;
}

div.dealer_form_additions {
    margin-top: 25px;
}

textarea#extended_reason {
    height: 115px;
    padding: 5px 10px;
    resize: none;
}