.hyros-install {
    background: #f1f1f1;
    box-shadow: none;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.hyros-install .logo {
    border: 0;
    margin: 33px 24px;
    padding: 0;
    text-align: center;
    font-size: 0;
}

.hyros-install .content {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .13);
    overflow: hidden;
    padding: 24px;
    max-width: 500px;
    border: 1px solid #c3c4c7;
    color: #3c434a;
}

.hyros-install .content>h1 {
    border: 0;
    clear: none;
    color: #666;
    margin: 0 0 24px;
    padding: 0;
    font-size: 24px;
    text-align: center;
}

.hyros-install .content>p {
    text-align: center;
}

.hyros-install .warning {
    background: #fff8e1;
    border: 2px solid #eee;
    padding: 1rem 2rem;
    margin: 0 0 24px;
    text-align: center;
}

.hyros-install .tracking-url {
    background: #f5f5f5;
    border: 2px solid #eee;
    padding: 1rem 2rem;
    margin: 0 0 24px;
    text-align: center;
}

.hyros-install .logger-user {
    background: #f5f5f5;
    border-bottom: 2px solid #eee;
    line-height: 70px;
    margin: 0 0 24px;
    padding: 0 1em 0 0;
}

.hyros-install .logger-user img {
    float: left;
    height: 70px;
    margin: 0 1em 0 0;
}

.hyros-install .logger-user p {
    margin: 0;
    line-height: 70px;
}

.hyros-install .logger-user .logout {
    float: right;
    color: #777
}

.hyros-install .actions {
    overflow: hidden;
    padding-left: 24px;
}

.hyros-install .actions .button {
    background: #f7f7f7;
    border-bottom-width: 2px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    color: #777;
    float: right;
    font-size: 1.25em;
    height: auto;
    line-height: 1em;
    padding: 1em 2em;
    text-align: center;
    width: 50%;
    text-decoration: none;
}

.hyros-install .actions .button-approve {
    background: #000000;
    border-color: #000000;
    box-shadow: 0 0 0;
    color: #fff;
    float: right;
    opacity: 1;
    text-shadow: none;
}

.hyros-install .actions .button-deny {
    float: left;
    margin-left: -24px;
}
