@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body:not(i), body p, body span:not(#wp-toolbar span), body h1, body h2, body h4, body h3, body h5, body h6, body li, body a{
    font-family: "Outfit", Sans-serif !important;
/* 	font-family: "Poppins", sans-serif !important; */
}

.register_form{
    padding: 40px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 50px auto;
    border-radius: 20px;
}
.register_form label{
    margin-top: 20px;
    margin-bottom: 10px;
}
#otp_form{
    height: 60vh;
    place-content: center;
    margin: 60px auto;
}
.nac_login_wrapper form label{
    margin-bottom: 10px;
}
.nac_login_wrapper .login a:nth-child(2){
    display: none !important;
}
.nac_login_wrapper input[type='submit']{
    border: 2px solid #5986F1;
    color: #5986F1;
}
.nac_login_wrapper a{
    color: #5986F1;
}
.asp-order-details-wrap{
    margin: 150px 0;
}