.logo{
    width: 100%;
    max-width: 400px;
    
}

/* .custom-bg {
            background: url('https://rymaacademy.com/images/index/rymalogo.png');
            background-position: center;
            background-repeat: repeat-y;
        } */

.form-control {
    /* color: var(--bs-body-color); */
    background-color: rgba(219, 208, 208, 0.15);
    background-clip: padding-box;
    border: 1px solid gray !important;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: black !important;
    background: rgb(224, 221, 221) !important;
    border-color: red !important;
    box-shadow: none !important;
}


.form-check-input:checked {
    background-color: rgb(233, 13, 13) !important;
    border-color: #0d6efd;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.form-select {
    border: 1px solid gray !important;
    background-color: rgba(219, 208, 208, 0.15);
}

.form-select:focus {
    background-color: rgba(219, 208, 208, 0.15);
}