html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
   background-color: transparent !important;
}

.fome {
    width: 100%;
    margin: 35px auto !important;
}


.well {
    min-height: 20px;
    padding: 0px!important;
    margin-bottom: 20px;
   background-color: transparent !important;
    border: none !important;
    border-radius: 4px;
    -webkit-box-shadow:  none !important;
        box-shadow: none !important;
}

body {
    width: 100% !important;
    margin: 0px !important;
    background-color: transparent;
}
.col-md-6 {
width: 100% !important;
}


.col-md-offset-3 {
    margin-left: 0px !important;
}
    select#form {
    width: 100%;
    padding: 10px;
    border-radius: 5px !important;
    border-color: rgb(102, 102, 102) !important;
    border-style: solid !important;
    font-size: 20px !important;
}
    select#property {
    width: 100%;
    padding: 10px;
    border-radius: 5px !important;
    border-color: rgb(102, 102, 102) !important;
    border-style: solid !important;
    font-size: 20px !important;
}
/*.container {*/
/*    max-width: 600px !important;*/
/*    width: 100% !important;*/
/*    font-family: 'Arial',sans-serif !important;*/
/*       background-color: transparent !important;*/
/*    border-radius: 5px !important;*/
/*    padding: 20px 10px 20px 10px !important;*/
/*    margin: 10px auto 10px auto !important;*/
    
/*   }*/

input#primary_address_postalcode {
    width: 100%;
    padding: 10px;
    border-radius: 5px !important;
    border-color: rgb(102, 102, 102) !important;
    border-style: solid !important;
    font-size: 20px !important;
}

input#first_name {
    width: 100%;
    padding: 10px!important;
    border-radius: 5px !important;
    border-color: rgb(102, 102, 102) !important;
    border-style: solid !important;
    font-size: 20px !important;
}

input#email {
    width: 100%;
    padding: 10px;
    border-radius: 5px !important;
    border-color: rgb(102, 102, 102) !important;
    border-style: solid !important;
    font-size: 20px !important;
}
input#phone_work {
    width: 100%;
    padding: 10px;
    border-radius: 5px !important;
    border-color: rgb(102, 102, 102) !important;
    border-style: solid !important;
    font-size: 20px !important;
}

button.action.submit.btn.btn-success {
 width: 100% !important;
    padding: 12px;
        margin-bottom: 13px;
}
.btn-success:hover {
    color: #fff;
    background-color:  #03d503 !important;
    border-color:  #03d503 !important;
}
.title {
    text-align: center;
    font-size: 20px !important;
    margin-bottom: 14px;
    color: #222;
    font-weight: 700;
}
button.action.next {
    width: 100% !important;
    padding: 10px;
    margin-bottom: 13px;
    background: #03d503 !important;
    border: 0px solid rgba(215,218,218,0) !important;
    color: rgb(255, 255, 255) !important;
    font-weight: bold !important;
    border-radius: 5px !important;
    font-size: 17px !important;
    padding: 15px 0px 15px 0px !important;
    margin-top: -4px !important;
}

    .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #03d503 !important;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.btn-success {
    color: #fff;
    background-color:  #03d503 !important;
    border-color: #03d503!important;
    
}