﻿@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,500);
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arsenal:wght@400;700&family=Marcellus&display=swap');
@import url(//fonts.googleapis.com/css?family=Qwigley);

.login-form {
  background: url(../../Images/2021-Login-Page-BG.png) center center no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
}

  .login-form > div {
    background-color: rgb(0, 0, 38, 0.5);
    width: 100%;
    height: 100%;
  }

.login-logo {
  position: relative;
  top: 0vh;
  left: 0vh;
}

.login-text {
  color: white;
  position: fixed;
  bottom: 10vh;
  right: 10vh;
}

.login-box {
  background-color: rgb(18, 38, 53, 0.8);
  color: white;
  position: fixed;
  top: 5vh;
  left: 15vh;
  max-width: 400px;
  min-height: 50vh;
  padding: 40px 30px 40px 30px;
}

  .login-box .control-label,
  .login-box .btn-link {
    font-size: 16px;
    height: 20px;
    font-family: 'Roboto', sans-serif;
  }

  .login-box .form-control {
    height: 50px;
    font-family: 'Roboto', sans-serif;
  }

  .login-box .btn {
    width: 100%;
    margin: 0;
    padding: 0;
  }

    .login-box .btn:hover {
      border: 2px solid #fff;
    }



h1 {
  font-family: 'Marcellus', sans-serif;
  font-size: 36px;
  text-align: right;
}

h2.lightblue {
  color: #0098ff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .login-logo {
    display: none;
  }

  .login-text {
    display: none;
  }

  .login-box {
    position: static;
    top: 0vh;
    right: 0vh;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    padding: 20px 20px 50px 20px;
  }
}
