.regist {
    width: auto;
    background-image: url('../kepek/urlap.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    padding: 30px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    font-family: 'Georgia', serif;
    color: #fff;
    position: relative;
    z-index: 2;
    color: #3e2f23;
}

.regist label,
.regist p {
    font-family: Arial, sans-serif;
    color: #3e2f23;
}

.regist input[type="text"],
.regist input[type="email"],
.regist input[type="date"],
.regist input[type="tel"],
.regist textarea {
    width: 70%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #7c5c42;
    border-radius: 4px; 
    font-size: 110%;
    background-color: #fff;
    margin-left: 30px;
}

.regist textarea{
    resize: none;
    max-height: 150px;
}

.regist input[type="text"]:focus,
.regist input[type="email"]:focus,
.regist input[type="date"]:focus,
.regist input[type="tel"]:focus,
.regist textarea:focus {
    border-color: #5a3a26;
    outline: none;
}

.regist textarea {
    resize: vertical;
    min-height: 150px; 
}

.regist input[type="radio"],
.regist input[type="checkbox"] {
    margin-right: 10px;
    margin-left: 30px;
}

.regist input[type="submit"],
.regist input[type="reset"] {
    background-color: #7c5c42;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 4px;
    font-size: 100%;
    cursor: pointer;
    margin-top: 20px;
}

.regist input[type="submit"]:hover,
.regist input[type="reset"]:hover {
    background-color: #5a3a26;
}

.regist p {
    font-size: 100%;
    color: #3e2f23;
}

.regist .gombok {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
