label {
    cursor: pointer;
    height: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
}

label input {
    margin-right: 3px;
}

input[type='text'], input[type='password'], input[type='number'] {
    outline: none;
    border: 1px solid #cccccc;
    width: 100%;
    padding: 4px;
    background-color: #f8f8f8;
    font-size: 14px;
    -moz-appearance: textfield;
}

input[type='date'] {
    outline: none;
    border: 1px solid #cccccc;
    padding: 3px;
    background-color: #f8f8f8;
    font-size: 14px;
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input:-webkit-autofill {
    background-color: transparent !important;
    background-image: none !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

input[type='checkbox'] {
    cursor: pointer;
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.navbar {
    background-color: rgba(0, 0, 0, 0.2);
}

.page-header {
    width: 100%;
    height: 368px;
    background-color: #0f1a2a;
    background-image: linear-gradient(to top, #0f1a2a 0%, transparent 100%),
    url('../../images/banner/banner-background12.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
    background-attachment: unset;
    position: absolute;
    z-index: 1;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(15, 26, 42, 0.55);
    z-index: 1;
}

.reg-form-box {
    width: 100%;
    height: 100vh;
    min-height: 800px;
    position: relative;
    z-index: 2;
}

.reg-form-position {
    width: 460px;
    max-width: 96%;
    background-color: #fff;
    border-radius: 5px;
}

.reg-form-tag {
    cursor: pointer;
    margin-left: 40px;
    margin-top: 30px;
}

.reg-form-tag li {
    border-bottom: 2px solid #FFFFFF;
}

.reg-form-tag li:nth-child(1) {
    border-bottom: 2px solid #1bba9a;
}

.reg-form-view {
    padding: 40px;
    padding-top: 0px;
    font-size: 14px;
    color: #222222;
}

.reg-form-view a {
    color: #1bba9a;
}

.reg-form-view li {
    margin-top: 30px;
    border-bottom: 1px solid #ccc;
}

.reg-form-view input {
    border: 0px;
    background-color: #ffffff;
    font-size: 14px;
}

.msg-verify-code {
    width: calc(100% - 90px);
}

.send-button {
    cursor: pointer;
    width: 90px;
    height: 23px;
    text-align: center;
    background-color: #fff;
    color: #1bba9a;
    border: 0px;
    border-left: 1px solid #ccc;
}

.submit-button {
    cursor: pointer;
    margin-top: 20px !important;
    padding: 8px 0px;
    border: 0px;
    text-align: center;
    background-color: #1bba9a;
    color: #fff;
    font-size: 16px;
}