* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.simple_form {
    display: flex;
    justify-content: center;
    border: 3px solid gray;
    padding: 20px;
    /* width: 400px; */
    height: 400px;
}

.simple_form input {
    width: 300px;
    height: 30px;
}

.simple_form label {
    font-size: larger;
    font-weight: bold;
}

.simple_form button {
    width: 300px;
    height: 30px;
}

.simple_form p {
    margin-top: 10px;
    text-align: center;
}

.container_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
    height: 650px;
    background-color: rgb(108, 108, 255);
}

.form_conatiner {
    width: 70%;
    height: 550px;
    background-color: white;
    border-radius: 5px;
    padding: 10px 30px;
    margin: 20px;
}

.form_conatiner button {
    width: 230px;
    height: 40px;
    border: none;
    font-size: medium;
    color: white;
    margin-top: 10px;
    border-radius: 5px;
    cursor: pointer;
    background-color: rgb(80, 80, 247);
}

.input_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.input_container label {
    font-weight: bold;
    font-size: small;
}

.input_field {
    width: 250px;
    height: 35px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid gray;
}

.form-container-reg {
    background: #eeecec;
    padding: 20px 30px;
    border-radius: 10px;
    border: 1px solid gray;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    height: 400px;
}

h2 {
    text-align: center;
    margin-bottom: 15px;
    color: #444;
}

.readio_button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 20px 0;

}

.readio_button input {
    margin-right: 10px;

}


.readio_button div {
    margin-left: 10px;
}


.input_group {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.group_input {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.input_row {
    display: flex;
    align-items: center;
}

.input_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 30px;
    background-color: #4c4cce;
    color: white;
    border-radius: 5px 0 0 5px;
}

.input_row input {
    height: 36px;
    width: 200px;
    border: 1px solid gray;
    border-left: none;
    padding: 0 10px;
    border-radius: 0 5px 5px 0;
    font-size: 14px;
}

.button {
    width: 90px;
    height: 30px;
    border: none;
    font-size: medium;
    color: white;
    margin-top: 10px;
    border-radius: 5px;
    cursor: pointer;
    background-color: rgb(80, 80, 247);
}

.bgconatiner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 50%;
    height: 400px;
    background-image: linear-gradient(to right, green, rgb(118, 224, 47));
}

.card {
    width: 600px;
    height: 350px;
    background-color: white;
    border-radius: 20px;
    display: flex;
    margin: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.left {
    padding: 20px;
    justify-content: center;
    display: flex;
    text-align: center;
    width: 50%;
    height: 100%;
    border-radius: 20px 90px 70px 20px;
    background-color: #004754;
}

.left h2 {
    margin-top: 80px;
    color: white;
}

.left p {
    color: white;
    font-size: small;
}

.left button {
    margin-top: 20px;
    width: 120px;
    height: 30px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    border: 1px solid white;
    background-color: transparent;
}

.left button:hover {
    background-color: white;
    color: #004754;
}

.right {
    padding: 20px;
    justify-content: center;
    display: flex;
    text-align: center;
    width: 50%;
    height: 100%;
}

.right h2 {
    color: black;
    margin-bottom: 0;
}

.right i {
    font-size: xx-large;
    color: #004754;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.right i:hover {
    color: black;
}

.right p {
    font-size: small;
    margin-bottom: 10px;
}

.text_input {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.text_input input {
    height: 28px;
    width: 250px;
    border: none;
    padding: 10px;
    background-color: rgb(204, 204, 204);
}

.right button {

    width: 120px;
    height: 30px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    border: 1px solid white;
    background-color: #bebd00;

}

.right button:hover {
    background-color: #004754;
    color: white;
}

.bg-conatiner {
    padding: 30px 20px;
    width: 50%;
    background: #EEAECA;
    background-image: radial-gradient(circle, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);
}

.bg-conatiner h1 {
    margin-bottom: 30px;
    text-align: center;
    font-size: xx-large;
    font-weight: normal;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
}

.name-row {
    display: flex;
    gap: 10px;
}

.name-row input {
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
}

.input_text_group .fullwidth {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 30px;
    border: none;
}

.input_text_group sup {
    font-size: large;
    color: red;
}

.verify {
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 20px;
}

.check {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.check_input {
    display: flex;
    align-items: center;
}

.check_input p {
    font-size: small;
}

.captcha {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 220px;
    height: 60px;
    border-radius: 4px;
    padding: 0 10px;
    background-color: white;
}

.captcha_img {
    width: 50px;
    height: 50px;
}

.btn {
    height: 40px;
    padding: 10px 20px;
    background-color: #4c4cce;
    border: none;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

.btn:hover {
    background-color: #21194b;
}