.check label {
    color: #333;
    font-family: Rawline;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
	margin: 5px;
}

.input select{
    background: #fff;
    border: 1px solid #888;
    border-radius: 6px;
    color: #555;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 16px;
    width: 100%;
}

input[type=checkbox] {
    transform: scale(1.2);
}