@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700);

body,html {
  height:100%;
  min-height:100%
}

body {
  font-family:Roboto,sans-serif;
  background:#fff;
  font-weight:300;
  font-size:14px;
  line-height:26px;
  letter-spacing:.5px;
  -webkit-text-size-adjust:100%;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  color:#666
}

::-moz-selection {
  background-color:#191b1d;
  color:#fff
}

::selection {
  background-color:#191b1d;
  color:#fff
}

h3 {
  letter-spacing:0;
  margin-top:0;
  font-family:Poppins,sans-serif;
  font-weight:500;
  color:#000
}

h3 {
  line-height:36px
}

label {
  font-weight:500;
  text-transform:capitalize
}

.margin-b-0 {
  margin-bottom:0!important
}

.margin-b-20 {
  margin-bottom:20px!important
}

.form-control,
input[type=text] {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -ms-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  -ms-box-shadow:none;
  box-shadow:none;
  border:1px solid #eee;
  background-color:#fefefe;
  min-height:41px
}

.form-control:focus,
input[type=text]:focus {
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  -ms-box-shadow:none;
  box-shadow:none;
  border-color:#4aa3df
}

.display-table {
  position:relative;
  width:100%;
  height:100%;
  display:table
}

.display-table .verticle-middle {
  vertical-align:middle;
  width:100%;
  display:table-cell;
  position:relative
}

.btn {
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  border-radius:2px;
  text-transform:uppercase;
  border:0;
  font-size:13px;
  font-weight:500;
  -moz-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
  transition:all .3s
}

.btn-primary {
  background:#4aa3df;
  color:#fff;
  border:2px solid #4aa3df
}

.btn-primary:hover {
  background:0 0;
  color:#4aa3df;
  border-color:#4aa3df
}

.btn-primary:focus {
  background:#4aa3df;
  color:#fff;
  border:2px solid #4aa3df
}

body.page-misc {
  background:#4aa3df;
  padding:40px 0;
  min-height:100%;
  height:100%
}

.misc-box {
  background-color:#fff;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
  border-top:5px solid rgba(0,0,0,.1);
  padding:25px 50px 25px 50px;
  margin-bottom:20px
}

span.copyright {
  color:#fff;
  display:block;
  text-align:center;
  opacity:.7
}

@media (max-width:767px) {
  .btn-lg {
    padding:8px 20px
  }
}
