/*@import url('https://fonts.googleapis.com/css2?family=Comfortaa&display=swap');*/

@font-face {
  font-family: 'Prompt-Light';
  src: url('../vendor/font/DB_Helvethaica_X/Prompt-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Prompt-Light';
  src: url('../vendor/font/Prompt/Prompt-Light.ttf') format('truetype');
} 

body {
  /*background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);*/
  font-family: 'Prompt-Light', sans-serif !important;
  background: linear-gradient(1deg, #294993 0%, #294993 0%, #294993 100%)

}

.login {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
  font-family: 'Prompt-Light';
}

.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  border-radius: 10px;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  font-family: 'Prompt-Light', sans-serif !important;
}

.form input {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  border-radius: 5px;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  font-family: 'Prompt-Light';
}

.form input:focus {
  background: #dbdbdb;
}

.form button {
  font-family: 'Prompt-Light';
  text-transform: uppercase;
  outline: 0;
  background: #294993;
  width: 100%;
  border: 0;
  border-radius: 5px;
  padding: 15px;
  color: #FFFFFF;
  font-size: 16px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}

.form button:active {
  background: #1c3878;
}

.form span {
  font-size: 18px;
  color: #4b6cb7;
}

.form input{
  font-size: 14px;
}



