@charset "UTF-8";
body, html {
  background-color: #F4F4F4 !important;
  width: 100%;
  height: 100%;
  overflow: hidden; }

nav.navbar-green {
  background-color: #72D379; }

nav.submenu a {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  font-size: .8em; }

button.btn-icon {
  position: relative;
  padding-left: 2.5em; }

button.btn-icon i {
  position: absolute;
  left: 0.7em;
  top: 50%;
  transform: translateY(-50%); }

.panel {
  background-color: white;
  padding: 24px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

.panel h5 {
  color: #72D379;
  font-family: helvetica;
  font-size: 25px; }

.panel label {
  color: #373A3C;
  font-family: helvetica; }

.panel button.btn-pesquisar {
  background-color: #015D2D;
  border-radius: 4px;
  color: white;
  height: 40px;
  font-family: helvetica;
  margin: 15px 0; }

.sidebar {
  border-right: 1px solid #EAEAEA; }

.form1 {
  /* background-color: #F7F7F7; */ }

.table .hover:hover {
  color: #72D379; }

nav ul.pagination {
  float: right; }

nav ul li a.green {
  color: #72D379; }

.page-link.color {
  color: #DDDDDD; }

.page-item.active .page-link {
  background-color: #72D379 !important;
  border-color: #53b359 !important; }

#logo-mini img {
  width: 30px; }

/* Registro */
.login {
  width: 100%;
  height: 100%;
  background-color: #72D379;
  margin: auto;
  vertical-align: baseline;
  position: fixed;
  z-index: 999999999; }

.center {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.login .btn {
  background-color: #015D2D;
  color: white;
  width: 394px;
  height: 40px;
  border-radius: 4px;
  margin-top: 20px; }

.fundo {
  background-color: #6FC776;
  padding: 25px 25px;
  border-radius: 10px;
  opacity: 80%; }

#logotipo {
  text-align: center; }

#logotipo img {
  width: 90%; }

.form-check {
  padding: 10px;
  color: #72D379 !important;
  font-family: helvetica; }

/* Registro */
/* tela 3 cliente */
.btn-add {
  background-color: #015D2D;
  border-radius: 3px;
  border: none; }

.btn-add i {
  color: white; }

nav.navbar-green {
  background-color: #72D379; }

.dropdown .usuario-logado a {
  color: white;
  text-decoration: none; }

.panel {
  background-color: white;
  padding: 24px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

.panel h5 {
  color: #72D379;
  font-family: helvetica;
  font-size: 25px; }

.panel label {
  color: #a7a7a7;
  font-family: 'Open Sans', sans-serif;
  font-size: .7em;
  text-transform: uppercase;
  /*color: #373A3C;*/
  /*font-family: helvetica;*/ }

.panel button.btn-pesquisar {
  background-color: #015D2D;
  border-radius: 4px;
  color: white;
  height: 40px;
  font-family: helvetica;
  margin: 15px 0; }

.sidebar {
  border-right: 1px solid #EAEAEA; }

.form1 {
  /* background-color: #F7F7F7; */ }

.table .hover:hover {
  color: #72D379; }

nav ul.pagination {
  float: right; }

nav ul li a.green {
  color: #72D379; }

.page-link.color {
  color: #DDDDDD; }

.page-item.active .page-link {
  background-color: #72D379 !important;
  border-color: #53b359 !important; }

#logo-mini img {
  width: 30px; }

/* Registro */
.login {
  width: 100%;
  height: 100%;
  background-color: #72D379;
  margin: auto;
  vertical-align: baseline; }

.center {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.login .btn {
  background-color: #015D2D;
  color: white;
  width: 394px;
  height: 40px;
  border-radius: 4px;
  margin-top: 20px; }

.fundo {
  background-color: #6FC776;
  padding: 25px 25px;
  border-radius: 10px;
  opacity: 80%; }

#logotipo {
  text-align: center;
  padding: 1em; }

#logotipo img {
  width: 90%; }

.form-check {
  padding: 10px;
  color: #72D379 !important;
  font-family: helvetica; }

/* Registro */
/* tela 3 cliente */
.icone-add i {
  color: #53b359;
  font-size: 40px;
  margin-bottom: 0px; }

.table {
  white-space: nowrap !important;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #dee2e7;
  transition: all .2s linear;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }

.table thead th {
  background-color: #e9ecef !important;
  font-weight: 400;
  font-size: .9em;
  border-bottom: 0; }

.table tbody td {
  font-weight: 200; }

.table td a {
  color: black; }

.table td:last-child,
.table th:last-child {
  text-align: center; }

.table td:last-child i {
  font-size: 1.0em;
  vertical-align: middle; }

@media screen and (max-width: 600px) {
  .table {
    border: none;
    box-shadow: none; }
  .table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .table tr {
    background: #f7f7f7;
    margin: 1em 0;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    display: block; }
  .table td {
    border-bottom: 1px solid #ddd;
    border-top: none;
    display: block;
    text-align: right; }
  .table td:first-child {
    border-top: 1px solid #ddd; }
  .table td::before {
    content: attr(data-label);
    font-weight: 400;
    display: block;
    float: left; } }

.section__title {
  width: 100%;
  display: block;
  position: relative;
  padding: 0.5em 0;
  margin-bottom: 1em; }

.section__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 10%;
  border-bottom: 4px dashed #53b359; }

.wrapper {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-align: stretch;
      align-items: stretch; }

.wrapper #sidebar {
  min-width: 250px;
  max-width: 250px;
  min-height: 100vh;
  background: #72D379;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.3);
  font-weight: 100; }

.wrapper #sidebar.active {
  margin-left: -250px; }

.wrapper #sidebar a[data-toggle="collapse"] {
  position: relative; }

.wrapper #sidebar .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%); }

.wrapper #sidebar .sidebar-header {
  padding: 20px;
  background: #28a745;
  text-align: center; }

.wrapper #sidebar ul p {
  color: #fff;
  padding: 10px;
  font-size: .8em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center; }

.wrapper #sidebar ul li {
  font-size: 1.0em;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 2px 0px rgba(255, 255, 255, 0.08); }

.wrapper #sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
  color: white; }

.wrapper #sidebar ul li a:hover {
  color: #28a745;
  background: #fff;
  text-decoration: none; }

.wrapper #sidebar ul li.active > a, a[aria-expanded="true"] {
  color: #fff;
  background: #28a745; }

.wrapper #sidebar ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #28a745; }

@media (max-width: 768px) {
  #sidebar {
    margin-left: -250px !important; }
  #sidebar.active {
    margin-left: 0 !important; } }

.wrapper #content {
  overflow: scroll;
  width: 100%;
  position: relative; }

