/*Font css*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

.logo-style {
    max-width: 200px;
    max-height: 100px;
}
.login_header{
    padding: 5px 0px 0px 5%;
}
.splash_sec {
    padding: 0px 0px 0px 60%;
}
.splash_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 90vh;
}
.error-text {
    color: "red"
}