@import url("https://fonts.googleapis.com/css?family=Montserrat");
html {
  background-color: #5D92BA;
  padding: 50px;
  color: white;
  font-family: "Montserrat", sans-serif; }

.intro {
  font-size: 1.8em; }

.input-txt {
  width: 100%;
  padding: 20px 10px;
  background: #5D92BA;
  border: none;
  font-size: 1em;
  color: white;
  border-bottom: 1px dotted rgba(250, 250, 250, 0.4);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out; }

.input-txt:-moz-placeholder {
  color: #81aac9; }

.input-txt:-ms-input-placeholder {
  color: #81aac9; }

.input-txt::-webkit-input-placeholder {
  color: #81aac9; }

.input-txt:focus {
  background-color: #4478a0; }

.login-footer {
  margin: 10px 0;
  overlow: hidden;
  float: left;
  width: 100%; }

button {
  padding: 15px 30px;
  border: none;
  background: white;
  color: #5D92BA;
  position: relative;
  left: 200px; }
