html, body {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-family: OpenSans, sans-serif;
    background: #f7f7f7; /*control-background-color--disabled*/
}
a {
    color: #456EBF;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
}

#activateBody > form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#center_div {
    width: 700px;
    margin-top: 64px;
}

#content_div {
    box-shadow: 0px 2px 2px rgb(0 0 0 / 20%);
    margin-bottom: 16px;
    padding: 24px;
    background-color: #fff;
}

#content_div:hover {
    box-shadow: 0px 4px 24px rgb(0 0 0 / 10%);
}

.logo_div {
    margin: 24px 0;
    height: 134px;
    width: 652px;
    background: url(Images/activation.svg) no-repeat;
}

.RegistrationTitle {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.info-text {
    line-height: 22px;
}

td.property-description {
    color: #b1b1b1; /*general-font-color--description*/
}

.property-table td {
    padding-bottom: 16px;
}

td.property-value {
    font-weight: bold;
}

textarea.activation-key {
    border: 1px solid #D0D0D0;
    width: 100%;
    padding: 5px;
    font-size: 15px;
    font-family: OpenSans, sans-serif;
    outline: none;
    box-sizing: border-box;
    border-radius: 2px;
}

.status_div {
    padding-top: 24px;
    display: flex;
    align-items: center;
}

.submit_btn {
    display: inline-block;
    padding: 9px 16px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    cursor: pointer;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
    font-size: 15px;
    font-family: OpenSans, sans-serif;
    color: #fff; /*general-font-color--negative*/
    border-color: #456EBF; /*btn--blue*/
    background-color: #456EBF; /*btn--blue*/
}
.activate_btn {
    margin-right: 16px;
}

.back,
.copy_btn {
    display: inline-block;
    margin-top: 16px;
}
#lblActivationInfo {
    margin-right: 16px;
}


.bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.align_left,
.align_right {
	color: #b1b1b1; /*general-font-color--description*/
    font-size: 13px;
}

.copyright {
    color: #b1b1b1; /*general-font-color--description*/ 
    text-decoration:none;
}

.activationComponentsTable {
    border-collapse: collapse;
    margin-top: 16px;
    width: 100%;
    border: 1px solid #d0d0d0; /*separator-color*/
}

.activationComponentsTable td {
    padding: 0.6em 0.7em;
    border-bottom: 1px solid #d0d0d0; /*separator-color*/
}

.activationComponentsTable tr:last-child td {
    border-bottom: none;
}

.activationComponentsTable .nameColumn {
    color: #888888; /*general-font-color--captionCell*/
}

.activationComponentsTable tr:first-child td,
.activationComponentsTable tr:first-child td {
    color: #b1b1b1; /*general-font-color--description*/
    font-size: 13px;
}