select, input[type=text], input[type=password] {
    font-size: 16px;
	width: 200px;
    height: 45px;
    margin: 3px 0;
    padding: 0 .5em;
    border: 1px solid #2f271e;
    border-radius: 3px;
    background-color: #060708;
    color: #dadada;
    box-sizing: border-box;
    vertical-align: -webkit-baseline-middle;
}
.form-box .form-group .controls.phone-num select, .form-box .form-group .controls.phone-num input[type=text] {
    width: 130px;
}


.sub-content{padding:0 60px}
.text-box {
    margin: 20px 0;
    line-height: 1.4em;
}
.text-box p.info {
    color: yellow;
}
.form-box {
    border: 1px solid #cca354;
    border-radius: 5px;
	box-shadow: 0 0 10px 2px rgba(204, 163, 84, 0.45);
}
.form-box .form-group {
    background: #051627;
    min-height: 24px;
    padding: 20px;
    overflow: auto;
    border-top: 1px dotted #2f271e;
    position: relative;
}
.form-box .form-group .controls {
    margin-left: 150px;
}

.form-box .form-group .controls p {
    margin: .5em 0 0 0;
    display: inline-block;
    font-size: 12px;
}

.form-box .form-group .control-label {
    width: 150px;
    font-size: 1.5em;
    float: left;
    color: #fdcc83;
    position: absolute;
    top: 50%;
    margin: -.5em 0 0 -10px;
    text-align: center;
    font-weight: bold;
}
.form-box .form-group .control-service {
    font-size: 1.3em;
    font-weight: 400;
	margin-bottom: 10px;
}
.form-box .form-group .controls.phone-num span {
    line-height: 2em;
    margin: 0 5px;
}




.btn.btn-style01 {
    height: 43px;
    padding: 0 .5em;
    border: 2px solid #63472f;
    border-radius: 6px;
    background-color: transparent;
    color: #c58e5e;
    box-sizing: border-box;
    vertical-align: -webkit-baseline-middle;
    font-size: .9em;
}


.btn.btn-style02 {
    width: 250px;
    height: 50px;
    margin: 50px auto;
    padding: 0 .5em;
    border: 0;
    border: 2px solid #fee188;
    border-radius: 15px / 30px;
    background-color: #fee188;
    color: #130f10;
    font-size: 1.4em;
    display: block;
    font-weight: bold;
    transition: all ease .2s;
	position: relative;
}
.btn.btn-style02:hover {
    width: 300px;
    color: #fee188;
    font-size: 1.6em;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 20px #fee188;
    box-shadow: 0px 0px 20px #fee188;
    background-color: transparent;
}


.bank-box{margin:0 0 20px;text-align:center}
.bank-box a{display:inline-block;margin-left: 5px;width:170px;height:47px;background-repeat:no-repeat;background-position:center;border:1px solid black}
.bank-box a.bank01{background-image:url('https://bdclub88.com/img/bank/bank06.png')}
.bank-box a.bank02{background-image:url('https://bdclub88.com/img/bank/bank07.png')}
.bank-box a.bank03{background-image:url('https://bdclub88.com/img/bank/bank08.png')}
.bank-box a.bank04{background-image:url('https://bdclub88.com/img/bank/bank09.png')}
.bank-box a.bank05{background-image:url('https://bdclub88.com/img/bank/bank10.png')}