.activation-card{
    background-image: url(../image/activation_card.svg);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 910px;
    min-height: 690px;
    margin-top: 16px;
}

.activation-card p{
    max-width: 449.68px;
    font-family: "PingFang SC";
    font-weight: bold;
    font-size: 16px;
    line-height: 34px;
    color: #e8e9ff;
    opacity: 0.9;
}
.account{
    margin-top: 64px ;
}
.account-details{
    margin-top: 8px;
}
.input-group{
    margin-top: 10px;
    padding: 10px;
    display: flex;
    width:100%;
    min-height: 44px;
    background: transparent;
    border: 1px solid #ffffff59;
}
label {
    font-family: "PingFang SC";
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #fff;
}
.activation-card .form{
    width: 90%;
    margin-top: 53px;

}
input {
    font-size: 20px;
    color: #fff;
    padding-left: 20px;
    background-color: transparent;
    flex: 1;
}
.btn-submit {
    cursor: pointer;
    width:90%;
    min-height: 42.71px;
    font-size: 14px;
    font-weight: bold;
    background: #6d61f1;
    margin-top: 32px;
    border: none;
    color: #fff;
    opacity: 0.9;
    padding: 10px;
}

/* css for popup */
.overlay {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    pointer-events: none;
    transition: 0.35s ease-in-out;
    max-height: 100vh;
    overflow-y: auto;
}
.overlay.open {
    opacity: 1;
    pointer-events: inherit;
}
.overlay .modal {
    position: relative;
    text-align: center;
    padding: 40px 80px;
    opacity: 0;
    pointer-events: none;
    transition: 0.35s ease-in-out;
    max-height: 100vh;
    width: 795px;
    height: 371px;
    background: #252644;
}

.overlay .modal.open {
    opacity: 1;
    pointer-events: inherit;
}
.overlay .modal.open .content {
    transform: translate(0, 0px);
    opacity: 1;
}
.overlay .modal .content {
    transform: translate(0, -10px);
    opacity: 0;
    transition: 0.35s ease-in-out;
}
.overlay .modal .title {
    margin-top: 0;
    margin-bottom: 10px;
}
.overlay .modal p {
    margin-bottom: 20px;
}
.overlay .modal .title {
    margin-top: -80px;
    margin-bottom: 24px;
    font-size: 30px;
    font-weight: 600;
    padding-top: 0;
}
.activation-btn {
    width: 164.18px;
    height: 42.71px;
    background: #6d61f1;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin-top: 14px;
    margin-right: 42px;
    padding-top: 10px;
    color: #fff;
    opacity: 0.9;
    border: none;
    position: relative;
    top: 80px;
    left: 230px;
}
.popup-activated {
    font-family: "PingFang SC";
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    color: #fff;
    position: relative;
    bottom: 10px;
    top: 20px;
}

.popup-info {
    width: 644px;
    height: 76px;
    font-family: "PingFang SC";
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #e8e9ff;
    opacity: 0.83;
    position: relative;
    top: 80px;
}
.activation-card > .error-tips {
    display: none;
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
    color: tomato;
    text-align: center;
}