body {
    font-family: 'poppins';
    margin: 0;
    padding: 0;
    
}



/* signv.css  */
    .form-container {
    width: 100% !important;
    height: 100% !important;
    background-image:none;
    background-position: center;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.container {
    background: white;
    max-width: 500px !important;
    width: 90vw !important;
    /* height: 100% !important; */
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 32px;
    text-align: center;
}
.box{
    margin-bottom: 134px;
}

@media (min-width:991px) {

.form-container {
    width: 100% !important;
    height: 100vh !important;
    background-image: url('../img/sign1background.png');
    background-position: center;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.container {
    background: white;
    max-width: 500px !important;
    /* height: 100%; */
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 32px;
    text-align: center;
}

}
@media (min-width: 768px) and (max-width:991px) {
.footertext{
    display: none;
}
}
@media (max-width: 768px) {
.mobhidden{
    display: none !important;
}
}
.logo img {
    width: 112px;
    height: 60px;
}

h2 {
    display: flex;
    margin: 0 0 10px;
    font-size: 24px;
    color: #111111;
    font-weight: 400;
    line-height: 18px;
}

form {
    margin-top: 31px;
}

.form-group {
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
}



input[type="text"],
input[type="password"] {
    width: 350px;
    height: 46px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    width: 100%;
}
input[type="text"],
input[type="number"] {
    width: 350px;
    height: 46px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size:14px;
    width: 100%;
}
.btn {
    width: 100%;
    height: 52px;
    padding: 10px;
    background: #0058B3;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 12px;
}

.text {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #111111;

}


.register {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #111111;
}

.btn:hover {
    background:#0058B3;
}

.links {
    margin-top: 12px;
    font-size: 14px;
    line-height: 18px;
    font-weight:400;
    display: flex;
}

.links a {
    color: #0066C0;
    text-decoration: none;
}
.linkafa{
    position: relative;
    left: 70%;
    bottom: 92px;
    font-size: 15px;
    font-size: 16px;
    font-weight: 500;

}

.links a:hover {
    text-decoration: underline;
} 

.newbutton {
    margin-top: 12px;
}

.button {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #0058b5;
    text-align: center;
    text-decoration: none;
    border: 1px solid #0058B3;
    border-radius: 6px;
    background-color: transparent;
    transition: background-color 0.3s, color 0.3s;
}

.button:hover {
    background-color: #0073e6;
    color: white;
}

footer {
    /*margin-top: 20px;*/
    font-size: 0.8rem;
    color: #888;
} 

footer a {
    color: #0073e6;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.footertext {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background-color: #F6F8FF;
    display: none;

}
.footertext p{
        width: 100%;
        height: 160px;
        display: flex;
        justify-content: center;
   
}

/* signv.css page end*/






/* twofactorauttentication page css  start*/





form {
    margin-top: 31px;
}

.form-group {
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
    position: relative;
}


input[type="text"],
input[type="password"] {
    width: 350px;
    height: 46px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    width: 100%;
}

.btn {
    width: 100%;
    height: 52px;
    padding: 10px;
    background: #0058B3;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 12px;
}
.btn2fa{
    margin-top: 0!important;
}

.text {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #111111;

}

.text1 {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0F1111;

}

.register {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #111111;
}
.p-text{
    font-size: 14px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.01em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #7B7D8E;
}
.box2fa{
    margin-top: 40px;
    height: 584px!important;
}

/* .links {

    margin-top: 26px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    display: flex;
    justify-content: center;
}

.links a {
    color: #0058b5;
    text-decoration: none;
}

.links a:hover {
    text-decoration: underline;
} */

.newbutton {
    margin-top: 12px;
}



.button:hover {
    background-color: #0073e6;
    color: white;
}

footer {
    /*margin-top: 20px;*/
    font-size: 0.8rem;
    color: #888;
} 

footer a {
    color: #0073e6;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.footertext {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background-color: #F6F8FF;
   position: relative !important;
}

.footertext p {

    width: 100%;
    /*height: 160px;*/
    display: flex;
    justify-content: center;

}

/* /* .contactus {
    position: absolute;
    right: 95px;
    top: 102%;

} */ */
/* twofactorauttentication page  css end */





/* create account page start */


.accountpage{
    background: white;
    width: 375px;
    height: 806px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 32px;
    text-align: center;
    margin-bottom: 0px;

}





form {
    margin-top: 31px;
}

.form-group {
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
}


input[type="text"],
input[type="password"] {
    width: 350px;
    height: 46px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #727586;
}

.btn {
    width: 100%;
    height: 52px;
    padding: 10px;
    background: #0058B3;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 38px;
    font-weight: 500;
}

.text {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #111111;

}



.register {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0F1111;
}



/* .links {
    margin-top: 12px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    display: flex;
}

.links a {
    color: #0058b5;
    text-decoration: none;
}

.links a:hover {
    text-decoration: underline;
} */

.newbutton {
    margin-top: 12px;
}

.button {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #0058b5;
    text-align: center;
    text-decoration: none;
    border: 1px solid #0058B3;
    border-radius: 6px;
    background-color: transparent;
    transition: background-color 0.3s, color 0.3s;
    font-family: "poppins";
}

.button:hover {
    background-color: #0073e6;
    color: white;
}

footer {
    /*margin-top: 20px;*/
    font-size: 0.8rem;
    color: #888;
} 

footer a {
    color: #0073e6;
    text-decoration: none;
    font-weight: 500;

}

footer a:hover {
    text-decoration: underline;
}

.footertext {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background-color: #F6F8FF;

}

.footertext p {

    width: 100%;
    /*height: 160px;*/
    display: flex;
    justify-content: center;

}

/* .contactus {
    position: absolute;
    right: 95px;
    top: 102%;

} */

.hr-line {
    display: flex;
    align-items: center;
    text-align: center;
    color: #0F1111;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: 35px;
}

.hr-line::before,
.hr-line::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ccc;
    /* Line color */
    margin: 0 10px;
}


/* create account page css end */





/* mobile number verification page css  start*/




h2 {
    display: flex;
    margin: 0 0 10px;
    font-size: 24px;
    color: #111111;
    font-weight: 600;
    line-height: 18px;
    margin-top: 29px;
}

form {
    margin-top: 31px;
}

.form-group {
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
}


input[type="text"],
input[type="password"] {
    width: 350px;
    height: 46px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #727586;
}

.btn {
    width: 100%;
    height: 52px;
    padding: 10px;
    background: #0058B3;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 38px;
    font-weight: 500;
}

.text {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #111111;

}


.register {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0F1111;
}

/* 
.links {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 13px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    
}

.links a {
    color: #0058b5;
    text-decoration: none;
}

.links a:hover {
    text-decoration: underline;
} */

.newbutton {
    margin-top: 12px;
}

.button {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #0058b5;
    text-align: center;
    text-decoration: none;
    border: 1px solid #0058B3;
    border-radius: 6px;
    background-color: transparent;
    transition: background-color 0.3s, color 0.3s;
    font-family: "poppins";
}

.button:hover {
    background-color: #0073e6;
    color: white;
}

footer {
    /*margin-top: 20px;*/
    font-size: 0.8rem;
    color: #888;
} 

footer a {
    color: #0073e6;
    text-decoration: none;
    font-weight: 500;

}

footer a:hover {
    text-decoration: underline;
}

.footertext {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background-color: #F6F8FF;

}

.footertext p {

    width: 100%;
    /*height: 160px;*/
    display: flex;
    justify-content: center;

}

/* .contactus {
    position: absolute;
    right: 95px;
    top: 102%;

} */

.hr-line {
    display: flex;
    align-items: center;
    text-align: center;
    color: #0F1111;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: 35px;
}


/* mobile number verification page css end */



/* forgot password page css start */







form {
    margin-top: 31px;
}

.form-group {
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
}



input[type="text"],
input[type="password"] {
    width: 350px;
    height: 46px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #727586;
}

.btn {
    width: 100%;
    height: 52px;
    padding: 10px;
    background: #0058B3;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 26px;
    font-weight: 500;
}

.text {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #111111;

}


.register {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0F1111;
}



/* .links {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 13px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    
}

.links a {
    color: #0058b5;
    text-decoration: none;
}

.links a:hover {
    text-decoration: underline;
} */

.newbutton {
    margin-top: 12px;
}

.button {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #0058b5;
    text-align: center;
    text-decoration: none;
    border: 1px solid #0058B3;
    border-radius: 6px;
    background-color: transparent;
    transition: background-color 0.3s, color 0.3s;
    font-family: "poppins";
}

.button:hover {
    background-color: #0073e6;
    color: white;
}

footer {
    /*margin-top: 20px;*/
    font-size: 0.8rem;
    color: #888;
} 

footer a {
    color: #0073e6;
    text-decoration: none;
    font-weight: 500;

}

footer a:hover {
    text-decoration: underline;
}

.footertext {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background-color: #F6F8FF;

}

.footertext p {

    width: 100%;
    /*height: 160px;*/
    display: flex;
    justify-content: center;

}

/* .contactus {
    position: absolute;
    right: 95px;
    top: 102%;

} */

.hr-line {
    display: flex;
    align-items: center;
    text-align: center;
    color: #0F1111;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: 35px;
}

/* forgot password  page css end */

/* verify your mobile page css start */


.logo {
    margin-bottom: 20px;
}





form {
    margin-top: 31px;
}

.form-group {
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
}



input[type="text"],
input[type="password"] {
    width: 350px;
    height: 46px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
    font-weight:500;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #323232;
}

.btn {
    width: 100%;
    height: 52px;
    padding: 10px;
    background: #0058B3;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 26px;
    font-weight: 500;
}

.text {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #111111;

}



.register {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0F1111;
}



/* .links {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 13px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    position: relative;
    bottom: 90px;
    
}

.links a {
    color: #0058b5;
    text-decoration: none;
}

.links a:hover {
    text-decoration: underline;
} */

.newbutton {
    margin-top: 12px;
}

.button {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #0058b5;
    text-align: center;
    text-decoration: none;
    border: 1px solid #0058B3;
    border-radius: 6px;
    background-color: transparent;
    transition: background-color 0.3s, color 0.3s;
    font-family: "poppins";
}

.button:hover {
    background-color: #0073e6;
    color: white;
}

footer {
    /*margin-top: 20px;*/
    font-size: 0.8rem;
    color: #888;
} 

footer a {
    color: #0073e6;
    text-decoration: none;
    font-weight: 500;

}

footer a:hover {
    text-decoration: underline;
}

.footertext {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background-color: #F6F8FF;

}

.footertext p {

    width: 100%;
    /*height: 160px;*/
    display: flex;
    justify-content: center;

}

/* .contactus {
    position: absolute;
    right: 95px;
    top: 102%;

} */

.hr-line {
    display: flex;
    align-items: center;
    text-align: center;
    color: #0F1111;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: 35px;
}


/* verify your mobile page css end */


/* create new password page css */


form {
    margin-top: 31px;
}

.form-group {
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
}

label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #323232;
    line-height: 34px;
    margin-bottom: 5px;
}

