.btn-myblue {
    background-color: #1D419A !important;
    color: #FFFFFF !important;
    border-color: #1D419A !important;
}

.btn-outline-myblue {
    color: #1D419A !important;
    border-color: #1D419A !important;
}

.btn-outline-myblue:hover {
    background-color: #1D419A !important;
    color: #FFFFFF !important;
    border-color: #1D419A !important;
}

.btn-disable-myblue {
    background-color: #A6B0C5 !important;
    color: #FFFFFF !important;
    border-color: #A6B0C5 !important;
}

.myinput {
    border: 1.5px solid #130F26 !important;
    border-radius: 6px !important;
}

.bg-myblue {
    background-color: #1D419A !important;
}

.text-myblue {
    color: #1D419A !important;
}

.font-medium {
    font-weight: 500 !important;
}

.font-semibold {
    font-weight: 600 !important;
}

.font-bold {
    font-weight: 700 !important;
}

.font-10 {
    font-size: .625rem !important;
}

.font-12 {
    font-size: .75rem !important;
}

.font-14 {
    font-size: .875rem !important;
}

.font-16 {
    font-size: 1rem !important;
}

.font-18 {
    font-size: 1.125rem !important;
}

.font-20 {
    font-size: 1.25rem !important;
}

.font-22 {
    font-size: 1.375rem !important;
}

.font-24 {
    font-size: 1.5rem !important;
}

.font-26 {
    font-size: 1.625rem !important;
}

.font-28 {
    font-size: 1.75rem !important;
}

.font-48 {
    font-size: 3rem !important;
}

.font-60 {
    font-size: 3.75rem !important;
}
