@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

body {
    font-family: 'Poppins', sans-serif;
}

.dash-logo img {
    width: 120px;
}
.dashboard-signup-section {
    display: flex;
    padding: 1rem;
    height: 96vh;
    border-radius: 0.5rem;
    background: #fff url(../image/background-image.jpg);
    color: #fff;
    background-size: cover;
}

.dash-side-banner {
    background-color: #1a519e;
    border-radius: 0.5rem;
    padding: 1rem;
    color: #fff;
    min-width: 390px;
    max-width: 390px;
    display: grid;
}

.dash-slide-indicators {
    position: relative;
    margin: 0;
    justify-content: start;
    padding-left: 6px;
}

.carousel-indicators.dash-slide-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.carousel-item img {
    height: 15 0px;
}

.main-signup-screen {
    width: 100%;
    padding: 2rem 1rem;
    max-width: 50%;
    margin: 0 auto;
    display: grid;
    align-items: center;
}

.sign-up-btn button {
    min-width: 140px;
}

.dash-signup-card {
    border: 1px solid #fff;
    padding: 1rem;
    border-radius: 1rem;
    min-height: 420px;
    display: grid;
}

@media (max-width:620px) {
    .dash-side-banner {
        display: none;
    }
    .main-signup-screen{
        max-width: 100%;
        padding: 0;
    }
}