﻿body {
    behavior: url("../Css/csshover3.htc");
    background-color: #EFEFEF;
}
.regisiter_body {
    width: 800px;
    height: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color:white;
}
.container {
    width: 800px;
    padding-left: 0;
    padding-right: 0;
}



.tag::after {
    content: "*";
    font-size: 17px;
    font-weight: bold;
    width: 15px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 25px;
    color: red;
}


.peopleInfo {
    margin-top: 10px;
}

.colums-distance {
    padding: 1px 5px 1px 0px;
    height:26px;
}

body {
    background-color: #EFEFEF;
}

.peopleInfo table tr td:first-child{
    color: black;
    font-size:14px;
}

#male, #female {
    margin-top:2.5px;
}
.radio-inline {
    font-size: 14px;
    margin-top: 0px;
}

#txtEmail, #txtName, #txtPhoneNumber, #txtIDcard, #txtCompany {
    width: 250px;
    height: 22px;
    text-indent: 5px;
    border: 1px solid black;
    padding: 0px;
    font-size: 14px;
}

#txtMessage {
    width: 250px;
    height: 44px;
    line-height: 16px;
    text-indent:5px;
    border:1px solid black;
    padding:0px;
    font-size:14px;
}
#txtGetcode {
    width: 115px;
    height: 22px;
    text-indent: 5px;
    border: 1px solid black;
    padding: 0px;
    vertical-align: middle;
    font-size:14px;
}
#btnCode {
    border: none;
    color: #FFFFFF;
    background-color: #ff6a00;
    border-radius: 3px;
    padding:0px 1px;
    width: 132px;
    height: 22px;
    font-size: 12px;
}
#btnOK {
    border: none;
    color: #FFFFFF;
    background-color: #0064b3;
    border-radius: 3px;
    padding: 0px 1px;
    font-size: 12px;
    height: 22px;
    margin-top: 5px;
    width: 300px;
}

.error {
    font-size:14px;
    color:red;
    margin-left:5px
}
@media (max-width:767px) {
    .colums-distance {
        padding: 1px 4px 1px 0px;
    }

    .peopleInfo table tr td:first-child {
        font-size: 12px;
        width:90px;
    }
    body {
        background-color:white;
    }
    .regisiter_body {
        width: 100%;
        height: auto;
    }

    .peopleInfo {
        background: white;
        margin: 10px 5px 0px 5px;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    #male, #female {
        margin-top:1px;
    }
    .radio-inline {
        font-size:12px;
    }

    #txtMessage, #txtPhoneNumber, #txtEmail, #txtName, #txtIDcard, #txtCompany {
        width: 100%;
        font-size: 12px;
    }

    #txtGetcode {
        width: 58px;
        padding: 0px;
        font-size:12px;
    }

    .error {
        font-size: 12px;
        color: red;
        margin-left: 5px;
    }
    #btnOK {
        width: 250px;
    }
}
.testDiv {
    height: 40px;
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    text-align: center;
    background: #0064b3;
    color: #fff;
    margin-bottom: 10px;
}