﻿
/* Card styles */
.formcard .card.mt-3 {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.formcard .card-body.p-5 {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Heading styles */
.formcard .card-body h4 {
    font-weight: bold !important;
    text-align: center !important;
    font-size: 30px !important;
}

/* Label styles */
.formcard .form-label {
    color: #6F6F6F !important;
}

/* Input styles */
.formcard .form-control {
    height: 48px !important;
}

/* Button styles */
.formcard .btn-lg {
    height: 50px !important;
    font-size: 14px !important;
}

.formcard a {
    color: #6F6F6F !important;
}


.formcard a.btn.btn-primary {
    color: white !important;
}