@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Roboto:ital,wght@0,300;0,400;1,300;1,400&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;1,400;1,700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
@import url("https://cdn.jsdelivr.net/npm/remixicon@4.2.0/fonts/remixicon.css");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800;900&display=swap");

/* 
font-family: 'Comfortaa', cursive;
font-family: 'Rubik', sans-serif;
font-family: 'Roboto', sans-serif;
CSS Document
#alpha{display: none}
#epsilon{display: block;width: 100vw; height: 100vh; position: fixed; z-index: 10000; background-color: #FFF}
 */
html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Comfortaa', cursive;
  font-size: 12px;
}
a {
  text-decoration: none;
}
/* Login */
#togglePassword{position: absolute; right: 15px; top: 8px;}
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-floating:focus-within {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#alpha {
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}
/*//////////////////////////////////////////////////////////////*/
.portal{
    width: 90vw;
}

.vh-xl{
  height: 65vh;
  overflow-y: auto;
  overflow-x: hidden;
    
}

/* RESPONSIVE */
@media (min-width:1200px) {
  #alpha {
  }
	html, body {
	  font-size: 16px;
	}
    .portal{
        width: 50vw;
    }
}
@media (min-width:992px) {
	html, body {
	  font-size: 14px;
	}
	
}
@media (min-width:768px) {
    #alpha{display: block}
    #epsilon{display: none}
}
@media (min-width:576px) {
}