﻿body {
    /*background-color: white;*/
    display: block;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: 0;
}

.registration-container {
   /* width: 50%;*/
    width: 100%; /* Adjusts for larger screens */
    padding: 40px;
    border-radius: 15px;
    background: white;
    color: black;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.3);
}

.form-label {
    color: black !important;
}

h2 {
    color: black !important;
    text-align: center;
    margin-bottom: 30px;
}



a {
    color: black !important;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }
.captcha-code {
    font-weight: bold;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    padding: 8px 12px;
    border-radius: 5px;
}
.captcha-container {
    display: flex;
    align-items: center;
    gap: 10px;
}