body {
    margin: 0;
    padding: 0;
    background: url(img/background.png) no-repeat center center fixed #283142;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Ubuntu', Tahoma, Arial, sans-serif;
	font-size: 14px;
    color: #ffffff;
}
*, *::after, *::before {
    box-sizing: border-box;
}
.container {
    width: 620px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
	text-align: center;
    margin-top: -300px;
    margin-left: -310px;
}
.logo {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.text-block {
    margin: auto;
    width: 500px;
    text-align: center;
}
h1 {
    font-size: 2.5em;
    font-weight: 500;
    letter-spacing: 1px;
}
p {
    line-height: 27px;
    color: #8A98B3;
}

.row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}
.btn, .btn-large {
  text-decoration: none;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  background-color: #537599;
  text-align: center;
  letter-spacing: .5px;
  transition: .2s ease-out;
  cursor: pointer;
}
.btn, .btn-large, .btn-flat {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}
.btn:hover {
    background-color: #3f4a5e;
}

.btn:active {
    background-color: #2c3341;

}
