.logonlabs {
    background: url(logonlabs.svg) center center no-repeat;
    width: 6rem;
    height: 1.4rem;
    display: inline-block;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
}

.flex-row {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.flex-row input[type=radio] {
    margin-right: 1rem;
}

.full-row {
    width: 100%;
}

.fixed-row {
    width: 30em;
}

.select-row {
    width: 20rem;
}

.callback_url {
     display: inline-block;
}

.copy {
    background: url(copy.svg) center center no-repeat;
    display: inline-block;
    background-size: contain;
    width: 1rem;
    height: 1rem;
    margin-left: 1rem;
    vertical-align: middle;
    cursor:pointer;
}

.copy:hover {
    opacity: 0.5;
}

.copy:active {
    opacity: 1;
}

.guide {
    background: #14f2d7;
    color: #033630;
    font-weight: 600;
    padding: 1rem;
}

.guide a {
    font-weight: 100;
}


.callback label{
    line-height: 1.3;
    font-weight: 600;
}
