﻿.dealer_registration
{
    padding-bottom:50px;
}
.regis_form {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #282923;
    padding: 20px 30px;
    box-shadow: 0px 0px 10px 15px #0a0a0a;
}

    .regis_form h4 {
        margin-bottom: 30px;
        font-weight: 700;
        text-align: center;
        font-size: 18px;
        word-spacing: 2px;
    }
