@font-face {
    font-family: JansonTextPFL;
    src: url(dft_font/JansonTextPFL.woff);
  }
  
  @font-face {
    font-family: TrajanPro-Regular;
    src: url(dft_font/TrajanPro-Regular.woff);
  }
  
  @font-face {
    font-family: TrajanPro-Bold;
    src: url(dft_font/TrajanPro-Bold.woff);
  }
  
  @font-face {
      font-family: JansonTextPFL;
      src: url(dft_font/JansonTextPFL.woff);
  }
  @font-face {
      font-family: 'Poppins';
      font-weight: 100;
      font-style: normal;
      src: url('fonts/Poppins-Thin.eot');
      src: url('fonts/Poppins-Thin.eot?#iefix') format('embedded-opentype'),
           url('fonts/Poppins-Thin.woff2') format('woff2'),
           url('fonts/Poppins-Thin.woff') format('woff'),
           url('fonts/Poppins-Thin.ttf') format("truetype");
      font-display: swap;
  } 
  @font-face {
      font-family: 'Poppins';
      font-weight: 200;
      font-style: normal;
      src: url('fonts/Poppins-ExtraLight.eot');
      src: url('fonts/Poppins-ExtraLight.eot?#iefix') format('embedded-opentype'),
           url('fonts/Poppins-ExtraLight.woff2') format('woff2'),
           url('fonts/Poppins-ExtraLight.woff') format('woff'),
           url('fonts/Poppins-ExtraLight.ttf') format("truetype");
      font-display: swap;
  } 
  @font-face {
      font-family: 'Poppins';
      font-weight: 300;
      font-style: normal;
      src: url('fonts/Poppins-Light.eot');
      src: url('fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
           url('fonts/Poppins-Light.woff2') format('woff2'),
           url('fonts/Poppins-Light.woff') format('woff'),
           url('fonts/Poppins-Light.ttf') format("truetype");
      font-display: swap;
  } 
  @font-face {
      font-family: 'Poppins';
      font-weight: 400;
      font-style: normal;
      src: url('fonts/Poppins-Regular.eot');
      src: url('fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
           url('fonts/Poppins-Regular.woff2') format('woff2'),
           url('fonts/Poppins-Regular.woff') format('woff'),
           url('fonts/Poppins-Regular.ttf') format("truetype");
      font-display: swap;
  } 
  @font-face {
      font-family: 'Poppins';
      font-weight: 500;
      font-style: normal;
      src: url('fonts/Poppins-Medium.eot');
      src: url('fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
           url('fonts/Poppins-Medium.woff2') format('woff2'),
           url('fonts/Poppins-Medium.woff') format('woff'),
           url('fonts/Poppins-Medium.ttf') format("truetype");
      font-display: swap;
  } 
  @font-face {
      font-family: 'Poppins';
      font-weight: 600;
      font-style: normal;
      src: url('fonts/Poppins-SemiBold.eot');
      src: url('fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
           url('fonts/Poppins-SemiBold.woff2') format('woff2'),
           url('fonts/Poppins-SemiBold.woff') format('woff'),
           url('fonts/Poppins-SemiBold.ttf') format("truetype");
      font-display: swap;
  } 
  @font-face {
      font-family: 'Poppins';
      font-weight: 700;
      font-style: normal;
      src: url('fonts/Poppins-Bold.eot');
      src: url('fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
           url('fonts/Poppins-Bold.woff2') format('woff2'),
           url('fonts/Poppins-Bold.woff') format('woff'),
           url('fonts/Poppins-Bold.ttf') format("truetype");
      font-display: swap;
  } 
  @font-face {
      font-family: 'Poppins';
      font-weight: 800;
      font-style: normal;
      src: url('fonts/Poppins-ExtraBold.eot');
      src: url('fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
           url('fonts/Poppins-ExtraBold.woff2') format('woff2'),
           url('fonts/Poppins-ExtraBold.woff') format('woff'),
           url('fonts/Poppins-ExtraBold.ttf') format("truetype");
      font-display: swap;
  } 
  @font-face {
      font-family: 'Poppins';
      font-weight: 900;
      font-style: normal;
      src: url('fonts/Poppins-Black.eot');
      src: url('fonts/Poppins-Black.eot?#iefix') format('embedded-opentype'),
           url('fonts/Poppins-Black.woff2') format('woff2'),
           url('fonts/Poppins-Black.woff') format('woff'),
           url('fonts/Poppins-Black.ttf') format("truetype");
      font-display: swap;
  }
  
  body {
    color: #000000;
    background: #f4f0f4;
    font-family: Poppins;
    text-align: center;
  }
  
  .main_div {
    position: fixed;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .title_box {
    font-family: Poppins;
    font-size: 55px;
    line-height: 1;
    display: flex;
    margin: 0;
    margin-bottom: 45px;
    text-align: center;
    align-items: center;
  }
  
  .login_box {
    color: white;
    width: auto;
    justify-content: center;
    padding: 0px;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 400px;
    box-sizing: border-box;
    transition: transform 0.3s ease, word-spacing 0.3s ease;
    border-radius: 20px;
  }
  
  .login_box:hover,
  .login_box:focus-within {
      transform: scale(1.1);
  }
  
  input {
    height: 20px;
    box-sizing: content-box;
    display: inline-block;
    outline: 0px;
    border: 0px;
    width: 100%;
    height: 50px;
  }
  
  input[type=submit] {
    background-color: #006745;
    color: white;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-family: Poppins;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.6;
  }
  
  input[type=submit]:hover {
    background-color: #b4d8bc;
    color: black;
  }
  
  input[type=text], input[type=password] {
    background-color: #f6f6f6;
    color: #0d0d0d;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    width: 100%;
  }
  
  form {
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-width: 100%;
  }
  
  img {
      width: 200px;
      height: 200px;
  }