
.second-form label {
    font-weight: bold;
    color: #140f0f;
    padding-bottom: 10px;
    padding-top: 10px;
}

.second-form .form-control {
    background-color: white;
    border: 1px solid #373e1d5d;
    border-radius: 5px;
    color: #221717;
}

.second-form .form-control::placeholder {
    color: rgba(30, 17, 17, 0.921);
}

.second-form .btn-custom {
    background: #e6c158!important;
    color: #0000008c !important;
    font-weight: 600;
    transition: background-color 0.3s ease;
    width: 100%;
    margin-top: 10px;
}

.second-form .btn-custom:hover {
    background-color: rgba(0, 0, 255, 0.46);
}

.second-form .form-group i {
    position: absolute;
    margin: 10px;
    color: rgba(255, 255, 255, 0.7);
}

.second-form .input-group {
    position: relative;
}

@media (max-width: 576px) {
    .second-form {
        padding: 20px 10px;
    }
}
.close{
    background: #e6c158!important;
    padding-top: 10px;
}
.second-form .btn-custom:hover {
    background: #b6b4aea2!important;
    color: #000 !important;
    font-weight: 600;
    transition: background-color 0.3s ease;
    width: 100%;
}
.close:hover{
    background: #b6b4aea2!important;
}