main {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

input, select {
    -webkit-appearance: unset;
    -moz-appearance: unset;
    outline: unset;    
}

.login-logo {
    margin-top: 12px;
    text-align: center;
}

.login-logo img {
    width: 114px;
    height: 30px;
}

.login-form {
    width: 295px;
    margin-top: 49px;
}

.next-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #F4572D;
    border: none;
    border-radius: 14px;
    color: #fff;
    font-family: "NunitoSans-Bold";
    font-size: 16px;
    height: 56px;
    margin-top: 60px;
    width: 100%;
}

.zh .next-button {
    font-family: "NotoSansCJKtc-Bold";
}

.form-group-inline input {
    border: none;
}

.form-group-inline select {
    font-family: "NunitoSans-Regular";
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    border-radius: 0;
    border-right: 1px solid rgb(174, 174, 174);
    font-size: 16px;
    background-color: #fff;
    padding: 0 15px;
    height: 23px;
}

.zh .form-group-inline select {
    font-family: "NotoSansCJKtc-Regular";
}

.form-group-inline {
    align-items: center;
    border: 1px solid rgb(174, 174, 174);
    border-radius: 2px;
    display: flex;
    height: 48px;
    margin-top: 15px;
}

.label {
    margin-left: 1px;
    display: block;
    font-family: "NunitoSans-Bold";
    font-size: 14px;
    line-height: 19px;
}

.zh .label {
    font-family: "NotoSansCJKtc-Bold";
}

.login-form .input-field {
    border-width: 1px;
    font-family: "NunitoSans-Regular";
    font-size: 16px;
    width: 100%;
    padding-left: 16px;
    line-height: 23px;
}

.zh .login-form .input-field {
    font-family: "NotoSansCJKtc-Regular";
}

.box-shaow {
    box-shadow: 0.7px 0.7px rgb(174,174,174);
}

.error_list {
    margin-top: 15px;
    width: 295px;
}

.deactive_error {
    margin-top: 29px;
    margin-bottom: 14px;
}

.error {
    color: #F4572D;
    font-family: "NunitoSans-Bold";
    font-size: 14px;
}

.zh .error {
    font-family: "NotoSansCJKtc-Bold";
}

.label-mb {
    margin-top: 2px;
    font-size: 16px;
    margin-bottom: 11px;
}

.form-group-input {
    display: flex;
}

input[name='emp_number'], input[name='staff_hkid'] {
    border: 1px solid rgb(174, 174, 174);
    height: 50px;
    border-radius: 9px;
}


input[name='staff_hkid']::-webkit-input-placeholder {
    font-size: 14px;
}

input[name='staff_hkid']::-moz-placeholder{
    font-size: 14px;
}

.eng input[name='staff_hkid']::-webkit-input-placeholder {
    white-space: pre-line;
    position: relative;
    top: -8px;
}

.eng input[name='staff_hkid']::-moz-placeholder{
    white-space: pre-line;
    position: relative;
    top: -8px;
}

.eng.ios input[name='staff_hkid']::-webkit-input-placeholder {
    top: unset;
}

.eng.ios input[name='staff_hkid']::-moz-placeholder{
    top: unset;
}

input[name='emp_number']::-webkit-input-placeholder {
    font-size: 14px;
}

input[name='emp_number']::-moz-placeholder{
    font-size: 14px;
}

.form-group.extra-top {
    margin-top: 27px;
}

.resend-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    font-family: "NunitoSans-Regular";
    background-color: #fff;
    font-size: 14px;
    margin-left: 0px;
    margin-top: 8px;
    padding: 0;
}

.zh .resend-button {
    font-family: "NotoSansCJKtc-Regular";
}

.code-time {
    padding-left: 5px;
    font-family: "NunitoSans-Regular";
    font-size: 14px;
    display: inline-block;
}

.zh .code-time {
    font-family: "NotoSansCJKtc-Regular";
}

.code-items {
    display: flex;
}

.code-message {
    font-family: "NunitoSans-Regular";
    margin-top: 50px;
}

.zh .code-message {
    font-family: "NotoSansCJKtc-Bold";
}

.code-inputs {
    margin-top: 12px;
    text-align: center;
}

.code-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    box-shadow: 0 0 4px rgba(201, 201, 201, 0.5);
    font-family: "NunitoSans-Bold";
    font-size: 30px;
    line-height: 37px;
    margin-right: 12px;
    text-align: center;
    outline: none;
    width: 53px;
    height: 49px;
    transition: all .2s ease-in-out;
    border-radius: 12px;
    padding: 4px;
}

.zh .code-input {
    font-family: "NotoSansCJKtc-Bold";
}

.code-input:last-of-type {
    margin-right: 0;
}

.code-errors {
    margin-top: 16px;
    position: absolute;
}

.error-next-button {
    margin-top: 10px;
}
