body {
    line-height: 1.5;
}
body .form-cha h1 {
    font-size: 23px;
    margin-bottom: 30px;
    color: #000;
}
body .form-cha h2 {
    font-family: Roboto Slab, Times New Roman, Times, serif;
    font-size: 24px;
    color: #000;
}
body .form-cha h3 {
    font-size: 20px;
}
body .form-cha form {
    margin-top: 40px;
    padding-bottom: 30px;
}
body .form-cha form .form-group {
    margin-bottom: 20px !important;
}
body .form-cha form .form-group .label {
    color: #272727;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    text-align: left;
}
body .form-cha form .form-group .input {
    background-color: #fff;
    border-color: #d5d5d5;
    border-radius: 0;
    color: #272727;
    box-shadow: none;
    max-width: 100%;
    width: 100%;
    height: 48px;
    font-size: 16px;
}
body .form-cha form .form-group .input:focus {
    border-color: #35ac19 !important;
    box-shadow: 0 0 10px #35ac19 !important;
    -webkit-box-shadow: 0 0 10px #35ac19 !important;
}
body .form-cha form .form-group input:active, body .form-cha form .form-group input:hover {
    border: 1px solid #0f69c4;
}
body .form-cha form .cont-btn {
    margin-top: 55px;
}
body .form-cha form .cont-btn .btn {
    text-decoration: none !important;
}