*, :after, :before{
  margin: 0px;
  padding: 0px;
}
/*----------
  General
-----------*/
#wrapper{
  background-color: #e9ecef;
  min-height: 100vh;
}
body{
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #334152;
}
.txt-white{ color: #ffffff;}
.txt-blue{ color: #013e6c;}
/*----------
  Header
-----------*/
header{ padding: 0 !important}

.navbar{ 
  height: 70px;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  
}

.navbar .navbar-brand{
  width: 150px;
  height: 55px;
  position: relative;
  left: 15px;
  top: 5px;
  background:url('../images/logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
/*----------
  Main
-----------*/

.section-authorization{
  padding: 40px 15px;
}

.panel-default>.panel-heading {
  color: white;
  background-color: #013e6c;
  border-color: #ddd;
  text-align: center;
}

.panel-default>.panel-heading>.panel-title{
  font-size: 20px;
}
.panel-body-color{
  background-color: #E7DED5;  
}
.panel-footer{
  background-color: #013e6c;
  border-color: #ddd;
}
.section-title{
  padding: 15px 20px;
  background-color: #013e6c;  
}

.section-title h3{
  margin: 0;
  font-size: 18px;
}

.section-content{
  padding-top: 20px;
  padding-bottom: 20px;
}

aside .aside-title{
  margin: 0 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #0000001a;
}
aside ul li{
  list-style-type: none;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

aside ul li:before {
  content: "\25BA \0020";
  font-size: 8px;
  color: #013e6c;
  position: absolute;
  top: 4px;
  left: 0px;
}

.navbar-header img { margin-top: 5px; margin-left: 5px; }
button.btn.btn-primary { background-color: #013e6c; border-color: #013e6c; }



/*----------
  Footer
-----------*/
footer{
  color: #818181;
  padding: 20px 15px !important;
}