/*----------------Exclusive dealer Page -----------------*/

.exclusive-innercontent {
    margin: 150px 5%;
}

.exclusive-innercontent input {
    padding: 5px;
    border: 1px solid #000;
    width: 340px;
    margin: 0px 0 10px 0;
}

.exclusive-innercontent select {
    padding: 5px;
    border: 1px solid #000;
    width: 352px;
    margin-bottom: 10px;
    border-radius: 0;
}

.exclusive-innercontent textarea {
    padding: 5px;
    resize: none;
    border: 1px solid #000;
    width: 340px;
    margin-bottom: 10px;
    height: 200px;
}

.exclusive-innercontent button {
    width: 200px;
    height: 37px;
    color: #fff;
    background: #000;
    border: none;
}

h1.h1-dealer {
    margin: 50px 0 10px 0;
    font-size: 26px;
}

.jh-signature {
    position: absolute;
    text-align: center;
    margin-top: 200px;
    right: 0;
    bottom: 0;
}

.result-box-dealer {
    position: absolute;
    top: 90px;
    right: 14px;
    width: 350px;
    font-style: italic;
}

p#correct-result-box-dealer {
    color: #0d7e29;
}

p#incorrect-result-box-dealer {
    color: #951416;
}

p.correct {
    color: #0d7e29;
}

p.incorrect {
    color: #951416;
}

p.popup-exclusivedealer {
    line-height: 2;
}

.dealerbox {
    float: left;
    width: 80%;
    padding: 0px 10% 0 10%;
}

.dealerbox-line {
    float: left;
    width: 100%;
    height: 1px;
    background: #aeaeae;
    margin: 40px 0;
}

.dealerbox h1 {
    font-family: thinfont, Tahoma, Geneva, sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    margin: 25px 0 20px 0;
}

@media screen and (max-width: 992px) {
    .dealer-form {
        float: left;
        width: 100%;
    }
    .result-box-dealer {
        position: relative;
        float: left;
        width: 100%;
        top: auto;
        right: auto;
    }
    .jh-signature {
        position: relative;
        float: right;
        top: auto;
        right: auto;
        margin-top: 45px;
        margin-bottom: 30px;
    }
    .exclusive-innercontent input {
        padding: 5px 2%;
        border: 1px solid #000;
        width: 96%;
        margin: 0px 0 10px 0;
    }
    .exclusive-innercontent textarea {
        padding: 5px 2%;
        resize: none;
        border: 1px solid #000;
        width: 96%;
        margin-bottom: 10px;
        height: 200px;
    }
    .exclusive-innercontent button.btn-mail {
        width: 100.5%;
        height: 37px;
        color: #fff;
        background: #000;
        border: none;
    }
    .exclusive-innercontent select {
        padding: 5px 2%;
        border: 1px solid #000;
        width: 100.5%;
        margin-bottom: 10px;
        border-radius: 0;
    }
    p.popup-exclusivedealer {
        line-height: 1.5;
        font-size: 14px;
    }
}

@media screen and (max-width: 430px) {
    .exclusive-innercontent button {
        width: 100%;
        height: 37px;
        color: #fff;
        background: #000;
        border: none;
    }
    .model-header h2 {
        font-size: 15px;
    }
}