body{
    background-color: #666;
}
.head-form{
    font-size: 16px;
    font-family: tahoma, sans-serif;
    width: 200px;
    font-weight: bold;

}
.form-register{
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 40px;
}
.form-register.group{
    margin-bottom: 12px;
}
.form-lit{
    width: 85%;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 30px;
}
 
.form-box{
    
    margin: 0 auto;

    height: 100%;
    width: 100%;
    max-width: 1100px;
    background-color: #fff;
    margin-bottom: 30px;
    padding-bottom: 30px;

}


.form-re{
    border-style:solid;
    border-color:#ff6c00;
    border-width:1px;
    color: #000;
    font-size: 18px;
    width: 100%;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    
}
.form-re-name{
    border-style:solid;
    border-color:#ff6c00;
    border-width:1px;
    color: #000;
    font-size: 18px;
    width: 60%;
    height: 40px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    
}
.form-re-height{
    border-style:solid;
    border-color:#ff6c00;
    border-width:1px;
    color: #000;
    font-size: 18px;
    width: 100%;
    height: 150px;
    padding: 10px;
    box-sizing: border-box;
}
.form-re-heighter{
    border-style:solid;
    border-color:#ff6c00;
    border-width:1px;
    color: #000;
    font-size: 18px;
    width: 100%;
    height: 600px;
}

.form-re-select{
    width: 100%;
    color: #000;
    font-size: 18px;
    height: 40px;
    border-color: #ff6c00;
    font-size: 16px;
    font-family: tahoma, sans-serif;
}
.btn-re{
    margin: 0 auto;
    padding: 15px 0;
    min-width: 220px;
    text-decoration: none;
    background-color: #ff6c00;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
}
.btn-mar{
    text-align: center;
    margin: 0 auto;
    width: 100%;
   
}
 
.btn-mar-cf{
    width: 100%;
    text-align: center;
    
    margin: 0 auto;
    margin-bottom: 50px;
    height: 40px;
}
.btn-re-cf {
    margin-top: 20px;
    margin-bottom: 50px;
    margin: 0 auto;
    margin-left: 20px;
    margin-right: 20px;
    padding: 15px 0;
    min-width: 220px;
    text-decoration: none;
    background-color: #ff6c00;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
}
.btn-file{
    display: inline-block;
    vertical-align: middle;
}

.step span{
    display: inline-block;
}
.btn-edit{
    background-color: #999999;
}
.step{

    float: left;
    width: 33.33%;
    font-size: 18px;
     font-family: sukhumvit, sans-serif;
    list-style: none;
    border:none; 
    background:none;
    border-bottom: 2.5px navy double;
    border-color: #d0d0d0;
    line-height: 50px;
    color: #d0d0d0;
    text-align: center;
}
.step-active{
    color: #ff6c00;
    border-color: #ff6c00;
}
.step-success{
    color: #51b634;
    border-color: #51b634;
}
.tab-pro{

    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-top: 10px;
}
.tab-pro:after{
    content: "";
    display: block;
    clear: both;
}
.tab-pro-lit{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.img-bg{
    max-width: 120px;
    text-align: left;
    margin-top: 5px;
    display: inline-block;
    vertical-align: middle;
}

.scroll-p{
    width:100%; 
    height: 500px; 
    overflow-y: scroll;
    box-sizing: border-box;
    padding: 10px;
    border: solid 1px #dad8d8;
}
.head-form .p-size{
    font-size: 14px;
} 

.head-ty{
    margin: 0 auto;
    font-size: 36px;
    color: #51b634;
    font-family: sukhumvit, sans-serif;
 }

 .head-color {
    font-size:14px;
    color: #666;
     font-weight: bold;
 }

 .icon-success {
   padding-top: 30px;
    margin: 0 auto;
    color: #51b634;
    font-size:72px;
    margin-bottom: 30px;
 }

 .detail{
    margin: 0 auto;
    padding-top: 10px;
    font-family: sukhumvit, sans-serif;
    font-size: 18px;
    width: 80%;
    color:#666;
    margin-bottom: 20px;
 }

.head-form span{
    color: red;
}
.text-p{
    padding: 10px;
    background: #F1F1F1;
}
.warn-conf{
    width: 100%;
    box-sizing: border-box;
    font-weight: 1.4em;
    text-align: center;
    padding: 1em;
    background: #ffdbdb;
    margin-bottom: 20px;
    font-weight: bold;
    color: #b91616;
}

@media screen and (max-width:860px) {
    .form-register {
        width: 40%;
    }

    .form-box {
        width: 90%;
    }

    .head-form {
        width: 40%;
    }

    .form-re-select {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .form-register {
        width: 50%;
    }

    .form-box {
        width: 80%;

    }

    .head-form {
        width: 50%;
    }
}

@media screen and (max-width: 760px) {
    .form-register {
        width: 50%;
    }

    .form-box {
        width: 80%;
    }

    .head-form {
        width: 50%;
    }

    .btn-re-cf {
        margin-top: 20px;
    }
}

@media screen and (max-width:697px) {

    .form-register {
        width: 60%;
    }

    .form-box {
        width: 100%;

    }

    .head-form {
        width: 60%;
    }

    .btn-re-cf {
        margin-top: 20px;
    }

    .step span {
        display: block;
        text-align: center;
        font-size: 13px;
        font-family: Tahoma,sans-serif;
    }

    .form-re-name {
        width: 80%;
    }
    .step{
        line-height: 22px;
    }

}
@media screen and (max-width:414px) {
    .form-register {
        width: 95%;
    }

    .form-box {
        width: 100%;

    }

    .head-form {
        width: 80%;
    }

    .btn-re-cf {
        margin-top: 20px;
    }

    .step span {
       display: block;
        text-align: center;
    }

    .btn-file {
        margin-left: 0px;
        float: left;
        padding-top: 70px;
    }

    .form-re-name {
        width: 100%;
    }
}
@media screen and (max-width:320px) {
    .form-register {
        width: 80%;
    }

    .form-box {
        width: 100%;
    }

    .form-re-name {
        width: 100%;
    }

    .tab-pro {
        width: 100%;
    }

    .head-form {
        width: 80%;
    }

    .btn-re-cf {
        margin-top: 20px;
    }

    .step span {
        display: block;
        text-align: center;
    }

    .btn-file {
        margin-left: 0px;
        float: left;
        padding-top: 70px;
    }
}