body {
    background-color: #25252A;
    font-family: 'Lato';
}

.form-group {
    margin-bottom: 0px;
}

.inner-container {
    width: 400px;
    height: 410px;
    position: absolute;
    top: calc(50vh - 300px);
    left: calc(50vw - 200px);
}

.box {
    position: absolute;
    height: 100%;
    width: 100%;
}

.box h1 {
    text-align: center;
    margin: 20px 0;
    font-size: 40px;
    color: #FFFFFF;
    font-family: 'Lato';
    font-weight: 300;
}

span {
    font-family: 'Lato';
    font-weight: 700;
}

.box img {
    margin: 20px auto;
    width: 159px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.box input {
    display: block;
    width: 300px;
    margin: 20px auto;
    padding: 15px;
    background: #2C3247;
    color: #fff;
    border: 0;
    border-radius: 50px;
}

.box input:focus, .box input:active, .bot button, .box button:focus, .box button:active {
    outline: none;
}

.box button {
    background: #FA5100;
    border: 0;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    width: 330px;
    margin: 20px auto;
    display: block;
    cursor: pointer;
    border-radius: 50px;
}

.box button:active {
    background: #FA5100;
}

.box p {
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
}

.box p a {
    cursor: pointer;
    color: #FFFFFF;
    -ms-transition: color .4s ease-out, .4s ease-in;
    -o-transition: color .4s ease-out, .4s ease-in;
    -moz-transition: color .4s ease-out, .4s ease-in;
    -webkit-transition: color .4s ease-out, .4s ease-in;
    transition: color .3s ease-out, .2s ease-in;
    font-weight: 700;
}

.box p a:hover {
    text-decoration: none;
    color: #FA5100;
}