@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Montserrat);

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100vh;
  background-image: url(/Images/LoginBG.jpeg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

body {
  font-family: "Raleway", arial, verdana;
  background: transparent;
  overflow-x: hidden;
  height: 100vh;
}

.Mid {
	padding: 40px;
	height:100%;
	display: grid;
    place-content: center;	
}

#Login {
  text-align: center;
  height: fit-content;


  width: 100% 
}

#Login fieldset {
  background: white;
  opacity: 1;
  border: 0 none;
  border-radius: 0px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 30px 40px;
  box-sizing: border-box;

  XXmargin: 0 10%;
  position: relative;
  height: 100%;

}

#Login fieldset:not(:first-of-type) {
  display: none;
}

#Login input,
#Login textarea {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 10px;
  width: 95%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
}

#Login input:focus,
#Login textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0;
  transition: All 0.5s ease-in;
  -webkit-transition: All 0.5s ease-in;
  -moz-transition: All 0.5s ease-in;
  -o-transition: All 0.5s ease-in;
}

#Login .action-button {
  width: 175px;
  height: 45px;
  background: linear-gradient(45deg, #667eea, #764ba2);
  color: white;
  border: 0 none;
  border-radius: 3px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
  font-size: 13px;
  letter-spacing: 0.06em;
}

#Login .action-button-1 {
  width: 100%;
  height: 45px;
  color: #5991b2;
  text-decoration: underline;
  background: #fff;
  border: 0 none;
  border-radius: 3px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
  font-size: 14px;
  letter-spacing: 0.06em;
}

#Login .action-button-1:active {
  border: none !important;
}

#Login .action-button-2 {
  width: auto;
  text-decoration: blink;
  border: 0 none;
  border-radius: 3px;
  cursor: pointer;
  padding: 0;
  padding-left:13px;
  padding-right:13px;
  margin: 0;
  margin-left:20px;
  letter-spacing: 0.06em;
}

#Login .action-button-3 {
  width: auto;
  border: 0 none;
  border-radius: 3px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  background-color: white;
  margin-top:10px;
}


#Login .form-text {
  text-align: center;
  color:#5991b2;
}

#Login .span-signup {
  margin-right: 0px;
  font-size: 15px;
}

input#forgot-password {
  padding-bottom: 0 !important; 
  margin-bottom: 0 !important;
}

input#go-to-signup {
  width:75px !important;
}

#go-to-login {
  width: 60px !important;
  margin-left: 0 !important;
  background-color: #fff !important;
}

.fs-title {
  font-size: 24px;
  text-transform: uppercase;
  color: #2c3e50;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: bold;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 15px;
  color: #666;
  margin-bottom: 20px;
}

/* progress bar & indicator styles below */

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  margin-left: 90px;
  display:none;
}

progress {
  display: block;
  position: relative;
  top: -40px;
  left: 82px;
  background-color: #fff !important;
  width: 80%;
  height: 2px;
  display:none;
}

progress::-webkit-progress-bar {
  background-color: #fff;
}

progress::-webkit-progress-value {
  background-color: #fff;
}

.form-progress-indicator {
  position: absolute;
  top: -50px;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
}

li:hover {
  cursor: pointer;
}

div.li-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  width: 200px;
  margin-top: 35px;
  position: relative;
  right: 87px;
}

.form-progress-indicator.one {
  left: 10%;
}
.form-progress-indicator.two {
  left: 49%;
}
.form-progress-indicator.three {
  left: 88%;
}

.form-progress-indicator.active {
  content: " ";
  width: 24px;
  height: 24px;
  background: linear-gradient(45deg, #667eea, #764ba2);
  border: 1px solid #fff;
  color: white;
}

html {
    background-size: cover;
}

