/* Header */

.large-header {
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    z-index: 1;
}

.box {
    padding: 50px 10px;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* border-radius: 30px; */
    text-align: center;
}

.box h2,
.box p,
.box h5 {
    color: #404040;
    font-weight: lighter;
}

.box p {
    margin-top: 1rem;
}

.box h5 a {
    color: #78b9ff;
}

.box input[type="text"] {
    background: none;
    display: block;
    margin: 20px auto;
    text-align: center;
    border: 1px solid #cfcfcf;
    padding: .625rem .9375rem;
    width: 65vw;
    outline: none;
    color: #404040;
    border-radius: 10px;
    transition: 0.25s;
}

.box input[type="text"]:focus {
    border-color: #249ffd;
}

.btn-change {
    border: 2px solid #cfcfcf !important;
}

.btn-change,
.btn-jump {
    border-radius: 24px !important;
    padding: .625rem .9375rem;
    color: #404040 !important;
    margin: 10px !important;
    font-size: 1.0rem !important;
}

.btn-change:hover {
    background: #249ffd !important;
    color: white !important;
}

.btn-jump {
    border: 2px solid #cfcfcf !important;
    border-radius: 24px !important;
    padding: .625rem .9375rem;
    color: #404040 !important;
    margin: 10px !important;
}

.btn-jump:hover {
    background: #249ffd !important;
    color: white !important;
}

.copyright {
    color: #404040;
    font-weight: lighter;
    text-align: center;
    margin-top: -9vh;
}

#info {
    color: #ff4949;
}