body {
    /* overflow: hidden; */
}

#form-content {
    background-color: white;
    height: auto !important;
    padding: 34px;
    border-radius: 20px;
}

#form-content .heading {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    /* color: orange; */
    /* color: #145A32; */
    font-display: 10px !important;
}

.parent {
    display: flex;
}

.icon-box {
    height: 46px;
    width: 60px;
    border: 1px solid grey;
    border-radius: 5px;
    border-top-right-radius: 0 !important;
    /* Removes top-left corner radius */
    border-bottom-right-radius: 0 !important;
    /* Removes bottom-left corner radius */
    display: flex;
    align-items: center;
    /* Vertical center */
    justify-content: center;
    /* Horizontal center */
}

.icon-box i {
    /* color: orange; */
    font-size: 22px;
}

.name {
    border: 1px solid grey !important;
    border-left: none !important;
    border-top-left-radius: 0 !important;
    /* Removes top-left corner radius */
    border-bottom-left-radius: 0 !important;
    /* Removes bottom-left corner radius */
    height: 46px;
}

.name::placeholder {
    font-size: 20px;
    color: grey !important;
    /* position: relative !important;
    top: -2 !important; */
}

.username {
    border: 1px solid grey !important;
    border-left: none !important;
    border-top-left-radius: 0 !important;
    /* Removes top-left corner radius */
    border-bottom-left-radius: 0 !important;
    /* Removes bottom-left corner radius */
    height: 46px;
}

.username::placeholder {
    font-size: 20px;
    color: grey !important;
    /* position: relative !important;
    top: -2 !important; */
}

.phone {
    border: 1px solid grey !important;
    border-left: none !important;
    border-top-left-radius: 0 !important;
    /* Removes top-left corner radius */
    border-bottom-left-radius: 0 !important;
    /* Removes bottom-left corner radius */
    height: 46px;
}

.phone::placeholder {
    font-size: 20px;
    color: grey !important;
    /* position: relative !important;
    top: -2 !important; */
}

.email {
    border: 1px solid grey !important;
    border-left: none !important;
    border-top-left-radius: 0 !important;
    /* Removes top-left corner radius */
    border-bottom-left-radius: 0 !important;
    /* Removes bottom-left corner radius */
    height: 46px;
}

.email::placeholder {
    font-size: 20px;
    color: grey !important;
    /* position: relative !important;
    top: -2 !important; */
}

.password {
    border: 1px solid grey !important;
    border-left: none !important;
    border-top-left-radius: 0 !important;
    /* Removes top-left corner radius */
    border-bottom-left-radius: 0 !important;
    /* Removes bottom-left corner radius */
    height: 46px;
}

.password::placeholder {
    font-size: 20px;
    color: grey !important;
    /* position: relative !important;
    top: -2 !important; */
}

.confirmpassword {
    border: 1px solid grey !important;
    border-left: none !important;
    border-top-left-radius: 0 !important;
    /* Removes top-left corner radius */
    border-bottom-left-radius: 0 !important;
    /* Removes bottom-left corner radius */
    height: 46px;
}

.confirmpassword::placeholder {
    font-size: 20px;
    color: grey !important;
    /* position: relative !important;
    top: -2 !important; */
}

.register-btn {
    /* background-color: #F9A826 !important; */
    /* background-color: #27AE60 !important; */

    width: 100%;
    /* color: white !important; */
    /* border: 1px solid yellow !important; */
    /* border: 1px solid #A9DFBF !important; */
    padding: .375rem .75rem;
    border-radius: 6px;
}

.parent-checkboxes {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0;
    padding: 0;
    gap: 5px;
}

.parent-checkboxes input {
    margin: 0;
}

.parent-checkboxes p {
    margin: 0;
}

.parent-checkboxes a {
    /* color: #F9A826 !important; */

    text-decoration: none;
}

.disclaimer {
    color: black;
}

#popup {
    width: 223px;
    height: 142px;
}

input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
    /* border-color: #ff9800 !important; */
}

.parent:focus-within .icon-box {
    /* outline: #ff9800 !important;
    border: 1px solid #ff9800 !important; */
}