﻿
/* From Uiverse.io by mi-series */
.container-ab {
    position: relative;
    max-width: 1000px;
    width: 100%;
    background: #d2f1cd;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.container-fluid-ab {
    width: 100%;
    margin-right: 10%;
    margin-left: 30%;
}

.container-ab header {
    font-size: 1.2rem;
    color: #000;
    font-weight: 600;
    text-align: center;
}

.container-ab .form-ab {
    margin-top: 15px;
}

.form-ab .input-box {
    width: 100%;
    margin-top: 10px;
}

.input-box label {
    color: #000;
}

.bg-green {
    background-color: #28853c;
}

.bg-white-ab {
    background-color: #f3f9f8;
}

.form-ab :where(.input-box input, .select-box) {
    position: relative;
    height: 35px;
    width: 100%;
    outline: none;
    font-size: 1rem;
    color: #808080;
    margin-top: 5px;
    border: 1px solid #46ad24;
    border-radius: 6px;
    padding: 0 15px;
    background: #d2f1cd;
}

.input-box input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}


.gender-box {
    color: #808080;
    margin-top: 15px;
    border: 1px solid #46ad24;
    border-radius: 6px;
    padding: 0 15px;
    background: #d2f1cd;
}

.form-ab :where(.gender-option, .gender) {
    display: flex;
    align-items: center;
    column-gap: 30px;
    flex-wrap: wrap;
}

.form-ab .gender {
    column-gap: 5px;
}

.gender input {
    accent-color: #3b8b4c;
}

.form-ab :where(.gender input, .gender label) {
    cursor: pointer;
}

.gender label {
    color: #000;
}


.select-box select {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    color: #808080;
    font-size: 1rem;
    background: #d2f1cd;
}

.form-ab button {
    height: 40px;
    width: 100%;
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 15px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #3b8b4c;
}

    .form-ab button:hover {
        background: #3ca940;
    }

/* From Uiverse.io by sameer2malik */
.container-about {
    width: 100%;
    min-height: 500px;
    max-width: 99%;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-color: #ffffff25;
    border-radius: 15px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.03);
    border: 0.1px solid rgba(128, 128, 128, 0.178);
}

.left {
    width: 66%;
    height: 100%;
}

.form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    left: 0;
    backdrop-filter: blur(20px);
    position: relative;
}


.right {
    width: 34%;
    height: 100%;
}

.img {
    width: 100%;
    height: 100%;
}


.input,
button {
    background: rgba(253, 253, 253, 0);
    outline: none;
    border: 1px solid rgba(255, 0, 0, 0);
    border-radius: 0.5rem;
    padding: 10px;
    margin: 10px auto;
    width: 100%;
    display: block;
    color: #425981;
    font-weight: 500;
    font-size: 1.1em;
}

label-about {
    position: absolute;
    right: 15%;
    top: 37%;
    pointer-events: none;
    color: gray;
}

.forgot {
    display: block;
    margin: 5px 0 10px 0;
    margin-left: 35px;
    color: #5e7eb6;
    font-size: 0.9em;
}

.input:focus + label-about,
.input:valid + label-about {
    transform: translateY(-150%) scale(0.9);
    transition: all 0.4s;
}

button {
    background-color: #5e7eb6;
    color: white;
    font-size: medium;
    box-shadow: 2px 4px 8px rgba(70, 70, 70, 0.178);
}

a {
    color: #5e7eb6;
}

.input {
    box-shadow: inset 4px 4px 4px rgb(24, 156, 51, 0.32), 4px 4px 4px rgb(9, 176, 43, 0.32);
}


