/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

select,
div.step input {
    border: none;
    border-radius: 3px;
    box-shadow: none;
    color: #112d35;
    background-color: #ededed;
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

div.verification-code {
    margin-bottom: 0.7em;
}

div.verification-code input[type="number"] {
    display: inline-block;
    width: 70px;
    height: 100px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ededed;
    border-radius: 3px;
    box-shadow: none;
    color: #112d35;
    background-color: white;
    font-size: 36px;
}

div.verification-code input[type="number"]:focus-visible {
    border: 2px solid #32b4a6 !important;
    outline: none !important;
}

button,
div.step input[type="submit"] {
    padding: .6em 20px;
    min-width: .75em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 3px;
    font-family: Rubik;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.1em;
    border: 2px solid transparent;
    border-radius: 8px;
    text-decoration: none;
    background-image: none;
    text-shadow: none;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 20%);
    transition: 0.2s color;
    transition: 0.2s background-color;
    color: white;
    background-color: #32b4a6;
    border-color: #32b4a6;
    text-transform: uppercase;
    font-weight: 500;
    height: 50px;
}

.help,
.login-wrap {
    padding: 50px calc((100% - 1200px)/ 2);
    text-align: center;
}

.login-wrap {
    max-height: 800px;
    visibility: hidden;
}

.login-wrap .step {
    position: relative;
    padding: 1em;
    background-color: white;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.20);
    margin: 2em auto;
    width: 500px !important; /*Improtant due to slick override*/
    min-height: 370px;
}

.login-wrap .step img {
    display: block;
    margin: 1em auto 3em auto;
}

.login-wrap .step label {
    display: block;
    margin: 2em auto;
    width: 80%;
}

.login-wrap .step .resend {
    margin-top: 2em;
}

.login-wrap .step .response,
.login-wrap .step .label {
    display: block;
    text-align: left;
    color: #5F5F5F;
    margin-bottom: 0.2em;
    font-size: 14px;
}

.login-wrap .step .response {
    text-align: left;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    color: red
}

.login-wrap .step.two .response {
    padding-left: 10px;
}

.login-wrap .step.three .response {
    text-align: center;
}

a {
    text-decoration: underline;
    font-weight: 600;
    color: #32b4a6;
}