body {
   background-color: #0b0b0b; 
}
#wrapper {
    display: flex;
    flex-flow: column;
}
footer {
    background-color: #000;
    padding: 60px 0;
    height: 411px;
}
.header-holder {
    height: 70px;
    flex-shrink: 0;
}

img {display: block;}


h2 {
    text-align: center;
    margin-bottom: 8px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}
.content-holder {
    min-height: calc(100vh - 601px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.box {
    width: 358px;
    min-height: 366px;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.heading {
    color: #808080;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
}
.heading p {
    margin-bottom: 60px;
}
.input-holder {
    padding-top: 20px;
    margin-bottom: 30px;
    color: #67676A;
}
.input-holder label {
    color: #808080;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 4px;
}
.input-holder #em-field,
.input-holder #ph-field,
.input-holder #em-code-field,
.input-holder #ph-code-field {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border: none;
    border-bottom: 1px solid #67676A;
    padding: 6px 0;
    margin-bottom: 8px;
    background-color: transparent;
    width: 100%;
}
.input-holder #em-field::placeholder,
.input-holder #ph-field::placeholder,
.input-holder #em-code-field::placeholder,
.input-holder #ph-code-field::placeholder {
  color: #262626;
  opacity: 1;
}
.input-holder #em-field::-ms-input-placeholder,
.input-holder #ph-field::-ms-input-placeholder,
.input-holder #em-code-field::-ms-input-placeholder,
.input-holder #ph-code-field::-ms-input-placeholder {
  color: #262626;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #67676A;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}
.error-holder {
    height: 32px;
    margin-bottom: 14px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
.error {
    display: none;
    color: #EB6061;
}
.err1-v .err1 {
    display: block;
}
.err2-v .err2 {
    display: block;
}
.err3-v .err3 {
    display: block;
}
#login-email-btn,
#login-phone-btn,
#delete-btn {
    border: none;
    border-radius: 16px;
    background: #FFF;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    width: 358px;
    height: 50px;
}
#login-email-btn:hover,
#login-phone-btn:hover {
    background-color: #e1e1e1;
}
#delete-btn {
    background-color: #EB6061;
}
#delete-btn:hover {
    background-color: #D34445;
}
.btn-list {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-list li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 7px;
}
.btn-list li a {
    display: block;
    height: 40px;
}

#step2 p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.ta-c {
    text-align: center;
}
.white {
    color: #fff;
}
#step2 .email-holder p {
    margin-bottom: 60px;
}
#step2 .phone-holder {
    padding-top: 14px;
}
#step2 .phone-holder p {
    margin-bottom: 74px;
    font-size: 15px;
}
#step3 {
    color: #67676A;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
#step3 h2 {
    color: #EB6061;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 30px;
}
#step3 p {
    margin-bottom: 30px;
}
#finish {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#done {
    display: block;
    margin-bottom: 30px;
}
#finish h2 {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}


#data-coll {
}
#step1 {
    
}
#phone-holder,
#email-btn,
#step2,
#step3,
#finish{
    display: none;
}