html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  font-family: Lato;
  font-size: 1em;
}
.slient {
    color: #29ABE2;   
    font-size: 1.8em;
    font-weight: 700;
    padding: 10px;
    font-family: Poppins!important;
    vertical-align: middle;
    display: inline-block;
        
}
.slient-subtitle {
    color: #29ABE2;  
    font-size: 0.9em;
    font-weight: 300;
    font-family: Poppins!important;
    display: block;
    justify-content: center;
    padding-top: 15px;
}
.logo-text {
    color: #eee;
    font-size: 1.8em;
    font-weight: 700;
    padding: 10px;
    font-family: Poppins;
    position: relative;
    display: inline-block;
    align-items: center;
}
    .slient-header {
        padding: 2px;
        margin-bottom: 25px;
        justify-content: start;
    }
    .slient-logo {
        display: inline-block;
        vertical-align: middle;
        width: 55px;
       
    }
.register-info {
    font-family: Lato;
    font-size: 0.8em;
    color:#333;
}

.h3 {
    font-size: 1.3em;
    color: #333;
}

.form-signin {
  width: 100%;
  max-width: 480px;
  padding: 15px;
  margin: auto;
  margin-top: 0;
}
 

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  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;
}

  .error-message {
            color: red;
            font-size: 0.875rem;
            display: none; /* Hidden by default */
        }
                .bd-placeholder-img {
            font-size: 1.125rem;
            text-anchor: middle;
            user-select: none;
        }
        
  .btn {
      background-color: #29ABE2!important;
      border: none;
  }

        @media (min-width: 768px) {
            .bd-placeholder-img-lg {
                font-size: 3.5rem;
            }
            .form-signin {
 
  max-width: 380px;
 
}
        }

        .error-message {
            color: red;
            font-size: 0.875rem;
            display: none; /* Hidden by default */
        }

        