body {
    /* font-family: "Poppins", sans-serif; */
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    /* background-size: cover; */
    background-color: #edf4fd;
    font-size: 14px;
    font-weight: 400;
}

/* FLEXYPRO LOGO */
.logo {
  width: 150px;
}
/* .logo:hover {
  color:tomato;
  transition: 0.6s;
} */
/* END FLEXYPRO LOGO */

/* TEXT */
.text-style{
  font-family: "Poppins", sans-serif !important;
}
.text-mod {
  color: #DC3545;
}
.text-main {
  color: #2D3047;
}
.text-main-bg {
  background-color: #0F7173;
}
.text-sub {
  color: gray;
}
/* END TEXT */

.btn-submit {
  border: #164b9b 4px solid !important;
  background: transparent;
  color: #164b9b;
  font-weight: 700;
  transition: 0.6s;
}
.btn-submit:hover {
  border: #d01d27 4px solid !important;
  background: #d01d27;
  color: rgb(248, 249, 250);
  transition: 0.6s;
}

.input-box{
  border: #2D3047 1px solid;
}

.login-board {
    width: 25rem;
}

@media (max-width: 567px) {
  .login-board {
    width: 90%;
  }
}