input[type="text"],
input[type="password"] {
    width: 350px;
    height: 46px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
    font-weight:500;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #323232;
}

.btn {
    width: 100%;
    height: 52px;
    padding: 10px;
    background: #0058B3;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 26px;
    font-weight: 500;
}

.text {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #111111;

}


.register {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0F1111;
}


/* 
.links {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 13px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
   
    
}

.links a {
    color: #0058b5;
    text-decoration: none;
}

.links a:hover {
    text-decoration: underline;
} */

.newbutton {
    margin-top: 12px;
}

.button {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #0058b5;
    text-align: center;
    text-decoration: none;
    border: 1px solid #0058B3;
    border-radius: 6px;
    background-color: transparent;
    transition: background-color 0.3s, color 0.3s;
    font-family: "poppins";
}

.button:hover {
    background-color: #0073e6;
    color: white;
}

footer {
    /*margin-top: 20px;*/
    font-size: 0.8rem;
    color: #888;
} 

footer a {
    color: #0073e6;
    text-decoration: none;
    font-weight: 500;

}

footer a:hover {
    text-decoration: underline;
}

.footertext {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background-color: #F6F8FF;

}

.footertext p {

    width: 100%;
    /*height: 160px;*/
    display: flex;
    justify-content: center;

}

/* .contactus {
    position: absolute;
    right: 95px;
    top: 102%;

} */

.hr-line {
    display: flex;
    align-items: center;
    text-align: center;
    color: #0F1111;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: 35px;
}

/* create new password  page css end*/


