.btn-branded {
  color: #ffffff;
  background-color: #81be41; 
  font-family: -apple-system, "Helvetica", system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif}
  .btn-branded:hover {
    background-color: #74ab3b; }

#next_button {
width: 90%;
margin-left: 5%;
border-radius: 10px;
}

#send_meter_button {
  width: 90%;
  margin-top: 5%;
  margin-bottom: 5%;
  border-radius: 10px;
}

#meter_number {
  width: 90%;
  margin-top: 5%;
  border-radius: 10px;
  text-align: left;
}

#centre_text {
  font-size: 1.5rem;
  font-weight: bold;
  color: #58585b ;
  opacity: 70%;
}

#main_text {
  font-size: 2.8rem;
  font-weight: bold;
  color: black;
  margin-bottom: 5%;
}


.form-signin {
  margin: 0 auto;
}

.form-signin p {
  font-family: -apple-system, "Helvetica", system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: .9rem;
}

.form-signin h5, button {
  font-family: -apple-system, "Helvetica", system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;  
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

html {
  height: 100%;
}

body {
  height: 100%;
}

.flex-row-container {
  display: flex;
  flex-direction: row;
  height: 100%;
}

.flex-column-container-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: center; 
}

.flex-column-container{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  align-items: flex-end;
}

.h-fullscreen-left {
  background-image: url('img/bg-black.svg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  padding-bottom: 5rem;
  justify-content: center;
}

.h-fullscreen-left img {
  max-width: 10rem;
}

.h-fullscreen-left .title {
  margin-top: 2rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.line-left-green {
  border-left: 0.45rem solid #8bc34a
}

/* --------------LOGIN ------------- */

.h-fullscreen-card {
  /* min-height: 85% !important;
  // min-width: 90% !important;
  // height: 90% !important;
  // width: 94%!important;
  // margin-left: -6%!important; */
  overflow-y: auto;
  padding-top: 10vh!important;
}

.auth-box {
  max-width: 375px;
  text-align: center;

}

.auth-box .smaller {
  max-width: 300px!important;
}

.auth-box h1, h2 {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 2em;
  font-family: "Montserrat", sans-serif !important;
}

.auth-box h4 {
  font-weight: 600;
  font-size: .5rem;
  line-height: 1rem;
  margin-bottom: 3rem;
  margin-top: 1rem;
  color: #616161;
}

.auth-box a {
  color: #00adef;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
}

.auth-box h5 {
  color: #bdbdbd;
  font-size: 1rem;
  font-family: -apple-system, "Helvetica", system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif
}

.auth-box h5 a {
  color: #00adef;
  font-style: normal;
  text-decoration: none;
}

.auth-box p {
  font-family: -apple-system, "Helvetica", system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: .9rem;
}

.auth-box button {
  box-shadow: none!important;
  margin-bottom: 1rem;
  max-width: 500px;
}

.auth-box button a {
  color: #8bc34a;
  font-style: italic
}

.auth-box .small {
  font-size: 0.6rem;
}

.auth-box .small .fade {
  font-weight: bold;
  margin-bottom: 1rem;
  opacity: 0.2;
  display: block;
}

.auth-box .small .fade .a {
  color: inherit;
  font-style: normal;
}

.auth-box input[type="text"]::placeholder {
  color:    #bdbdbd;
  font-family: -apple-system, "Helvetica", system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
 }
 
 #new_footer{
  text-align: left; 
  margin-left: 5%
 }

.footer-content {
  max-width: 500px;
  text-align: left
}

.footer-content p {
  color: #bdbdbd;
  font-size: .9rem;
  margin-bottom: 0
}

.footer-content a {
  color: #00adef;
  font-style: normal;
  text-decoration: none;
  font-size: 14px
}

.password-format {
  color: #bdbdbd;
  font-size: .9rem;
}

.error {
  width: 100%;
  margin-top: .25rem;
  color: #dc3545;
}

.error-resolved {
  visibility: hidden;
  display: none;
}

.is-invalid {
  border-color: #dc3545;
}

.is-valid {
  border-color: #28a745;
}
input[type="text"]::-webkit-input-placeholder { 
  /* WebKit, Blink, Edge */
  color: #bdbdbd;
  font-family: -apple-system, "Helvetica", system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
input[type="text"]::-moz-placeholder { 
  /* Mozilla Firefox 4 to 18 */
 color: #bdbdbd;
 font-family: -apple-system, "Helvetica", system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
input[type="text"]::-moz-placeholder { 
  /* Mozilla Firefox 19+ */
 color: #bdbdbd;
 font-family: -apple-system, "Helvetica", system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
:-ms-input-placeholder { 
  /* Internet Explorer 10-11 */
 color: #bdbdbd;
 font-family: -apple-system, "Helvetica", system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
input[type="text"]::-ms-input-placeholder { 
  /* Microsoft Edge */
 color: #bdbdbd;
 font-family: -apple-system, "Helvetica", system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
input[type="text"]::placeholder, input[type="password"]::placeholder {
 color: #bdbdbd;
 font-family: -apple-system, "Helvetica", system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

