

html, body {
  height: 100%;

  background: url(652635501.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


@font-face {  
 
   font-family: 'Lexend';
   src: url(Lexend-Light.woff2)  format("woff2"),   url(Lexend-Light.woff)    format("woff");    
   
   font-weight: 300; 
   font-style: normal;
   font-display: swap
}
   
   @font-face {
       font-family: 'Lexend';
           src: url(Lexend-Bold.woff2)       format("woff2"), url(Lexend-Bold.woff) format("woff");
                font-weight: bold; 
                font-style: normal;
                       font-display: swap
  }

    @font-face {
          font-family: 'Lexend'; 
          src: url(Lexend-Regular.woff2)         format("woff2"),  url(Lexend-Regular.woff) format("woff"); 
          font-weight: normal;
          font-style: normal;
          font-display: swap
}


body {
   font-family: Lexend;
}

.logo {
  padding:5px;

}

.navbar-inverse {
  background-color:#0f0f37;
  padding-top:15px;
  padding-bottom:15px;
  border-top:10px solid #e63c3c;
}


.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #ffffff;
    background-color: #0f0f37;
}



.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #32b4dc;
    text-decoration: none;
}

.FlexContainerWrapper {

  margin-top:70px;

}

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}


.FlexContainerWrapper {
  display: flex;
  flex-direction: column;
}

.FlexContainer {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1em;
  padding: 2em;
  min-height: 250px;
  width: 100%;
}

.FlexItem {
  box-sizing: border-box; /* 1 */
  max-width: 100%; /* 1 */
  padding: 10px;
  color:#ffffff;
  
}




.FlexItem input {
  color:#000000;
}

#formbox {
  padding:10px;
  background-color:#0f0f37;
  color:#ffffff;
  border:3px solid #32b4dc;
 border-radius: 25px;
 
}

@media only screen and (min-width: 1024px) {
  .FlexItem {
    max-width: 50%;
  }
}




.jumbotron.vertical-center {
  margin-bottom: 0; /* Remove the default bottom margin of .jumbotron */
}

.vertical-center {
  min-height: 100%;  /* Fallback for vh unit */
  min-height: 100vh; /* You might also want to use                   */

  /* Make it a flex container */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
  
  /* Align the bootstrap's container vertically */
    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;
  
  /* In legacy web browsers such as Firefox 9
     we need to specify the width of the flex container */


  /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
     hence the bootstrap's container won't be aligned to the center anymore.
  
     Therefore, we should use the following declarations to get it centered again */
         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;
}

.container {
  background-color: #1A335C;
}


.container {
  color: #ffffff;
}

.container input {
  color: #1A335C;
}





