#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;
    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;
}
.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; */
}

.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; */
}
.btn{
    background-color: #F9A826 !important;
    width: 100%;
    color: white !important;
}
.register-btn{
    text-decoration: none;
    color: #F9A826;
}
.registration-parent{
    display: flex;

}
.whatsapp-img{
    height: 41px;
    width: 41px;
    margin-top: -3px;
}
.bi-question-circle{
   font-size: 25px;
   color: #F9A826;
}
.box{
    justify-content: center;
    gap: 10px;
}

#popup{
    width: 200px;
    height: 200px;
}
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;
}
.qm-icon-color {
    color: #FF9800;
}

