@import url("https://fonts.googleapis.com/css?family=Raleway:800|Merriweather+Sans|Share+Tech+Mono");

:root {
  --logo-font: "Share Tech Mono", monospace;
  --header-font: "Raleway", sans-serif;
  --core-font: "Merriweather Sans", sans-serif;

  --primary: #ffffff;
  --secondary: #2a3747;

  --highlight: #fa4141;

  --ui-shawdow: 0 2px 4px -1px rgba(0, 0, 0, 0.06),
    0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  fill: rgba(0, 0, 0, 0.54);
  --ui-shawdow-border: 1px solid rgba(0, 0, 0, 0.14);
  z-index: 2;
}

* {
  box-sizing: border-box;
}

html,
body,
#root {
  height: 100%;
  width: 100%;
  

}


.bgk{
  background: url('https://source.unsplash.com/twukN12EN7c/1920x1080') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover !important;
  -o-background-size: cover;
    /* Add the blur effect */
    filter: blur(8px);
    -webkit-filter: blur(8px);
      /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;

}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(255, 0, 255, 0);

  

}

h1,
h2,
h3 {
  font-family: var(--header-font);
  text-transform: uppercase;

  padding: 0;
  margin: 0;

  color: var(--secondary);
}

h1 {
  font-size: 32px !important;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
}

#root {
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.View {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 2;
  height: 100%;
  width: 100%;

  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: var(--core-font);
}

.bg-image {
  /* The image used */
  background-image: url("//bkg.jpg");

  /* Add the blur effect */
  filter: blur(8px);
  -webkit-filter: blur(8px);

  /* Full height */
  height: 100%;
  z-index:2;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*.Banner {
  display: flex;
  flex-direction: column;
  
  
  z-index: 2;
  width: 100%;
  height: 70px !important;
  border-radius: 5px;
  color:white;
  overflow: hidden;
  background: #FE9900;
  padding: 15px;
  
  font-family: var(--logo-font);

  border-bottom: var(--ui-shawdow-border);
  box-shadow: var(--ui-shawdow);
}*/

.BannerF {
  /*display: flex;*/
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  position: fixed; 
  border-radius: 5px;
  height: 60px !important;
  background: #FE9900;
  padding: 15px;
  
  font-family: var(--logo-font);

  border-bottom: var(--ui-shawdow-border);
  box-shadow: var(--ui-shawdow);
}
.bg-grey {
  background: #292929;
}
.btn-footer {
  color: grey;

 text-decoration: none;
 border: 1px solid;
 border-radius: 43px;
 font-size: 13px;
 padding: 7px 30px;
 line-height: 47px;
}
.btn-footer:hover {
 
 text-decoration: none;

}
.card{
  height: 370px;
  margin-top: auto;
  padding: 30px;
  margin-bottom: auto;
  width: 400px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  background: white;
  border-bottom: var(--ui-shawdow-border);
  box-shadow: var(--ui-shawdow);
  }
.align-center{

    text-align: center;

    }
    .content-center{

      align-items: center;
  
      }
.MessageT {
  background: white;
  padding: 30px;
  border-radius: 5px;
  opacity: 0.8;
  padding: 15px;
  border-bottom: var(--ui-shawdow-border);
  box-shadow: var(--ui-shawdow);
}

.Message {
  background: white;
  padding: 30px;
  border-bottom: var(--ui-shawdow-border);
  box-shadow: var(--ui-shawdow);
}

.whiteForm {
  background: white;
  position: fixed; 
  
  padding:120px; /* Header height and footer height */
  border-bottom: var(--ui-shawdow-border);
  box-shadow: var(--ui-shawdow);
  
}

.Message > .Title {
  padding-bottom: 20px;
}

.Message > .Details {
  display: flex;
  flex-direction: column;
  line-height: 1.0em;
  justify-content: center;
  align-items: center;
}

.NavButtons {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  padding: 0 20px;
}

.NavButton {
  display: flex;
  justify-content: center;
  align-items: center;

  height: 55px;
  width: 150px;

  background: var(--highlight);

  border-radius: 30px;

  font-size: 16px;
  font-weight: bold;
  color: white;

  text-transform: capitalize;

  border-bottom: var(--ui-shawdow-border);
  box-shadow: var(--ui-shawdow);
}
.WelcomeView { background: url("bkg.jpg") left bottom; background-size: cover; }

.BanButton {
  display: inline-block;
  justify-content: center;
  align-items: center;

  height: 55px;
  width: 150px;

  background: var(--highlight);

  border-radius: 30px;

  font-size: 16px;
  font-weight: bold;
  color: white;

  text-transform: capitalize;

  border-bottom: var(--ui-shawdow-border);
  box-shadow: var(--ui-shawdow);
}

.contentDet {
  position:relative;
  height: 100%;
  width:90%; /* Sizing - any length */
  padding:60px 0 30px 0; /* Header height and footer height */
  margin:0 auto 0 auto; /* Center content */
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing:border-box;
}
.hlabel{
  font-size: 16px;
}
.formF {
  grid-area: form;
  border-radius: 5px;
  opacity: 0.8;
  
  /* General appearance */
  background-color: white;
  border-bottom: var(--ui-shawdow-border);
  box-shadow: var(--ui-shawdow);
}