footer.footer__main-footer {
  padding: 10px 20px;
  width: 100%;
  text-align: center;
  font-weight: 100;
  color: gray;
  font-size: .7rem; }

[ui-view].main-content {
  overflow: hidden;
  max-height: 100%;
  height: 100%; }

fieldset.wrapper-form {
  border: 1px solid #dee2e7;
  background: #f9f9f9;
  padding: 1em;
  padding-top: 1.5em;
  position: relative;
  margin-top: 1em; }

fieldset.wrapper-form legend {
  text-transform: uppercase;
  font-size: .9em;
  position: absolute;
  top: -18px;
  left: -1px;
  padding: .5em 1.5em;
  background: #f9f9f9;
  width: auto;
  border: 1px solid #dee2e7;
  border-bottom: none;
  border-right: none; }

fieldset.wrapper-form legend::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 49%;
  border-right: 1px solid #dee2e7; }

.file-upload {
  background: #fbfbfb;
  padding: 2em;
  width: 100%;
  font-weight: 500;
  color: darkgrey;
  border: .1em dashed darkgrey;
  text-align: center; }

.image-wrap {
  border: 1px solid #dedede;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 1px 0px #dedede, 0px 0px 1px 1px white;
  -moz-box-shadow: 0px 0px 1px 0px #dedede, 0px 0px 1px 1px white;
  -webkit-box-shadow: 0px 0px 1px 0px #dedede, 0px 0px 1px 1px white; }

/* YELLOW THEME */
body.yellow-theme .wrapper #sidebar {
  background-color: #FFDE20 !important; }

body.yellow-theme .wrapper #sidebar .sidebar-header {
  background-color: #FFBE00 !important; }

body.yellow-theme .wrapper .top-nav {
  background-color: #FFDE20 !important; }

body.yellow-theme .wrapper #sidebar ul li a:hover {
  color: #FFBE00;
  background: #fff;
  text-decoration: none; }

body.yellow-theme .wrapper #sidebar ul li.active > a, a[aria-expanded="true"] {
  color: #fff;
  background: #FFBE00; }

body.yellow-theme .wrapper #sidebar ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #FFBE00; }

body.yellow-theme .wrapper .btn-collapse {
  background-color: #FFBE00;
  color: white; }

body.yellow-theme .wrapper .btn-collapse:active {
  background: #e6ab00; }

body.yellow-theme .panel h5 {
  color: #FFBE00; }

body.yellow-theme .section__title::before {
  border: 2px dashed #FFBE00; }

body.yellow-theme .login {
  background-color: #FFDE20; }

body.yellow-theme .login .fundo {
  background-color: #FFBE00; }

body.yellow-theme .login .btn-login {
  background-color: #FFBE00; }

/* RED THEME */
body.red-theme .wrapper #sidebar {
  background-color: #C4392C !important; }

body.red-theme .wrapper #sidebar .sidebar-header {
  background-color: #852724 !important; }

body.red-theme .wrapper .top-nav {
  background-color: #C4392C !important; }

body.red-theme .wrapper #sidebar ul li a:hover {
  color: #852724;
  background: #fff;
  text-decoration: none; }

body.red-theme .wrapper #sidebar ul li.active > a, a[aria-expanded="true"] {
  color: #fff;
  background: #852724; }

body.red-theme .wrapper #sidebar ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #852724; }

body.red-theme .wrapper .btn-collapse {
  background-color: #852724;
  color: white; }

body.red-theme .wrapper .btn-collapse:active {
  background: #5f1811; }

body.red-theme .panel h5 {
  color: #852724; }

body.red-theme .section__title::before {
  border: 2px dashed #852724; }

body.red-theme .login {
  background-color: #C4392C; }

body.red-theme .login .fundo {
  background-color: #852724; }

body.red-theme .login .btn-login {
  background-color: #852724; }

/* BLUE THEME */
body.blue-theme .wrapper #sidebar {
  background-color: #2c7bc4 !important; }

body.blue-theme .wrapper #sidebar .sidebar-header {
  background-color: #244985 !important; }

body.blue-theme .wrapper .top-nav {
  background-color: #2c7bc4 !important; }

body.blue-theme .wrapper #sidebar ul li a:hover {
  color: #244985;
  background: #fff;
  text-decoration: none; }

body.blue-theme .wrapper #sidebar ul li.active > a, a[aria-expanded="true"] {
  color: #fff;
  background: #244985; }

body.blue-theme .wrapper #sidebar ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #244985; }

body.blue-theme .wrapper .btn-collapse {
  background-color: #244985;
  color: white; }

body.blue-theme .wrapper .btn-collapse:active {
  background: #283777; }

body.blue-theme .panel h5 {
  color: #244985; }

body.blue-theme .section__title::before {
  border: 2px dashed #244985; }

body.blue-theme .login {
  background-color: #2c7bc4; }

body.blue-theme .login .fundo {
  background-color: #244985; }

body.blue-theme .login .btn-login {
  background-color: #244985; }

/* GREEN THEME */
body.green-theme .wrapper #sidebar {
  background-color: #72D379 !important; }

body.green-theme .wrapper #sidebar .sidebar-header {
  background-color: #28a745 !important; }

body.green-theme .wrapper .top-nav {
  background-color: #72D379 !important; }

body.green-theme .wrapper #sidebar ul li a:hover {
  color: #28a745;
  background: #fff;
  text-decoration: none; }

body.green-theme .wrapper #sidebar ul li.active > a, a[aria-expanded="true"] {
  color: #fff;
  background: #28a745; }

body.green-theme .wrapper #sidebar ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #28a745; }

body.green-theme .wrapper .btn-collapse {
  background-color: #28a745;
  color: white; }

body.green-theme .wrapper .btn-collapse:active {
  background: #28a745; }

body.green-theme .panel h5 {
  color: #28a745; }

body.green-theme .section__title::before {
  border: 2px dashed #28a745; }

body.green-theme .login {
  background-color: #72D379; }

body.green-theme .login .fundo {
  background-color: #28a745; }

body.green-theme .login .btn-login {
  background-color: #28a745; }

/* ORANGE THEME */
body.orange-theme .wrapper #sidebar {
  background-color: #FF6702 !important; }

body.orange-theme .wrapper #sidebar .sidebar-header {
  background-color: #E54818 !important; }

body.orange-theme .wrapper .top-nav {
  background-color: #FF6702 !important; }

body.orange-theme .wrapper #sidebar ul li a:hover {
  color: white;
  background: #E54818;
  text-decoration: none; }

body.orange-theme .wrapper #sidebar ul li.active > a, a[aria-expanded="true"] {
  color: #fff;
  background: #E54818; }

body.orange-theme .wrapper #sidebar ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #E54818; }

body.orange-theme .wrapper .btn-collapse {
  background-color: #E54818;
  color: white; }

body.orange-theme .wrapper .btn-collapse:active {
  background: #ab3714; }

body.orange-theme .panel h5 {
  color: #E54818; }

body.orange-theme .section__title::before {
  border: 2px dashed #E54818; }

body.orange-theme .login {
  background-color: #FF6702; }

body.orange-theme .login .fundo {
  background-color: #E54818; }

body.orange-theme .login .btn-login {
  background-color: #E54818; }

/* LIGHT THEME */
body.light-theme .wrapper #sidebar {
  background-color: #bdbdbd !important; }

body.light-theme .wrapper #sidebar .sidebar-header {
  background-color: #868686 !important; }

body.light-theme .wrapper .top-nav {
  background-color: #bdbdbd !important; }

body.light-theme .wrapper #sidebar ul li a:hover {
  color: white;
  background: #868686;
  text-decoration: none; }

body.light-theme .wrapper #sidebar ul li.active > a, a[aria-expanded="true"] {
  color: #fff;
  background: #868686; }

body.light-theme .wrapper #sidebar ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #868686; }

body.light-theme .wrapper .btn-collapse {
  background-color: #868686;
  color: white; }

body.light-theme .wrapper .btn-collapse:active {
  background: #656565; }

body.light-theme .panel h5 {
  color: #868686; }

body.light-theme .section__title::before {
  border: 2px dashed #868686; }

body.light-theme .login {
  background-color: #bdbdbd; }

body.light-theme .login .fundo {
  background-color: #868686; }

body.light-theme .login .btn-login {
  background-color: #868686; }

/* DARK THEME */
body.dark-theme .wrapper #sidebar {
  background-color: #2f2f2f !important; }

body.dark-theme .wrapper #sidebar .sidebar-header {
  background-color: #171717 !important; }

body.dark-theme .wrapper .top-nav {
  background-color: #2f2f2f !important; }

body.dark-theme .wrapper #sidebar ul li a:hover {
  color: white;
  background: #171717;
  text-decoration: none; }

body.dark-theme .wrapper #sidebar ul li.active > a, a[aria-expanded="true"] {
  color: #fff;
  background: #171717; }

body.dark-theme .wrapper #sidebar ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #171717; }

body.dark-theme .wrapper .btn-collapse {
  background-color: #171717;
  color: white; }

body.dark-theme .wrapper .btn-collapse:active {
  background: #656565; }

body.dark-theme .panel h5 {
  color: #171717; }

body.dark-theme .section__title::before {
  border: 2px dashed #171717; }

body.dark-theme .login {
  background-color: #2f2f2f; }

body.dark-theme .login .fundo {
  background-color: #171717; }

body.dark-theme .login .btn-login {
  background-color: #171717; }

.box-tema {
  width: 7em;
  height: 7em; }

.box-tema__preview {
  width: 100%;
  height: inherit;
  overflow: hidden; }

.box-tema__preview .row {
  height: 100%; }

.box-tema__preview .col {
  width: 100%;
  height: inherit; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

.nav-tabs .nav-item {
  margin-bottom: -1px; }

.nav-tabs .nav-link {
  border: 1px solid transparent; }

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: transparent; }

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs a {
  text-transform: uppercase;
  font-size: 1.0em;
  color: black;
  -webkit-font-smoothing: antialiased; }

.nav-tabs a i {
  font-size: .9em; }

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fbfbfb;
  border-color: transparent;
  border-bottom: .3em solid; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: .4rem .6rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eaeaea;
  border-radius: 0.25rem;
  text-transform: uppercase; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "\BB"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.container-fluid {
  position: relative; }

.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  right: 0;
  background-color: #ffffffb5;
  z-index: 9999999;
  text-align: center;
  display: none;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1.4rem;
  color: #3ba9ea;
  -webkit-animation: all 3s;
  transition: all 1s linear; }

.loading.active {
  display: -ms-flexbox;
  display: flex; }

.login-wrapper {
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
  background: white; }

.login-wrapper .login-box {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column; }

.login-wrapper .login-box img {
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  /* width: 50vh; */
  margin: 2rem 0; }

.login-wrapper .login-box .links {
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-flex-pack: center;
      justify-content: center; }

.login-wrapper .login-box .links ul {
  margin: 0;
  padding: 1rem; }

.login-wrapper .login-box .links ul li {
  display: inline-block;
  padding: .1rem .3rem;
  color: lightgray;
  font-size: .8rem; }

.login-wrapper .login-box .form-login {
  width: 80%;
  /* flex: 1; */ }

.login-wrapper .login-box .form-login a {
  color: #5b5a5d;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: lighter; }

.login-wrapper .login-box .form-login .form-login__input {
  background: #fafafa;
  border: 1px solid #d8d8d8;
  border-radius: 50rem;
  width: 100%;
  padding: .8rem;
  margin: 1rem 0;
  position: relative;
  display: -ms-flexbox;
  display: flex; }

.login-wrapper .login-box .form-login .form-login__input--invalid {
  background: #fafafa;
  border: 1px solid #ff5656;
  border-radius: 50rem;
  width: 100%;
  padding: .8rem;
  margin: 1rem 0;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0px 0px 5px 0px #ff000052; }

.login-wrapper .login-box .form-login .form-login__input--invalid i,
.login-wrapper .login-box .form-login .form-login__input--invalid label {
  color: #ff5656 !important; }

.login-wrapper .login-box .form-login .form-login__input i {
  color: #d8d8d8;
  padding: 0.2rem; }

.login-wrapper .login-box .form-login .form-login__input label {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem;
  color: #d8d8d8;
  font-size: .8rem;
  -ms-flex-align: center;
      align-items: center; }

.login-wrapper .login-box .form-login .form-login__input input {
  border: 0;
  background: transparent;
  outline: 0;
  -moz-outline: 0;
  -ms-flex: 1;
      flex: 1;
  -webkit-outline: 0; }

.login-wrapper .login-box .form-login .form-login__input .hasError {
  display: none; }

.login-wrapper .login-box .form-login .form-login__input.form-login__input--invalid .hasError {
  font-size: .55rem;
  word-spacing: 1px;
  letter-spacing: 1px;
  display: block;
  background: #ff5656;
  color: white;
  position: absolute;
  bottom: -9px;
  right: 0;
  padding: .2rem 1rem;
  border-radius: 50px;
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-align: center;
      align-items: center; }

.login-wrapper .login-box .form-login .form-login__button {
  background: #589bcf;
  background: linear-gradient(to right, #589bcf 0%, #7db9e8 100%);
  background: -webkit-linear-gradient(right, #589bcf 0%, #7db9e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#589bcf', endColorstr='#7db9e8',GradientType=1 );
  box-shadow: 0px 0px 10px 0px #0000004d;
  border: 1px solid #4c8ec1;
  border-radius: 50rem;
  width: 100%;
  padding: .9rem;
  margin: 1rem 0;
  color: white;
  display: -ms-flexbox;
  display: flex;
  font-weight: bolder;
  font-size: 1.1rem;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -ms-flex-pack: center;
      justify-content: center;
  letter-spacing: 3px; }

.login-wrapper .login-box .form-login .form-login__button:hover {
  /* transition: all 10s linear;
  background: #589bcf;
  background: linear-gradient(to left, #589bcf 0%,#7db9e8 100%);
  background: -moz-linear-gradient(left, #589bcf 0%, #7db9e8 100%);
  background: -webkit-linear-gradient(left, #589bcf 0%,#7db9e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#589bcf', endColorstr='#7db9e8',GradientType=0 ); */ }

.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  transform: scale(0); }

.animate {
  animation: ripple 0.65s linear; }

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5); } }

.login-wrapper .login-carousel {
  background: url(cf98ff4d6163ddafb6f064a9fe5e1ab2.jpg);
  background-size: cover;
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 1rem 4rem;
  color: white;
  -ms-flex-pack: center;
      justify-content: center; }

.login-wrapper .login-box .form-login .form-login__cta {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.login-wrapper .login-box .form-login .form-login__cta li {
  display: inline-block;
  padding: 0 .5rem; }

.login-wrapper .login-carousel .owl-carousel div {
  text-transform: uppercase;
  /* background: red; */ }

.login-wrapper .login-carousel .owl-carousel div h2 {
  font-weight: bolder; }

.login-wrapper .login-carousel .owl-carousel div p {
  font-weight: lighter; }

@media only screen and (max-width: 700px) {
  .login-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100vh; }
  .login-wrapper .login-box,
  .login-wrapper .login-carousel {
    width: 100%;
    height: 100%; } }

.register-wrapper {
  overflow-y: scroll;
  height: 100%;
  overflow-x: hidden; }

.register-wrapper header.header-register {
  background-size: cover;
  background-position: bottom;
  background-image: url(cf98ff4d6163ddafb6f064a9fe5e1ab2.jpg);
  color: white; }

.register-wrapper .panel {
  padding: 0; }

.register-wrapper .header-register header.header-logo {
  height: 100%;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.register-wrapper .header-register header.header-logo h1 {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px; }

.register-wrapper .header-register nav.nav-menu ul {
  margin: 0;
  padding: .5rem 0;
  list-style: none; }

.register-wrapper .header-register nav.nav-menu ul li {
  display: inline-block; }

.register-wrapper .header-register nav.nav-menu ul li a {
  color: white;
  text-decoration: none;
  padding: .5rem 0.9rem;
  -moz-border-radius: 50px;
  transition: all .1s linear; }

.register-wrapper .header-register nav.nav-menu ul li a:hover {
  color: #053a58;
  border-color: white; }

.register-wrapper h1 {
  padding-top: 3rem;
  text-transform: uppercase;
  color: #1b85bf;
  font-size: 1.7rem; }

.register-wrapper p {
  color: gray; }

.register-wrapper h4.section-title {
  text-transform: uppercase;
  color: #1b85bf;
  font-size: 1.3rem;
  padding: .5rem 0.3rem; }
