@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,100,600);
.bg-primary {
  color: #fff;
  background: #02b774 !important
}

.bg-secondary {
  color: #45575a;
  background: #edf1f5 !important
}

.bg-default {
  color: #fff;
  background: #45575a !important
}

.bg-info {
  color: #fff;
  background: #1aa1bb !important
}

.bg-success {
  color: #fff;
  background: #66e228 !important
}

.bg-warning {
  color: #fff;
  background: #e08326 !important
}

.bg-danger {
  color: #fff;
  background: #e02424 !important
}

.bg-white {
  color: #45575a;
  background: #fff !important
}

.bg-pr {
  color: #fff;
  background: #0a6bc0 !important
}

.bg-cam {
  color: #222;
  background: #ffff64 !important
}

.btn {
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.1)
}

.btn-primary {
  color: #fff !important;
  background: #27c3e1 !important
}

.btn-secondary {
  color: #45575a !important;
  background: #edf1f5 !important
}

.btn-info {
  color: #fff !important;
  background: #1aa1bb !important
}

.btn-success {
  color: #fff !important;
  background: #66e228 !important
}

.btn-warning {
  color: #fff !important;
  background: #e08326 !important
}

.btn-danger {
  color: #fff !important;
  background: #e02424 !important
}

.btn-default {
  color: #fff !important;
  background: #45575a !important
}

.btn-white {
  color: #45575a !important;
  background: #fff !important;
  border-color: #d9d9d9
}

.btn-primary:hover, .btn-primary-dark, .btn-primary.active {
  background: #1aa1bb !important;
  color: #fff !important
}

.btn-secondary:hover, .btn-secondary-dark, .btn-secondary.active {
  background: #1aa1bb !important;
  color: #fff !important
}

.btn-info:hover, .btn-info-dark, .btn-info.active {
  background: #147a8e !important;
  color: #fff !important
}

.btn-success:hover, .btn-success-dark, .btn-success.active {
  background: #50bd1a !important;
  color: #fff !important
}

.btn-warning:hover, .btn-warning-dark, .btn-warning.active {
  background: #b96a1a !important;
  color: #fff !important
}

.btn-danger:hover, .btn-danger-dark, .btn-danger.active {
  background: #b71a1a !important;
  color: #fff !important
}

.btn-danger:hover, .btn-danger-dark, .btn-danger.active {
  background: #b71a1a !important;
  color: #fff !important
}

.btn-default:hover, .btn-default-dark, .btn-default.active {
  background: #5b7377 !important;
  color: #fff !important
}

.btn-white:hover, .btn-white-dark, .btn-white.active {
  background: #1aa1bb !important;
  color: #fff !important
}

.btn-white.active {
  background: #fff !important;
  color: #45575a !important
}

.text-primary {
  color: #27c3e1 !important
}

.text-secondary {
  color: #edf1f5 !important
}

.text-default {
  color: #45575a !important
}

.text-info {
  color: #1aa1bb !important
}

.text-success {
  color: #66e228 !important
}

.text-warning {
  color: #e08326 !important
}

.text-danger {
  color: #e02424 !important
}

.text-inverse {
  color: #939393 !important
}

.text-white {
  color: #fff !important
}

.navbar-primary {
  background: #02b774 !important
}

.navbar-secondary {
  background: #edf1f5 !important
}

.navbar-default {
  background: #45575a !important
}

.navbar-info {
  background: #1aa1bb !important
}

.navbar-success {
  background: #66e228 !important
}

.navbar-warning {
  background: #e08326 !important
}

.navbar-danger {
  background: #e02424 !important
}

.navbar-white {
  background: #fff !important
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent
}

.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none
}

img.bg {
  min-width: 1200px;
  min-height: 760px;
  clip: rect(0, 5000px, 1000px, 0);
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0
}

@media screen and (max-width:1024px) {
  img.bg {
    left: 50%;
    margin-left: -600px
  }
}

