/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.SSBD_container input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

.SSBD_container input[type=submit] {
	margin-top: 1%;
    background-color: #000;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.SSBD_container input[type=submit]:hover {
    background-color: #45a049;
}

.SSBD_container {
    border-radius: 5px;
    padding: 20px;
}