input[type="checkbox"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #bcbcbc;
    cursor: pointer;
}

.form-group {
    margin: 0 auto;
    max-width: 530px;
}

.form-group input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"] {
    border-radius: 0;
    height: 50px;
}