body {
background: linear-gradient(to right, #1C1C1C, #4e4e4e);
font-family: Arial, sans-serif;
}

main {
	display: flex;
    justify-content: center;
    padding: 200px;
}

.form-conteiner {
    height: 680px;
    width: 750px;
    display: flex;
    background-color: grey;
    top: 30px;
    position: absolute;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    border: 2px solid grey;
}

.input-username {
    position: absolute;
    border: 1px solid #000000;
    border-radius: 5px;
    width: 280px;
    height: 30px;
    top: 62px;
    right: 190px;
    font-size: 15px;
}

.username-must-be {
    color: firebrick;
    position: absolute;
    right: 90px;
    top: 110px;
    font-size: 16px;
    cursor: default;
}

.username-exists {
    color: firebrick;
    position: absolute;
    right: 240px;
    top: 110px;
    font-size: 16px;
    cursor: default;
}

.input-email {
    position: absolute;
    border: 1px solid #000000;
    border-radius: 5px;
    width: 280px;
    height: 30px;
    top: 150px;
    right: 190px;
    font-size: 15px;
}

.incorrect-email {
    color: firebrick;
    position: absolute;
    right: 240px;
    top: 197px;
    font-size: 16px;
    cursor: default;
}

.email-exists {
    color: firebrick;
    position: absolute;
    right: 240px;
    top: 200px;
    font-size: 16px;
    cursor: default;
}

.input-password1 {
    position: absolute;
    border: 1px solid #000000;
    border-radius: 5px;
    width: 280px;
    height: 30px;
    top: 230px;
    right: 190px;
    font-size: 15px;
}

.password-must-be {
    color: firebrick;
    position: absolute;
    right: 180px;
    top: 280px;
    font-size: 16px;
    cursor: default;
}

.password-not-same {
    color: firebrick;
    position: absolute;
    right: 240px;
    top: 280px;
    font-size: 16px;
    cursor: default;
}

.input-password2 {
    position: absolute;
    border: 1px solid #000000;
    border-radius: 5px;
    width: 280px;
    height: 30px;
    top: 320px;
    right: 190px;
    font-size: 15px;
}

.checkbox-label-regulamin {
    position: absolute;
    top: 400px;
    right: 190px;
    cursor: pointer;
}

.checkbox-input-regulamin {
    position: absolute;
    height: 20px;
    width: 20px;
    right: 270px;
    top: -6px;
    cursor: pointer;
}

.regulamin-accept {
    color: firebrick;
    position: absolute;
    right: 190px;
    top: 432px;
    font-size: 16px;
    cursor: default;
}

.checkbox-label-legal {
    position: absolute;
    top: 480px;
    right: 317px;
    cursor: pointer;
}

.checkbox-input-legal {
    position: absolute;
    height: 20px;
    width: 20px;
    right: 142px;
    top: -6px;
    cursor: pointer;
}

.confirm-age {
    color: firebrick;
    position: absolute;
    right: 245px;
    top: 510px;
    font-size: 16px;
    cursor: default;
}

.recaptcha-container {
    text-align: center; /* Wyśrodkowanie w poziomie */
    margin-top: 20px; /* Odstęp od elementów powyżej */
    position: absolute;
    top: 540px;
    right: 160px;
}

.bot-or-not {
    color: firebrick;
    position: absolute;
    right: 215px;
    top: 650px;
    font-size: 16px;
    cursor: default;
}

.button {
    position: absolute;
    top: 580px;
    left: 80px;
    font-size: 18px;
    padding: 12px 18px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    background-color: #007BFF;
    color: white;
}

.button:hover {
    background-color: #0056b3;
}

.welcome-text {
    position: absolute;
    color: white;
    font-size: 20px;
    text-align:center;
    left: 50px;
    cursor: default;
}

.back-input {
    position: absolute;
    font-size: 18px;
    padding: 12px 18px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    bottom: 70px;
    left: 50px;
}

.back-input:hover {
    background-color: #0056b3;
}

.verify-code-input {
    position: absolute;
    border: 1px solid #000000;
    border-radius: 5px;
    width: 100px;
    height: 30px;
    font-size: 15px;
    top: 150px;
    left: 340px;
}

.verify-button {
    position: absolute;
    font-size: 16px;
    padding: 8px 14px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    top: 210px;
    left: 355px;
}

.verify-button:hover {
    background-color: #0056b3;
}

.re-send-code-button {
    position: absolute;
    font-size: 16px;
    padding: 8px 14px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    top: 215px;
    left: 50px;
}

.re-send-code-button:hover {
    background-color: #0056b3;
}

.invalid-code-verify {
    color: red;
    position: absolute;
    font-size: 16px;
    cursor: default;
    top: 300px;
    left: 150px;
}

.datbase-error {
    color: red;
    position: absolute;
    font-size: 16px;
    cursor: default;
    top: 300px;
    left: 150px;
}

.something-went-wrong {
    color: red;
    position: absolute;
    font-size: 16px;
    cursor: default;
    top: 300px;
    left: 150px;
}

.re-send-info {
    color: green;
    position: absolute;
    font-size: 16px;
    cursor: default;
    top: 300px;
    left: 150px;
}