@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Maven Pro", sans-serif;
}
/* Mobile */

input {
  font-size: 20px !important; 
  }

html,body {
  height:100%;
}

/* Login */
.wrapper{
  height: 100vh;
}

/* content */

.navbar {
  height: 60px;
  background-color:#6697ff;
}

.navbar img {
  width: 200px;
  /* padding: 10px;
  margin-left: 5px; */
}



/* .content {
  margin-top: 70px;
} */

.myContent {
  margin-top: 60px;
  position:fixed;
  width: 100%;
}


.hidden {
  display: none;
}
.btn-block-shadow {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.5);
}
.overflow-hidden {
  overflow: hidden;
}
.shadow{
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.5); width:100% !important;
}