html {
    height: 100%;
}
body {
    height: 100%;
}
@media (min-width: 480px) {
    .app-redirect {
        padding: 23px 115px 20px;
    }
    .app-redirect .app-icon {
        padding: 28px 0;
    }
    .app-redirect .app-download {
        width: 260px;
        margin-top: 0;
    }
}

.app-redirect {
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 33px 30px 30px;
}

.app-prompt {
    text-align: center;
    font-size: 18px;
}

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

.app-image-user{
    box-shadow: 2px 4px 3px rgba(20%,20%,40%,0.5);
    border-radius: 10px;
}

.app-download {
    width: 100%;
    margin: 10px auto 0;
    flex: none;
}

.startup-app {
    width: 100%;
    color: #fff;
    border-color: #093d68 !important;
    background-color: #093d68;
    margin-bottom: 5px;
}

.download-app {
    width: 100%;
    margin-top: 0.5rem;
    color: #333436;
    border: 1px solid rgba(104, 104, 104, 0.5);
    background-color: #fff;
}

.startup-app:hover, .startup-app:active, .startup-app:focus {
    color: #fff !important;
    border: 1px solid rgba(104, 104, 104, 0.5) !important;
    background-color: #133146 !important;
    box-shadow: none !important;
}

.download-app:hover, .download-app:active, .download-app:focus {
    color: #333436 !important;
    border: 1px solid rgba(104, 104, 104, 0.5) !important;
    background-color: #fff !important;
    box-shadow: none !important;
}