html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

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

.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;
}


/* style inputs and link buttons */
input,
.btn {
width: 100%;
padding: 12px;
border: none;
border-radius: 4px;
margin: 5px 0;
opacity: 0.85;
display: inline-block;
line-height: 20px;
text-decoration: none;
font-family: Arial, sans-serif;
font-size: 15px;
/* remove underline from anchors */
} input {
background-color: #ffffff;
border-color: #ccc;
}
input:hover,
.btn:hover {
opacity: 1;
} select {
width: 100%;
padding: 16px 20px;
border: none;
border-radius: 4px;
background-color: #ffffff;
font-family: Arial, sans-serif;
font-size: 15px;
} textarea {
width: 100%;
height: 200px;
padding: 12px 20px;
box-sizing: border-box;
border: 2px solid #ccc;
border-radius: 4px;
background-color: #f8f8f8;
resize: none;
font-family: Arial, sans-serif;
font-size: 15px;
} /* style the submit button */
input[type=submit] {
background-color: #04AA6D;
color: white;
cursor: pointer;
} input[type=submit]:hover {
background-color: #45a049;
}

input[type=text] {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type=password]{
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}




