﻿body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font-family: 'Jost', sans-serif;
    background: linear-gradient(to bottom, #f7a24e, #ea462d, #f7a24e);
}

.main {
    width: 350px;
    height: 575px;
    background: red;
    overflow: hidden;
    background: url("https://doc-08-2c-docs.googleusercontent.com/docs/securesc/68c90smiglihng9534mvqmq1946dmis5/fo0picsp1nhiucmc0l25s29respgpr4j/1631524275000/03522360960922298374/03522360960922298374/1Sx0jhdpEpnNIydS4rnN4kHSJtU1EyWka?e=view&authuser=0&nonce=gcrocepgbb17m&user=03522360960922298374&hash=tfhgbs86ka6divo3llbvp93mg4csvb38") no-repeat center/ cover;
    border-radius: 10px;
    box-shadow: 5px 20px 50px #000;
}

#chk {
    display: none;
}

.signup {
    position: relative;
    width: 100%;
    height: 100%;
}

label {
    color: #fff;
    font-size: 2.3em;
    justify-content: center;
    display: flex;
    margin: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: .5s ease-in-out;
}

input {
    width: 60%;
    height: 10px;
    background: #e0dede;
    justify-content: center;
    display: flex;
    margin: 20px auto;
    padding: 12px;
    border: none;
    outline: none;
    border-radius: 5px;
}

button {
    width: 60%;
    height: 40px;
    margin: 10px auto;
    justify-content: center;
    display: block;
    color: #fff;
    background: #fbb03b;
    font-size: 1em;
    font-weight: bold;
    margin-top: 20px;
    outline: none;
    border: none;
    border-radius: 5px;
    transition: .2s ease-in;
    cursor: pointer;
}

    button:hover {
        background: #ea462d;
    }

.login {
    height: 600px;
    background: #eee;
    border-radius: 60% / 10%;
    transform: translateY(-90px);
    transition: .8s ease-in-out;
}

    .login label {
        color: #f36e3a;
        transform: scale(.6);
    }

#chk:checked ~ .login {
    transform: translateY(-525px);
}

    #chk:checked ~ .login label {
        transform: scale(1);
    }

#chk:checked ~ .signup label {
    transform: scale(.6);
}

select[name="StudentCLubId"] {
    width: 67%;
    height: 37px; /* Y�ksekli�i art�rd�m */
    background: #e0dede;
    color: #6c6c6c;
    justify-content: center;
    display: flex;
    margin: 20px auto;
    padding: 5px; /* Padding'i k���ltt�m */
    border: none;
    outline: none;
    border-radius: 5px;
    appearance: none;
    font-size: 0.85em; /* Do�ru font boyutu */
    font-family: 'Jost', sans-serif;
    box-sizing: border-box; /* Padding'in elementi ta�mamas�n� sa�lar */
}

    select[name="StudentCLubId"]:focus {
        outline: none;
    }

    select[name="StudentCLubId"] option {
        background-color: #fff;
        color: #000;
    }

/* KVKK Onay Stilleri */
.kvkk-container {
    width: 60%;
    margin: -5px auto 15px auto;
    font-size: 0.7em;
    color: #fff;
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

    .kvkk-container label {
        color: #fff;
        font-size: 12px !important;
        font-weight: normal;
        margin: 0;
        cursor: pointer;
        transform: none !important;
        display: inline;
        text-align: left;
        line-height: 1.4;
    }

    .kvkk-container a {
        color: #fbb03b;
        text-decoration: none;
        display: inline;
    }

        .kvkk-container a:hover {
            text-decoration: underline;
        }

.kvkk-checkbox {
    width: 15px !important;
    height: 15px !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer;
}

button[type="submit"]:disabled {
    background-color: #cccccc !important;
    cursor: not-allowed;
    opacity: 0.7;
}
