@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600;700;800&display=swap');
body {
    background-color: #121212;
    ;
    top: 0px !important;
}

.myaccount h5 {
    width: 249px;
    height: 53px;
    font-family: 'Castle-Rock';
    font-style: normal;
    font-weight: 400;
    font-size: 49px;
    line-height: 53px;
    /* identical to box height */
    color: #FF4B2D;
    /* margin: 50px 50px auto; */
}

.account-form {
    width: 500px;
    margin: 0 auto;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.account-form-input {
    box-sizing: border-box;
    width: 100%;
    height: 64px;
    background: #2B2B2B;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 83px;
}


/* #loginName {
        box-sizing: border-box;
        width: 100%;
        height: 64px;
        background: #2B2B2B;
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 83px;
    }
     */


/* #loginEmail {
        box-sizing: border-box;
        width: 483.1px;
        height: 64px;
        background: #2B2B2B;
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 83px;
    }
    
    #loginPassword {
        box-sizing: border-box;
        width: 483.1px;
        height: 64px;
        background: #2B2B2B;
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 83px;
    }
     */

.label1 {
    /* width: 46px;
        height: 23px; */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    /* identical to box height */
    color: #FFFFFF;
}

.label2 {
    /* width: 500px; */
    /* height: 23px; */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    /* identical to box height */
    color: #FFFFFF;
}

.label3 {
    /* width: 137px; */
    /* height: 23px; */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    /* identical to box height */
    color: #FFFFFF;
}

.save {
    box-sizing: border-box;
    width: 100%;
    height: 64px;
    /* left: 478.45px;
        top: 682.84px; */
    background: #FF4932;
    border: 1px solid #FF4932;
    border-radius: 56px;
}

.account-form {
    width: 500px;
}

.cancel {
    box-sizing: border-box;
    width: 100%;
    height: 64px;
    /* left: 478.45px;
        top: 769.84px; */
    color: #fff;
    border: 1px solid #FF4932;
    border-radius: 56px;
    padding-top: 20px;
}

.cancel:hover {
    box-sizing: border-box;
    width: 100%;
    height: 64px;
    /* left: 478.45px;
        top: 769.84px; */
    color: #fff !important;
    background: #FF4932;
    border: 1px solid #FF4932;
    border-radius: 56px;
}

.plan {
    color: #FF4932;
}