﻿body, h1, h2, h3, p, span, div, a, table {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

body {
    background-color: #f4f4f4;
}

.form {
    width: 93%;
    height: auto;
    min-height: 400px;
    background-color: #fafafa;
    margin: 0px auto;
    padding: 10px 1.5% 60px 1.5%;
}
.form_main {
    width: 70%;
    max-width:700px;
    height: auto;
    min-height: 400px;
    border:0px solid #999;
    margin: 0px auto;
    margin-top:50px;
}
.form_footer {
    width: 100%;
    height: auto;
    min-height: 50px;
    border: 0px solid #999;
    margin-top: 40px;
    padding-top: 40px;
    text-align: center;
    border-top: 2px solid #eaeaea;
}
.form_title {
    font-size: 18px;
    color: #222;
    text-shadow: 0 0 2px #eee;
    padding: 20px 0 25px 0;
    display: block;
    border-bottom: 2px solid #eaeaea;
    margin-bottom:5px;
}
.form_title {
    font-size: 24px;
    color: #0c6c55;
    text-shadow: 0 0 2px #eee;
    padding: 30px 0 20px 0;
    display: block;
    margin-bottom: 5px;
    border-bottom: 1px solid #dfdacb;
}

.form_sub_title {
    font-size: 16px;
    color: #0c6c55;
    text-shadow: 0 0 2px #eee;
    padding: 10px 0 25px 0;
    display: block;
    margin-bottom: 5px;
    font-weight:normal;
}

.mainlogo {
    height: 150px;
    margin: 0px auto;
    display: block;
}

.form_title_holder {
    width: 100%;
    height: auto;
    text-align: left;
}
.form_instruction {
    display: block;
    font-size: 13px;
    color: #0c6c55;
    text-shadow: 0 0 2px #eee;
    font-weight: normal;
    padding: 6px 0 0px 0;
    width: 70%;
}

.form_instruction_ol li {
    font-size: 15px;
    color: #074839;
    text-shadow: 0 0 2px #eee;
    font-weight: normal;
    padding: 6px 0 0px 0;
}

.form_instruction_footer {
    width: 100%;
    height: auto;
    min-height: 50px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #dfdacb;
}

.wallet_balance_hold{

}

.wallet_balance_hold h2{

}

.wallet_balance_hold p{
    padding-top:5px;
    font-size:12px;
}







@media only screen and (max-width: 1100px) {

    .form_main {
        width: 90%;
    }
   
}
