.request-access-title {
    font-family: Fira Sans,Arial,sans-serif;
    font-size: 33px;
}

.request-access-subtitle {
    font-family: Fira Sans,Arial,sans-serif;
    font-size: 16px;
    color: #585858;
}

.request-access-card-body {
    padding: 24px;
}

.label-wrapper {
    display: flex;
    flex: 0 0 auto;
}

.required-mark {
    color: #006AC3;
    font-size: 14px;
    top: 5px;
}

.activation .input-wrap .input-control {
    border-radius: 2px;
    height: 30px;
    padding: 7px 8px;
    font-size: 16px;
}

.activation .input-wrap .input-label {
    width: auto;
    padding-right: 2px;
}

.activation .dropdown-label {
    width: auto;
    padding-right: 2px;
}

.activation {
    flex: none;
}

.button-wrapper {
    display: flex;
    justify-content: space-between;
}

.submit-button {
    width: 130px;
}

.show {
    display: block;
}

#regionDropdownList {
    transform: translate3d(0px, 0px, 0px) !important;
    width: 100%;
}

#regionDropdownListWrapper > .card-wrapper {
    min-height: 131px;
}