﻿/* Base Layout */
.wizard-button-previous {
    display: none;
}
.register-content-header-progress {
    float: right;
    text-align: center;
    padding: 8px 0;
    width: 130px;
    border-radius: 5px;
}

.register-button-resend-verification {
    text-align: center;
}

.register-button-home {
    float: right;
    text-align: center;
}

fieldset {
    border-width: 0;
    border-style: none;
    margin: 0;
    padding: 0;
}

select {
    border: none;
    padding: 10px;    
}

/* Identifier */
#IdentificationNumber {
    width: 50%;
}

/* Details */
#Email, #EmailConfirmation, #FirstName, #LastName, #Password, #PasswordConfirmation,
#Phone1, #Phone2, #SecurityQuestionAnswer {
    width: 96%;
}

#TermsContent {    
    width: 96%;
    border-width: 0;
}

.select-background-wrapper:has(.register-name-salutation-select-wrapper) {
    width: 120px;
    padding-right: 4px;
}

.register-name-salutation-select-wrapper {
    width: 100%;
}

.select-background-wrapper:has(.register-security-question-select-wrapper) {
    width: 60%;
    
}

.register-security-question-select-wrapper {
    width: 100%;
}

.register-terms-conditions {
    border-width: 2px;
    border-style: solid;
    padding: 2%;
    width: 95%;
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.register-terms-description {
    float: left;
    width: 80%;
    margin-top: 24px;
}

.register-terms-input {
    float: right;
}

#ActionsContainer {
    margin-top: 30px;
}

#homeButton, #ResendConfirmEmailButton {
    float: left;
    width: 220px;
    margin-right: 20px;
    margin-left: 0;
}

#GoToLoginButton {
    width: 150px;
}

