html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #01c0c8;
  background: -moz-linear-gradient(left, #01c0c8 0%, #1f72a2 100%);
  background: -webkit-linear-gradient(left, #01c0c8 0%, #1f72a2 100%);
  background: -webkit-gradient(linear, left top, right top, from(#01c0c8), to(#1f72a2));
  background: -o-linear-gradient(left, #01c0c8 0%, #1f72a2 100%);
  background: linear-gradient(to right, #01c0c8 0%, #1f72a2 100%);
}




.form-signin {
    width: 100%;
    max-width: 350px;
    padding: 10px;
    margin: auto;
    border: solid #158CAF 1px;
    border-radius: 10px;
    background-color: #ffffff;
}

.form-signin-up {
  width: 100%;
  max-width: 350px; 
  padding: 10px;
  margin: auto;
  border:solid #158CAF 1px;
  border-radius:10px;
  background-color:#ffffff;
  
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .form-signin-up{
        max-width: 500px;
        padding: 15px;  
    }
};

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width:1200px) {
    .form-signin-up{
        max-width: 480px;
        padding: 15px;  
    }
};
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin-up .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin-up .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-radius: 5px;
}
.form-signin-up input[type="email"] {
  margin-bottom: -1px;
  border-radius: 5px;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 5px;
 
}
.form-signin-up input[type="password"] {
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 5px;
 
}
.btn-google {
  color: #fff;
  background-color: #ea4335;
  font-size: 1em;
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  font-size: 1em;
}
.btn-google:hover {
  color: #fff;
  background-color: #ea4335;
}

.btn-facebook:hover{
  color: #fff;
  background-color: #3b5998;
}
.info {
    color:#aaaaaa;
    font-size: .6em;
    
}
.table-bordered {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

/* Style the navigation menu */
.navbar-tab {
  width: 100%;
  background-color: #555;
  overflow: auto;
}

/* Navigation links */
.navbar-tab a {
  float: left;
  padding: 8px;
  color: white;
  text-decoration: none;
  font-size: 12px;
  width: 25%; /* Four equal-width links. If you have two links, use 50%, and 33.33% for three links, etc.. */
  text-align: center; /* If you want the text to be centered */
}

/* Add a background color on mouse-over */
.navbar-tab a:hover {
  background-color: #0CA3BA;
}

/* Style the current/active link */
.navbar-tab a.active {
  background-color: #0CA3BA;
}

/* Add responsiveness - on screens less than 500px, make the navigation links appear on top of each other, instead of next to each other */
@media screen and (max-width: 500px) {
  .navbar-tab a {
    float: none;
    display: block;
    width: 100%;
    text-align: left; /* If you want the text to be left-aligned on small screens */
  }
}
