body .main_container {
    background-color: #fff;
    padding-bottom: 0px;
}

.main_container .conditions{
    display: none;
    color: #706F6F;
    font-family: 'Font2';
    font-size: 16px;
}

.main_container .conditions .section_container{
    padding-top: 20px;
}

.main_container .section_name {
    display: block;
    float: left;
    background-color: #42B4D8;
    color: #fff;
    font-family: 'Font1';
    line-height: 40px;
    padding: 0em 8.75%;
    width: 82.5%;
}

.main_container .section_container {
    display: block;
    float: left;
    background-color: #fff;
    padding: 0px 8.75% 32px;
    width: 82.5%;
}

.section_container .row{
    display: block;
    float: left;
    width:100%;
}

.section_container .title {
    display: block;
    float: left;
    margin-top: 22px;
    color: #E56A5A;
    font-family: 'Font1';
    width: 100%;
}

.section_container .text {
    display: block;
    float: left;
    margin-top: 12px;
    color: #706F6F;
    font-family: 'Font2';
    font-size: 16px;
    text-align: center;
    padding: 0px 11%;
    width: 78%;
}

.section_container .conditions{
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 14px;
    text-align:justify;
    width: 89%;
    margin-left: 5px;
}

.section_container .conditions a {
    color: #42B4D8;
}

.section_container label {
    display: block;
    float: left;
    margin-top: 20px;
    color: #3C67A5;
    font-family: 'Font2';
    width: 100%;
}

.section_container label .user_name {
    display: block;
    float: left;
    color: #42b4d8;
    font-family: 'Font2';
    font-size: 18px;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}
.section_container .half{
    width: 45%;
}

.section_container .row label + label{
    margin-left: 10%;
}

.section_container input,select, textarea, select, .select_wrapper {
    display: block;
    float: left;
    border: 1px solid #D6D6C5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #706F6F;
    font-family: 'Font2';
    font-size: 16px;
    line-height: 21px;
    padding: 7px 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button.toggle-visibility {
    border: 0;
    background: 0;
    float: right;
    margin-right: 2px;
    margin-top: -32px;
    color: #3C67A5;
    padding: 4px 6px;
    font-size: 1.3em;
}

select{
    padding: 0px 40px 0px 0px;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.select_wrapper{
    display: inline-block;
    position: relative;
    width: 100%;
}

.select_wrapper:after{
    content:"\25BC";
    font-family:'Arial';
    color: #B0B0A2;
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 0;
}

.section_container textarea{
    height: 150px;
    resize: none;
}

.section_container input[type="checkbox"]{
    display: inline-block;
    width: 30px;
    height: 30px;
}

.section_container input[type="radio"]{
    display: inline-block;
    width: 30px;
    height: 30px;
}

.section_container .error input {
    border-color: #C42B20;
    background-color: #F9EAE9;
    color: #C42B20;
}

.section_container .error_validation_form {
    display: block;
    float: left;
    margin-top: 5px;
    background-image: url(../../images/mobile/alert.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px 15px;
    color: #C42B20;
    font-family: 'Font2';
    font-size: 14px;
    line-height: 17px;
    padding-left: 23px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.section_container .text span {
    color: #3C67A5;
    font-family: inherit;
    font-size: inherit;
}

.section_container .pass_link {
    display: block;
    float: left;
    margin-top: 15px;
    color: #42B4D8;
    font-family: 'Font2';
    font-size: 14px;
}

.section_container .buttons_container {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 264px;
}

.buttons_container .button {
    display: block;
    float: left;
    margin-top: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-family: 'Font1';
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    width: 100%;
}
.buttons_container .button.orange {
    background-color: #E56A5A;
}
.buttons_container .button.blue {
    background-color: #3C67A5;
}

.buttons_container .button.orange.arrow:after,
.buttons_container .button.blue.arrow:before {
    display: inline-block;
    margin-bottom: -1px;
    background-image: url(../../images/mobile/sprite-shopping-cart.png);
    background-repeat: no-repeat;
    background-size: 31px 430px;
    content: '';
    width: 10px;
    height: 14px;
}

.buttons_container .button.orange.arrow:after {
    margin-left: 8px;
    background-position: right -388px;
}
.buttons_container .button.blue.arrow:before {
    margin-right: 8px;
    background-position: left -388px;
}

.footer_container {
    margin-top: 0px;
    padding: 0px 0px 12px;
}

.footer_container .semitransparent_container {
    margin: 0px;
    padding: 0px;
}

.semitransparent_container .white_container {
    margin: 0px;
}

.nobotton{
    width: 100%;
    text-align: center;
}