/*
    Created on : Mar 11, 2019, 4:28:34 PM
    Author     : Paulo Gonçalves <pgoncalves@digitalsales.pt>
*/
/*

*/
/*******************************************************************************
 FONTS
*******************************************************************************/
@import url('https://fonts.googleapis.com/css?family=Ropa+Sans:400,400i');
/*******************************************************************************
 GENERAL
*******************************************************************************/
body {
    font-family: 'Ropa Sans', sans-serif;
    font-size: 18px;
    color: #000000;
}
.col-form-label {
    padding-bottom: 0px;
}
.form-control-no-border .form-control {
    /*border: none;*/
}
.btn {
    font-size: 1.250rem;
    padding: .375rem 3.75rem;
}
.btn-danger {
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 0px;
}
.btn-danger:hover {
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 0px;
}
.form-control {
    border-radius: 0;
    background: #FAFAFA;
}
.logo {
    max-width: 100px;
}
.footer {
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
    right: 0;
}
.data-scrool {
    height: 200px;
    overflow: auto;
    border: 1px solid #ced4da;
    position: relative;
    padding: 5px;
    background: #FAFAFA;
}
@media (min-width: 1200px) {
    .data-scrool {
        height: 100px;
    }
}
.data-scrool label {
    line-height: 1.350rem;
}
.agree-group .form-control {
    width: auto;
    height: auto;
    position: absolute;
    left: 5px;
    top: 5px;
}
.agree-group .form-check-label {
    padding-left: 1.500rem;
}
.agree-group p {
    margin-top: 0;
    margin-bottom: 0.250rem;
    line-height: 1.150rem;
}
.agree-group a {
    color: #000000;
}
