html, body{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 1.15;
}

.type_of_payment form .form_row input, .type_of_payment form .form_row textarea{
        font-size: 16px;
    width: 100%;
    max-width: 225px;
    padding: 10px;
    color: #999;
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f0f0f0;
}
.type_of_payment form .note {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.bottom_info{
    font-size: 16px;
    color: #999;
}
.type_of_payment form .form_row
{
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    padding: 10px 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media screen and (max-width: 580px)
{
    .type_of_payment form .form_row
    {
                flex-direction: column;

        text-align: center; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
}
.type_of_payment form .form_row .name
{
    color: #999;
}
.type_of_payment form .form_row .selectCont
{
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex; 

    width: 100%;
    max-width: 245px;
}
.type_of_payment form .form_row select {
    font-size: 16px;
    width: 100%;
    max-width: 245px;
    padding: 8px 10px;
    color: #999;
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f0f0f0;
}

.type_of_payment form .form_row .selectCont select
{
    padding: 8px 0;
}

.type_of_payment form .form_row .selectCont select:nth-child(2)
{
    min-width: 100px;
    margin: 0 16px;
    padding-right: 0;
    padding-left: 5px;
}
.type_of_payment form .form_row .selectCont select:nth-child(3)
{
    min-width: 60px;
}

.btn_insu
{
    display: block;
    font-weight: 400;
    font-size: 18px;
    margin: auto;
    padding: 10px 75px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s; 
    color: #202021;
    border: 1px solid #f00;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.btn_insu:hover
{
    color: white; 
    background-color: #f00;
}

.btn_insu_rew
{
    cursor: pointer;
    color: white;
    background-color: #f00;
}
.btn_insu_rew:hover
{
    color: #202021; 
    background-color: #fff;
}