@import url('https://fonts.googleapis.com/css?family=Raleway');

body {
  background-image: url("../assets/images/wp.jpg");
  height: 100%;
  width: 100%;

  font-size: 62.5%;
}

.center {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

html {
  height: 100%;
  font-size: 62.5%;
  font-family: 'Raleway', sans-serif;
}

.logo {
    width: 13rem;
    height: 13rem;
    background-image: url("../assets/images/logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.container {
  display: flex;
}

form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20rem;
}

.field {
  width: 100%;
}

.input {
    margin-bottom: 0.5rem;
    width: 100%;
    /*height: 2.5rem;*/
    border-radius: 1rem;
    border: 0;
    padding: 1rem;
    padding-left: 1.5rem;
    box-sizing: border-box;
}

.btn {
  width: 100%;
  border-radius: 1rem;
  margin-top: 1rem;
  background-color: #82C341;
  border: 0;
  padding: 0.7rem;
  color: white;
  font-size: 1.2rem;

}

.success {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: RGB(130, 195, 65);
  color: white;
  height: 7.74rem;
  font-size: 1.6rem;
  position: sticky;
  top: 0;
  width: 100%;
}

.error {
  background-color: #3A1A1A;
}

.sticky {
  position: sticky;
  width: 100%;
}
