html, body{
    height: 100%;
    width: 100%;
}

body{

    background: #53b9a3;
    background: -moz-linear-gradient(-60deg, #53b9a3 0%, #1574d4 60%);
    background: -webkit-linear-gradient(-60deg, #53b9a3 0%,#1574d4 60%);
    background: linear-gradient(150deg, #53b9a3 0%,#1574d4 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53b9a3', endColorstr='#1574d4',GradientType=1 );
}

.box{
    margin-top: 150px;
}

.box-logo{
    height: 120px;
    margin: 0 auto;
}

.logo{
    background-image: url(../images/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 120px;
}

.text{
    text-align: center;
    color: #8bc1f7;
    font-size: 14px;
}

a {
  color: #fff;
}
a:active,
a:hover {
  outline: 0;
  color: #8bc1f7;
}