* {
  box-sizing: border-box;
}

body {
  color: #ffffff;
  background: #25465F;
  font-family: 'Segoe UI', Roboto, Arial, sans-serif;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

.container {
  display: flex;
  flex-grow: 1;
  justify-content: space-around;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: inherit;
  text-align: left;
}

.form-control {
  line-height: 20px;
  color: #24292e;
  vertical-align: middle;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 8px center;
  border: 1px solid #d1d5da;
  border-radius: 5px;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.075);
  display: block;
  width: 100%;
  height: 36px;
  padding: 10px;
  font-size: 16px;
  margin: 0;
}

.form-control:focus {
  border-color: #2188FF;
}

fieldset {
  border: 0;
  padding: 10px;
  width: 400px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

button {
  position: relative;
  font-weight: 600;
  line-height: 10px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-repeat: repeat-x;
  background-position: -1px -1px;
  background-size: 110% 110%;
  display: block;
  width: 65%;
  height: 35px;
  text-align: center;
  padding: 0.75em 1.25em;
  border-radius: 5px;
  color: #fff;
  background-color: #E65100;
  font-size: 16px;
  border: 1px solid rgba(27, 31, 35, 0.5);
  margin: 20px auto;
}

h1, .alert {
  width: 400px;
  text-align: center;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 1rem 0;
}

.logo {
  max-height: 107px;
  margin: 12vh auto;
  display: block;
}

.forgot-password {
  margin-top: -30px;
  font-size: 12px;
  text-align: center;
}

.message-forgot-password{
  margin: 0;
}


.forgot-password a {
  color: #fff;
}

footer {
  text-align: center;
  padding: 5px;
}

p {
  font-size: 13px;
  margin-bottom: 15px;
}
