
    *{margin: 0;padding: 0;}
    #signUp{
        height: 100%;
    }
    .subTable{
        width: 100%;
        /* border: 1px solid orange; */
        border-radius: 5px;
        font-size: 18px;
        padding: 5px;
        /* color: #fff; */
    }
    .subTable div{
        margin: 10px auto;
        height: 40px;
        border: 1px solid #0a83d7;
        border-radius: 5px;
        line-height: 40px;
        /* background-color: #3aa4ef; */
    }
    .subTable div p,.subTable div span,.subTable div i{
        float: left;
    }
    .subTable div i{
            line-height: 42px;
            margin-left: 2px;
            font-size: 27px;
    }
    .subTable div span{
        margin-left: 4px;
        font-weight: bold;
    }
    .subTable div p input{
        font-size: 18px;
        border: 0;
        outline: 0;
            padding-left: 14px;
        background-color: transparent;
    }
    .subTable>input{
        width: 100%;
        text-align: center;
        line-height: 30px;
        margin: 10px auto;
        font-size: 20px;
        background: blue;
        color: #fff;
        border: 0;
        border-radius: 6px;
    }
    #signUp .modal-body .bm-form{
        height: 500px;
        padding-top: 199px;
    }
    .close{
        font-size: 30px;
        font-weight: 600;
        color: #000;
        position: absolute;
        right: 20px;
        top:20px;
    }
    #signUp .modal-body .bm-form .subtitle{
        margin-bottom: 20px;
    }
    #signUp input{
        width: 100%;
        text-align: center;
        border: 0;
        margin: 10px auto;
        padding: 5px;
        display: block;
        background-color: #f7f7f7;
        color: #a2a1a0;
    }
    #signUp .modal-body .bm-form .subtitle{
        color: #fff;
    }