.login-box {
  border-radius: 15px;
  position: relative;
  background: #fff;
  width: 350px;
  margin: 0px auto;
  margin-top: 160px
}

.login-box h1 {
  color: #45575a;
  font-size: 20px;
  font-family: 'Raleway', Helvetica, Arial;
  font-weight: 600;
  padding: 30px 20px 0;
}

.login-box h1 img {
  margin-right: 20px;
}

.login-box hr {
  border-width: 1px;
  border-color: #45575a;
  opacity: 0.3;
  margin: 14px 14px 20px;
}

.login-box h5 {
  text-align: center;
  font-family: 'Raleway';
  font-weight: 600;
  color: #45575a;
  font-size: 13px
}

.login-box h5 strong {
  color: #45575a
}

.login-box .input-box {
  margin-top: 20px
}

.login-box .input-box .input-group-addon {
  background: #4d62a4;
  border: 0px;
  color: #fff;
  border-radius: 0px;
  min-width: 36px;
  padding-left: 0;
  padding-right: 0
}

.login-box .input-box input {
  background: rgb(245,242,235);
  border-radius: 0px;
  border: none;
  color: #45575a
}

.login-box .input-box .form-control:-moz-placeholder {
  color: #45575a
}

.login-box .input-box .form-control:-moz-placeholder {
  color: #45575a
}

.login-box .input-box .form-control:-ms-input-placeholder {
  color: #45575a
}

.login-box .input-box .form-control:-webkit-input-placeholder {
  color: #45575a
}

.login-box .input-box .form-control:focus {
  box-shadow: none;
}

.login-box .input-box .form-control {
  border: 2px solid #4d62a4;
}

.login-box .input-box .btn {
  background: #f1f5fb;
  color: #495d9b;
  border-radius: 0px;
  outline: none !important;
  border: 3px solid #495d9b;
}

.login-box .input-box .btn:hover {
  background-color: #4d62a4;
  color: #fff;
  box-shadow: none;
}

.footer>.input-box {
  max-width: none !important;
  margin: 0 auto
}

.footer {
  position: relative !important;
  width: 100%;
  padding: 20px;
  padding-bottom: 40px;
  margin-top: 100px;
  background: #fff
}

.page-login {
  min-height: 100%;
  background-color: #eef1f2
}

.footer-navs ul:first-child {
  padding-top: 45px !important
}

.footer-navs ul li {
  list-style: none
}

a {
  color: #45575a !important
}

a:hover {
  color: #27c3e1 !important
}

@media (max-width:640px) {
  .login-box {
    margin: 0px auto;
    margin-top: 80px
  }
}

.footer {
  margin-top: 100px\9;
  bottom: 0\9;
  padding: 20px 0\9;
  background: #ffffff\9
}

.login-important-message {
  margin-top: 80px;
  display: block;
  position: relative;
  background-color: #fff
}

.login-important-message a {
  display: block;
  text-align: center;
  padding: 1em;
  font-size: 15px;
  line-height: 1.3;
  background-color: #fce4e7;
  color: #FF3300 !important
}

.login-important-message a:hover {
  opacity: .8
}

.login-important-message+.footer {
  margin-top: 0
}

.bg-header-login {
  background-image: linear-gradient(to right, #785f98 , #6eb5cb);
}

.image-content {
  width: 85%;
  margin-top: -35px;
}

.row-btn {
  margin: 40px 0 0 -20px;
}

.login-content-note {
  font-size: 25px;
  margin-left: 15px;
}

.btn-site {
  background: #f1f5fb;
  border: 2px solid #495d9b;
  color: #495d9b !important;
  font-size: 16px;
}

.btn-site:hover {
  background: #495d9b !important;
  color: #fff !important;
  box-shadow: none;
}

.icon-login-note {
  width: 10px;
  margin-right: 10px;
}

.login-note {
  padding: 0 20px 20px;
  display: flex;
  flex-direction: column;
}

.login-note a {
  margin-bottom: 5px;
}
