body {
    background: linear-gradient(to bottom, #3D1D29, #281429);
    position: relative;
    padding: 0;
}

.imagebjt {
    width: 1118px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.logo {
    width: 127px;
    height: auto;
    display: block;
    margin: 38px auto 0 auto;
}

.metalsP {
    font-size: 26px;
    font-family: 'font2';
    color: #161618;
    text-align: center;
    line-height: 28px;
}

.SwitchBox {
    width: 91%;
    margin: 0 auto;
    background-color: #140407;
    border-radius: 100px;
    padding: 4px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}

.SwitchBox a {
    flex: 1;
}

.SwitchBox p {
    width: 100%;
    text-align: center;
    color: #AEAEAE;
    font-size: 17px;
    font-family: 'font1';
    height: 42px;
    line-height: 42px;
    box-sizing: border-box;
}

.SwitchBox .SwitchP {
    color: #fff;
    background: #771A2C;
    border: 1px solid #DF2963;
    border-radius: 100px;
    font-family: 'font1';
    box-shadow: 0 4px 20px 0 rgba(158, 165, 183, 0.25);
}


.form_box {
    width: 91%;
    margin: 0 auto;
    padding: 20px 16px;
    box-sizing: border-box;
    position: relative;
    background: linear-gradient(to bottom, #6D2531, #310E13, #601626);
    border: 1px solid #FF1C5C;
    border-radius: 16px;
    margin-top: 24px;
}

.form_box>p {
    font-size: 16px;
    font-family: 'font2';
    color: #fff;
    margin-bottom: 8px;
}

.form {
    width: 100%;
    height: 54px;
    margin: auto;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 8px;
    margin-bottom: 12px;
}

/* 
.form>img {
    width: 16px;
    height: 16px;
    margin-right: 12px;
} */

.form>p {
    font-size: 14px;
    font-family: 'font3';
    color: #7E8492;
    margin-right: 8px;
}


.form>input {
    width: 99.5%;
    height: 98%;
    margin: auto;
    border: 0;
    background-color: rgba(0, 0, 0, 0.55);
    border: 1px solid #65424B;
    font-size: 14px;
    font-family: "font2";
    color: #fff;
    box-sizing: border-box;
    padding: 0 16px;
    border-radius: 16px;
}

.form>input::placeholder {
    color: #AEAEAE;
    font-size: 14px;
    font-family: "font2";
}

.otp {
    width: 88px;
    height: auto;
    margin-right: 0;
    position: absolute;
    right: 16px;
}

.form>.otpipt {
    width: 53%;
}

.formFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.formFlex>.form {
    width: 45%;
    margin-bottom: 0;
    margin: 0;
}

.formFlex>.form .iptWidth {
    width: 99%;
}


.loginbtn {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    padding: 16px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: "font2";
    color: #fff;
    background: linear-gradient(to right, #981037, #DA0F48);
    border: 1px solid #FF5C85;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-top: 24px;
}



.account {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0 22px;
    box-sizing: border-box;
    text-align: right;
    font-size: 13px;
    font-family: 'font2';
    color: #FD9620;
}

.account>a {
    color: #FD9620;
    font-family: 'font2';
    text-decoration: underline;
}


.nationBox {
    width: 100px;
    height: 54px;
    background-color: #343434;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 16px;
    border-radius: 16px;
    margin-bottom: 16px;
    font-size: 15px;
    font-family: 'font3';
    color: #fff;
}


.nationBox img {
    width: 20px;
    height: auto;
    margin-right: 8px;
}

.formWidht {
    width: 69%;
    margin: 0 0 16px 0;
}

.formWidht>input {
    width: 100%;
}