/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17/10/2017, 1:51:12 PM
    Author     : oliverjacobs
*/

#terms-wrapper {
    position: relative;
    padding-bottom: 70px;
}

.submit-row {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
        border-top: thin solid #C4C5C4;
}

.submit-row .flex-row {
    padding: 25px;
    padding-right: 40px;
    padding-left: 70px;
    
}

#terms-wrapper label {
    margin: 0px;
}

@media all and (max-width:700px) {
    #terms-wrapper {
        padding-bottom: 0px;
    }
    
    .submit-row {
        border-top: none;
        position: relative;
    }
    
    
    
    .submit-row .flex-row {
        flex-direction: column;
        padding-top: 30px;
    }
    
    
    .submit-row .flex-row *, .submit-row .flex-row input[type='button'] {
        width: 100%;
        margin: 10px;
    }
}