/*Login Form style */

input[type="file"]::file-selector-button {
/*  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;*/
  background-color:  white;
  padding: 8px 20px;
  -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  border: 2px solid #bbb;
  cursor: pointer;
  border-radius: 4px;
  font-weight: normal;
  font-family: 'Roboto'; font-size: 20px; color: black;
  opacity: 0.8;
}

input[type="file"]::file-selector-button:hover {
  cursor: pointer;
  /*background-color: ;*/
  color: black;
  border: 2px solid gray;
}




/*.topnav .login-container .member{
  color: blue;
  border: 1px solid #444;
  border-radius: 4px;
  padding: 4px;
  padding-left: 10px;
  padding-bottom: 7px;
  font-size: 14px;
}*/


/* Style inputs, select elements and textareas */
.topnav input[type=text], select {
  width: 180px;
  padding: 6px;
  border: 1px solid #ccc;
  background-color: #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  font-weight: normal;
  font-family: 'Roboto';font-size: 0.8em; color: #333;
}

/* Style inputs, select elements and textareas */
.topnav input[type=password] {
  width: 180px;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  font-weight: normal;
  font-family: 'Roboto';font-size: 0.8em; color: #333;
}

.topnav select{
  margin-bottom: 4px;
}

/* buttons */
.topnav .loginbutton {
  background-color: #fff;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 4px;
  padding: 4.5px;
  width: 100px;
  border: 1px solid #bbb;
  cursor: pointer;
  float: right;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  font-weight: normal;
  font-family: 'Roboto'; font-size: 1em; color: #333;
}

.topnav .loginbutton:hover {
    border: 1px solid blue;
}



@media screen and (max-width: 600px) {
  .topnav .login-container {
    float: none;
  }
  .topnav a, .topnav input[type=text], .topnav input[type=password], .topnav .login-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
    margin-bottom: 4px;
  }
  .topnav input[type=text] {
    border: 1px solid #ccc;
  }
}


/* Signup Form style */




/*in use*/
.bg {
  /* The image used */

  background-image: url("../images/clouds.jpg");
  background-color: #ffffff;

  /* Full height */
  height: 70%;
width: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}


/*in use*/
.signupformcontainer {
  position: relative;
margin-left: auto;
margin-right: auto;
/*margin-top: 20%;*/
top: 0px;
 border-radius: 5px;
 opacity: 1;
 /*background-color: #ebefde;
 background-color: #41607b;*/
 /*background-image: linear-gradient(to bottom right, #eeefea, #dadbd6);*/
 /*background-image: linear-gradient(to bottom right, #fcfdfe, #dddddd);*/
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 background-color: white;
 padding: 20px;
 color: black;
 /*float: none;*/
 width: 300px;
}

.signupformcontainer h1 {
  font-family: 'Roboto'; font-size: 1.4em; color: #333;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*in use*/
.signupformcontainer p {
  font-family: 'Roboto'; font-size: 0.8em; color: #333;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.signupformcontainer .enlarge p {
  font-family: 'Roboto'; font-size: 1em; color: #333;
  line-height: 20px;

}


/*in use*/
.signupformcontainer a:link {
  font-family: 'Roboto'; font-size: 1em; color: #333;
  line-height: 20px;
  margin-top: 60px;
  margin-bottom: 0px;
}
/*in use*/
.signupformcontainer a:hover {
  font-family: 'Roboto'; font-size: 1em; color: #349160;
  line-height: 20px;
  margin-top: 60px;
  margin-bottom: 0px;
}

.signupformcontainer .spacer {
margin-top: 10px;
margin-bottom: 100px;
padding-bottom: 10px;
text-align: center;
font-family: 'Roboto'; font-size: 1em; color: #000000;
font-weight: bold;
width: 100%;
}

/*in use*/
.textlogin {
  position: relative;
margin-left: auto;
margin-right: auto;
top: 0px;
 border-radius: 5px;
 opacity: 0.7;
 background-color: white;
 padding: 20px;
 color: black;
}
/*in use*/
.textlogin h1 {
  font-weight: bold;
  letter-spacing: 6px;
  line-height: 40px;
  font-family: 'Roboto';font-size: 2em; color: #333333;
  margin-bottom: 12px;
}
/*in use*/
.textlogin p {
  font-weight: bold;
  letter-spacing: 1.5px;
  font-family: 'Roboto';font-size: 0.9em; color: #333333;
  margin-bottom: 12px;
}
/*in use*/
.signupform h1 {
  font-weight: bold;
  font-family: 'Roboto';font-size: 1.1em; color: #333;
  margin-bottom: 12px;
}
/*in use*/
.signupform .login-container {
  float: right;
  margin-top: -10px;
  margin-bottom: -8px;
}


/* Style inputs, select elements and textareas */
/*in use*/
.signupform input[type=text], select {
  width: 100%;
  padding: 14px;
  margin-bottom: 14px;
  border: 1px solid #ccc;
  background-color: #ffffff;
  opacity: 1;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  font-weight: normal;
  font-family: 'Roboto';font-size: 0.8em; color: #333;
}

/* Style inputs, select elements and textareas */
/*in use*/
.signupform input[type=password] {
  width: 100%;
  padding: 14px;
  margin-bottom: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  font-weight: normal;
  font-family: 'Roboto';font-size: 0.8em; color: #333;
}
/*in use*/
.signupform select{
  padding: 14px;
  margin-bottom: 4px;
}

/* buttons */
/*in use*/
.signupform .loginbutton {
  background-color:  #2E597F;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 4px;
  padding: 6px;
  width: 100px;
  border: 1px solid #bbb;
  cursor: pointer;
  float: right;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  font-weight: normal;
  font-family: 'Roboto'; font-size: 1em; color: #ffffff;
  opacity: 0.8;
}
/*in use*/
.signupform .loginbutton:hover {
    /*border: 1px solid blue;*/
    /*background-color: #56d190;*/
    opacity: 1;
}



@media screen and (min-width: 800px) {
  /*in use*/
  .signupform .login-container{
   float: none;
  }/*in use*/
  .signupform a, .signupform input[type=text], .signupform input[type=password], .signupform .login-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
    margin-bottom: 14px;
  }/*in use*/
  .signupform input[type=text] {
    border: 1px solid #ccc;
  }


.signupformcontainer {
  position: relative;
margin-left: auto;
margin-right: auto;
/*margin-top: 20%;*/
top: 0px;
 border-radius: 5px;
 opacity: 1;
 /*background-color: #ebefde;
 background-color: #41607b;*/
 /*background-image: linear-gradient(to bottom right, #eeefea, #dadbd6);*/
 /*background-image: linear-gradient(to bottom right, #fcfdfe, #dddddd);*/
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 background-color: white;
 padding: 20px;
 color: black;
 /*float: none;*/
 width: 400px;
}

}

/*
@media screen and (min-width: 600px) {
  .signupformcontainer {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
    margin-bottom: 14px;
  }
}*/
