:root {
--bs-body-bg: #212529;
}

.message{
text-align: left;
font-size: 14px;
font-weight: 500; 
margin-bottom:10px;
text-align:center;
}

.success{
color:green;
}

.fail{
color:red;
}

.hide{
display:none !important;
}

html,
body {
  height: 100%;
}


#logo{
margin: 5rem auto 1rem auto;
}

@media only screen and (max-width: 600px) {

#logo{
margin: 0 auto 1rem auto;
}

}

#message{
text-align:center;
opacity: 0;
animation: fadeIn .25s ease-in forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.form-signin {
  max-width: 330px;
  padding: 1rem;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; 
}

.main{
margin-top: 20px;
}

#register{
margin-top:15px;
}