input[type=submit], input[type=button], button, .btn, input[type=text], input[type=email], input[type=password], select, body {
  font-family: Arial, Helvetica, sans-serif;
}

header {
  font-family: "Courier New", Courier;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  color: #23282d;
}

h1, h2, h3, h4, h5, h6 {
  color: #0073aa;
  padding-bottom: 15px;
}

p {
  margin: 0;
  padding: 10px 0;
}

header {
  text-align: center;
}
@media screen and (min-width: 768px) {
  header {
    padding: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  header {
    padding: 10px;
  }
}

a {
  color: #0073aa;
  text-decoration: none;
}

a:hover {
  color: #0073aa;
  text-decoration: underline;
}

header h1 {
  color: #0073aa;
  font-size: 72px;
  font-weight: normal;
  letter-spacing: -5px;
  padding: 0;
}

header h1:before, header h1:after {
  color: #999;
  position: relative;
  top: -4px;
}

header h1:before {
  content: "{";
  margin-right: -5px;
}

header h1:after {
  content: "}";
  margin-left: -10px;
}

img {
  height: auto;
  max-width: 100%;
}

input[type=text], input[type=email], input[type=password], select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px #ddd solid;
  font-size: 16px;
  color: #999;
}
@media screen and (min-width: 768px) {
  input[type=text], input[type=email], input[type=password], select {
    padding: 15px;
  }
}
@media screen and (max-width: 767.9px) {
  input[type=text], input[type=email], input[type=password], select {
    padding: 12px;
  }
}

input[type=submit], input[type=button], button, .btn {
  background: #0073aa;
  border: 2px #0073aa solid;
  color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  input[type=submit], input[type=button], button, .btn {
    padding: 13px 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767.9px) {
  input[type=submit], input[type=button], button, .btn {
    padding: 12px 15px;
    font-size: 14px;
  }
}

::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

:-moz-placeholder {
  color: #666;
}

input[type=submit]:hover, input[type=button]:hover, button:hover, .btn:hover {
  background: transparent;
  color: #0073aa;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.danger {
  color: #d00;
}

.success {
  color: #080;
}

.body-wrapper {
  height: 100vh;
  width: 100vw;
}

.form-container {
  width: 480px;
  background: #f6f6f6;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .form-container {
    padding: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .form-container {
    padding: 20px;
  }
}
.form-container #math-captcha {
  float: left;
}
.form-container #process-long-url {
  float: right;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.form-container #math-captcha, .form-container #process-long-url {
  width: 48%;
}
.form-container p {
  text-align: center;
}
.form-container input[type=text], .form-container input[type=url] {
  display: block;
}
.form-container .submit-row {
  display: table;
  width: 100%;
}
.form-container .fa-copy {
  font-size: 18px;
  cursor: pointer;
}

.copyrights {
  background: #23282d;
  color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px;
  font-size: 12px;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
