* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  background-image: linear-gradient(to bottom right, #ffffff, #dadada);
  font-family: "Roboto", sans-serif;
}

.container {
  height: 100vh;
  width: 100%;
  padding: 0 2%;
  display: flex;
  align-items: center;
  justify-content: center;
}

form {
  width: 410px;
  height: 350px;
  text-align: center;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 2px 1px -1px #0003, 0 1px 1px 0 #00000024, 0 1px 3px 0 #0000001f;
}

form .log {
  width: 280px;
  text-align: center;
  margin: 30px auto 3px auto;
}

form .log img {
  width: 100%;
}

form h2 {
  color: #004285;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

form p {
  margin: 18px 0 15px 0;
  font-weight: 700;
  font-size: 15px;
  padding: 0 20px;
  text-align: center;
}

form input {
  width: 200px;
  height: 60px;
  margin: 8px auto;
  text-align: center;
}

form button {
  background-color: #3f51b5;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  text-align: center;
  margin: 10px auto;
  min-width: 64px;
  line-height: 36px;
  padding: 0 16px;
  border-radius: 4px;
  overflow: visible;
}

.boxe {
  width: 650px;
  margin: 0 auto;
  padding: 10px;
  box-shadow: 0 2px 1px -1px #0003, 0 1px 1px 0 #00000024, 0 1px 3px 0 #0000001f;
}
