﻿.cust-singup-main-div{
    display: flex;
    justify-content: center;
}
.cust-singup-form {
    /*border: 1px solid black;*/
    margin-top: 25px;
    /*max-width: 80%;*/
    min-width: 80%;
    min-height: 80%;
    /*  width: Hug (642px)px;
    height: Hug (691px)px;*/
    top: 104px;
    left: 750px;
    padding: 40px 56px 40px 56px;
    gap: 40px;
    border-radius: 24px;
    background-color: #FFFFFF;
}
.cust-form-title {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    text-align: left;
    color: #333333;
}
.cust-form-sub-title {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #475467;
    margin-bottom: 10px;
}
.cust-lbl-title {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #344054;
}
.cust-submit-btn {
    min-width: 100%;
    max-width: 100%;
    Padding: 12px 20px 12px 20px;
    border-radius: 8px;
    background-color: #1580FE;
    color: #FFFFFF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border: none;
    /*text-align: left;*/
}
.cust-already-act {
    margin-top: 15px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #475467;
}
.cust-login-link {
    text-decoration: none;
    color: #1580FE;
    cursor: pointer;
}
.cust-google-singup{
    width: 50%;    
    /*height: 45px;*/
}
.cust-forgot-pass-link {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: #1580FE;
    text-decoration: none;
    margin-right: 12%;
}
.validation-summary ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}
.cust-tfa-div{
    margin-top: 10px;
}
.cust-tfa-verify-btn {
    border: none;
    background-color: #1580FE;
    color: #FFFFFF;
    width: 30%;
    border-radius: 10px;
}