body {
  font-family: Arial, sans-serif;
}

.container-fluid {
  margin-bottom: 20px;
}

.header {
  display: flex;
  align-items: flex-end;
}

.img {
  width: 150px;
  height: auto;
}

span {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 5px;
}

.clsLogin {
  margin-top: 90px;
}

p {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
}

form {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.block {
  background-color: #f3f4f9;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 70px;
}

table {
  width: 500px;
  border-collapse: separate;
  border-spacing: 0 10px;
}

td label {
  color: #0f5298;
  font-weight: bold;
}

td input {
  margin-bottom: 10px;
}

input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px whitesmoke;
  outline: none;
}

input[type="submit"] {
  background-color: #0072ce;
  color: white;
  width: 200px;
  border: 1px solid #ccc;
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-left: 25px;
}
