
* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
    background-color: #354152;
    color: #7e8ba3;
    font: 300 1rem/1.5 Helvetica Neue, sans-serif;
    margin: 0;
    min-height: 100%;
}

.align__item {
  align-items: center;
  flex-direction: row;
      align-self: flex-start;
      align-self: flex-end;
}

body.editor {
    background: #1d1e22;
}

.register {
    box-shadow: 0 0 250px #000;
    text-align: center;
    padding: 5rem 2rem;
}

.site__logo {
    margin-bottom: 2rem;
  }

  svg {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

h2 {
    font-size: 2.75rem;
    font-weight: 100;
    margin: 0 0 1rem;
    text-transform: uppercase;
}
form {
    display: block;
    margin-top: 0em;
}
  ::placeholder {
    color:#7e8ba3
  }

.form__field {
    margin-bottom: 1rem;
  }


input[type="password"] {
      width: 100%;
	   background-repeat: no-repeat;
      background-size: 1.5rem;
      background-position: 1rem 50%;
	  color:#FFFFFF;
    }
input[type="text"] {
      width: 100%;
	  color:#FFFFFF;
    }

	 input[type="submit"] {
      background-image: linear-gradient(160deg, #8ceabb 0%, #378f7b 100%);
      color: #fff;
      margin-bottom: 6rem;
      width: 100%;
    }
	
.grid {
    margin: 0 auto;
    max-width: 25rem;
    width: 100%;
}

a {
  color:#7e8ba3;
}

input {
    border: 1px solid #242c37;
    border-radius: 999px;
    background-color: transparent;
    text-align: center;
	outline: 0;
    padding: .5rem 1rem;
    font: inherit;
  }
  
   

   
div {
    display: block;
}

.register input[type="email"], .register input[type="password"] {
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: 1rem 50%;
}
.form input[type="email"], .form input[type="password"] {
    width: 100%;
}
.register input {
    border: 1px solid #242c37;
    border-radius: 999px;
    background-color: transparent;
    text-align: center;
}
.form input {
    outline: 0;
    padding: .5rem 1rem;
}
.register input[type="email"], .register input[type="password"] {
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: 1rem 50%;
}
.form input[type="email"], .form input[type="password"] {
    width: 100%;
}
.register input {
    border: 1px solid #242c37;
    border-radius: 999px;
    background-color: transparent;
    text-align: center;
}
.form input {
    outline: 0;
    padding: .5rem 1rem;
}
.register input[type="submit"] {
    background-image: linear-gradient(160deg, #8ceabb 0%, #378f7b 100%);
    color: #fff;
    margin-bottom: 6rem;
    width: 100%;
}
.register input {
    border: 1px solid #242c37;
    border-radius: 999px;
    background-color: transparent;
    text-align: center;
}
.form input {
    outline: 0;
    padding: .5rem 1rem;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}