body {
   
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    
}
.card0 {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}
.btn-custom {
    height: 48px;
    border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    background: #1C3B70 !important;
    border: 1px solid #1C3B70 !important;
	color:#fff !important;
}
.text-primary{
	color: #1C3B70 !important;
}
.border1 {
    width: 52px;
    height: 3.5px;
    background: #1C3B70;
    margin-bottom: 0.5rem;
    border-radius: 2px;
}