@charset "utf-8";
[class$="-data-area"] {
    margin-right: auto;
    margin-left: auto;
    width: 960px;
}
.basic-form .data-form > * > .label {
  width: 18em;
}
.basic-form > [class$="-info"] {
  border: none;
}

.terms-of-service {
	background: #e8edf2;
	color: #737F89;
}

.terms-of-service-title {
    padding: 2em 0 1em;
    text-align: center;
	font-weight: normal;
}

.terms-of-service .content {
	margin: 0 45px 2em;
	padding: 25px;
    height: 200px;
    background: #fff;
    overflow-y: scroll;
    font-size: 12.8px
}

.terms-of-service .term {
    margin-top: 32px;
}

.terms-of-service .term h1,
.terms-of-service .term h2 {
    font-size: 16px;
    font-weight: bold;
}

.terms-of-service .term p,
.terms-of-service .term ol {
    margin-top: 16px;
    line-height: 1.4;
}

.terms-of-service .term:first-child,
.terms-of-service .term > *:first-child {
    margin-top: 0;
}

.terms-of-service .term ol li {
    margin-top: 10px;
    margin-left: 2em;
    line-height: 1.4;
    list-style: decimal;
}

.agreement {
    display: block;
    padding-bottom: 2em;
    text-align: center;
}

.disabled {
    width: 100%;
    pointer-events: none;
    opacity: 0.5;
}
.fullwidth {
    width: 100%;
}



