body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f4f4f4;
}

.container {
    width: 80%;
    max-width: 600px !important;
    padding: 35px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    margin: 65px 0 25px 0;
}

.importerImageMain{
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 80%;
    max-width: 272px;
}

.image-fluid{
    width:100%;
    margin:0 auto;
}

.start-button{
    font-family: "Inter", sans-serif;
    display: block;
    padding: 10px 42px;
    text-align: center;
    background-color: #5FD5FB;
    text-decoration: none;
    color: #000;
    font-size: 13px;
    margin: 0 auto;
    border-radius: 4px;
    margin-top: 20px;
    font-weight: 500;
}

.switch-account-container p{
    font-size: 14px;
    text-align: center;
}

.switch-account {
    color: #000;
}

.login-heading {
    line-height: 90%;
    letter-spacing: -1px;
}

.sub-text{
    text-align:center;
}

/* Extra Small devices (landscape phones, 575px and below) */
@media (max-width: 575px) {
    
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width:767px){
   
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px){
    
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width:1199px) { 
    
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width:1399px){

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}