/*
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 : 9 de ago. de 2020, 11:48:07
    Author     : Bruno Arins (arinsbb@gmail.com)
*/

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px;
  vertical-align: middle;
}

.box-header > .box-title {
    margin-top: 7px;
}

.box-tools.pull-right {
    margin-top: 7px;
}

.btn.btn-flat > i.fa {
    min-height: 12px;
    min-width: 12px;
}

.btn.btn-flat.btn-action {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 2px;
}

.login-box {
  width: 360px;
  margin: 7% auto;
}

.register-box {
  width: 720px;
  margin: 7% auto;
}

@media (max-width: 768px) {
  .login-box,
  .register-box {
    width: 90%;
    margin-top: 20px;
  }
}

.sidebar-menu > li > a > i.fas {
    width: 20px;
}

.iti {
    width: 100%;
}
