@import url('https://fonts.googleapis.com/css2?family=Outfit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --bs-primary-rgb: 25, 25, 105;
    --bs-secondary-rgb: 255, 140, 18;
    --bs-alternative-rgb: 67, 87, 160;
    --wizard-input-bg: 219, 222, 237;
    --wizard-bg: 236, 237, 245;
    
}

body{
    font-family: 'Outfit', sans-serif;
}

.account-design{
    background: none;
    color: white;
    border: none;
}

.account-design h2{
    color: white;
}
.account-design .card-body{
    border: none;
}

.account-design a{
    color: #FF8C12;
    text-decoration: none;
}

.account-design input[type="text"],
.account-design input[type="password"]{
    background-color: transparent;
    color: white;
}

.btn-primary{
    --bs-btn-bg: #FF8C12;
    --bs-btn-border-color: var(--bs-btn-bg);
    --bs-btn-hover-bg: #c96c0e;
    --bs-btn-hover-border-color: var(--bs-btn-hover-bg);
    --bs-btn-active-bg: var(--bs-btn-hover-bg);
    --bs-btn-active-border-color: var(--bs-btn-active-bg);
}

.container-fluid > #AbpPageAlerts{
    display: none !important;
}