@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Overpass&family=Roboto&display=swap');

html {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
            cursor: default;
}

body {
  font-family: 'Montserrat';
  margin: 0;
  height: 100vh;
  width: 100vw;
  font-size: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #e4f0f8;
}

#full-iframe {
  height: 100vh;
  border: none;
  top: 0;
  left: 0;
  width: 100%;
}

#loginscreen {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: black;
  background-image: url("../FOTO/water.png");
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loginwrapper {
  background-color: white;
  padding: 14px;
  height: 40%;
  width: 400px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
  box-shadow: 0 0 10px 0px #ffffff70;
}

#search-bar {
  border: 2px solid #007a94;
  height: 10%;
  top: 0;
  left: 0;
  width: 56%;
  margin: 1vh;
  padding-left: 1vh;
  font-size: 100%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.check {
  margin-top: 1vh;
  height: 10%;
  width: 100%;
  background-color: #007a94;
  border: none;
  font-family: 'Montserrat';
  font-size: 100%;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  background-image: url("../FOTO/right arrow.png");
  background-size: 14%;
  background-position: center;
  background-repeat: no-repeat;
}

form#form {
  height: 60%;
  width: calc(100% - 28px);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-family: 'Montserrat';
}

form#form > input {
  height: 15%;
  font-family: 'Montserrat';
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

form#form > input.input {
  border: 0;
  background-color: #f0f0f0;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 1em;
}

form#form > input.check {
  height: 18%;
}

input:active, input:hover, input:focus {
  box-shadow: 5px 5px #006278;
  outline: 0;
}

#logo {
  padding-bottom: 10%;
  width: 90px;
  height: 90px;
  background-color: white;
  background-image: url("../FOTO/logo.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
