body .b1c-form {
    border-radius: 0;
}
body .b1c-form .b1c-tl {
    background: #3f51b5;
    border-radius: 0;
    text-shadow: 0;
}
body .b1c-form .b1c-description,
body .b1c-form label {
    color: #333;
}
body .b1c-form .form-group {
    margin-top: 0;
}
body .b1c-form .form-control {
    height: inherit;
    border-radius: 0;
    background-size: 0;
}
body .check {
    margin-right: 5px;
}
body .b1c-form .b1c-submit {
    margin: 10px auto;
}
body .b1c-form .b1c-tl {
    text-shadow: none;
}
@media screen and (max-device-width: 640px) {
    body .b1c-form * {
        font-size: 1em !important;
    }
}
