/***********************************
----- Global
***********************************/

@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap");
@import url("https://kit-pro.fontawesome.com/releases/v5.14.0/css/pro.min.css");
@import url("https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300;400;500;700&display=swap");

:root {
  --trans: rgba(0, 0, 0, 0);
  --main: #195e8c;
  --bg: #327bab;
  --transbg: rgb(25 94 140 / 60%);
  --gold: #847026;
  --dark: #222222;
  --text: #555555;
}

body {
  font-family: "Poppins", sans-serif;
  background: #ffffff;
  overflow-x: hidden;
}

a,
a:hover,
a:focus {
  transition: all 0.3s ease !important;
  text-decoration: none;
}

button:focus {
  box-shadow: unset !important;
}

img {
  width: 100%;
  height: auto;
}

.ml-auto {
  margin-left: auto;
}

.container {
  padding-right: 25px;
  padding-left: 25px;
}

.row {
  margin-left: -25px;
  margin-right: -25px;
}

.row > * {
  padding-right: 25px;
  padding-left: 25px;
}

.row-stacked {
  margin-left: 0;
  margin-right: 0;
}

.row-stacked > * {
  padding-right: 0;
  padding-left: 0;
}

hr {
  background: #969696;
  margin: 0;
}
/***********************************
----- Buttons
***********************************/

.btn {
  transition: all 0.3s ease-in-out !important;
  border-radius: 0;
  padding: 10px 40px;
  border-width: 2px;
  font-weight: 500;
}

.btn i {
  width: 24px;
}

.btn.left i {
  text-align: left;
}

.btn.right i {
  text-align: right;
}

.btn-main {
  background: var(--main);
  color: #fff;
  border-color: var(--trans);
}

.btn-main:hover {
  background: #fff;
  color: var(--main);
  border-color: var(--main);
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: var(--title);
}

.btn-white:hover {
  background: var(--trans);
  border-color: #fff;
  color: #fff;
}

.btn-title {
  background: var(--trans);
  border-color: var(--dark);
  color: var(--dark);
}

.btn-title:hover {
  background: var(--dark);
  border-color: var(--dark);
  color: #fff;
}

/***********************************
----- Sections
***********************************/

section {
  position: relative;
  padding: 80px 0;
}

section.no-space {
  padding: 0;
}

section.no-bottom {
  padding-bottom: 0;
}

section.sm {
  padding: 40px 0;
}

.img-bg {
  position: relative;
  background: #e2e2e2;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.img-bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d8f1ff;
  opacity: 0.9;
}

.img-bg > div {
  position: relative;
}

.main-bg {
  background: var(--main);
}

.gray-bg {
  background: #eee;
}

.gray-bg.pd {
  padding: 80px 0;
}

/***********************************
----- Navigation
***********************************/

/* Main Header */

.header {
  position: relative;
}

.main-header {
  position: relative;
  background: #fff;
  padding: 20px 0;
  z-index: 1;
}

.header-title {
  position: relative;
  text-transform: uppercase;
}

.header-title a {
  color: var(--title);
  margin-right: 20px;
  display: inline-block;
}

.header-title h2 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 0;
}

.header-title p {
  font-size: 14px;
  color: var(--main);
  margin-bottom: 0;
}

.header-logo {
  position: relative;
  text-align: center;
  display: block;
}

.header-logo img {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 140px;
}

.header-logo::after {
  content: "";
  display: block;
  background: #fff;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: -45px;
  transform: translateX(-50%);
  z-index: -1;
}

.header-contact {
  position: relative;
  margin: 0 -15px;
}

.hc-col {
  padding: 0 15px;
}

.hc-col i {
  font-size: 14px;
  color: var(--main);
  width: 15px;
}

.hc-col a,
.hc-col span {
  font-size: 14px;
  color: var(--main);
  text-transform: uppercase;
}

/* Navigation */

.navigation {
  background: var(--main);
}

.header-menu {
  position: relative;
  margin: 0 -25px;
}

.hm-item {
  position: relative;
  margin-right: 1px;
}

.hm-item:last-child {
  margin-right: 0;
}

.hm-item > a {
  font-size: 15px;
  color: #fff;
  padding: 9px 20px;
  text-transform: uppercase;
  display: inline-block;
}

.hm-item > a:hover {
  background: #fff;
  color: var(--main);
}

.header-social {
  position: relative;
  margin: 0 -10px 0 35px;
}

.hs-item {
  position: relative;
  padding: 0 10px;
}

.hs-item a {
  color: #fff;
  font-size: 14px;
}

.dropmenu > a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  padding-left: 8px;
}

.dropmenu-box {
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  height: auto;
  background: #fff;
  padding: 20px 0;
  box-shadow: 2px 5px 8px 0 rgb(0 0 0 / 8%);
  margin-top: 5px;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
}

.dropmenu-box a {
  display: block;
  font-size: 14px;
  color: var(--main);
  padding: 5px 25px;
  white-space: nowrap;
}

.dropmenu-box a:hover {
  color: var(--dark);
}

.dropmenu-box a:last-child {
  margin-bottom: 0;
}

.dropmenu:hover > a {
  background: #fff;
  color: var(--main);
}

.dropmenu:hover .dropmenu-box {
  visibility: visible;
  opacity: 1;
}

/***********************************
----- Mobile Header
***********************************/

.mobile-header {
  position: relative;
  background: #fff;
}

.mob-topbar {
  background: var(--main);
  padding: 8px 0;
}

.mob-botbar {
  position: relative;
  padding: 15px 0;
}

.mob-topbar a,
.mob-topbar span {
  color: #fff;
}

.mobh-logo {
  position: relative;
}

.mobh-logo a {
  display: block;
}

.mobh-logo img {
  width: 70px;
  height: 70px;
}

.mobh-btn {
  position: relative;
  text-align: right;
}

.mobh-btn button {
  padding: 10px 5px;
  background: #fff;
  color: var(--main);
  border-radius: 5px;
}

/* Mobile Overlay */

.header-panel {
  transition: left 0.5s ease-in-out;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--main);
  z-index: 999;
}

.header-panel.show {
  left: 0;
}

.hp-inner {
  position: relative;
  padding: 50px 30px 20px;
}

.hp-contact {
  text-align: center;
  margin-bottom: 10px;
}

.hp-contact span,
.hp-contact i {
  color: #fff;
}

.hp-title {
  text-align: center;
  margin-bottom: 30px;
}

.hp-title p {
  color: #fff;
  opacity: 0.8;
}

.hp-menu {
  position: relative;
  margin-bottom: 20px;
}

.hp-item {
  position: relative;
}

.hp-item > a,
.hp-item > span {
  color: #fff;
  font-size: 15px;
  display: block;
  padding: 12px 10px;
  border-bottom: 1px solid var(--bg);
}

.hp-item.drop > span::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  padding-left: 8px;
}

.hp-menu .hm-item:last-child a {
  border-bottom: 0;
}

.hp-dropmenu {
  background: #fff;
  border-radius: 5px;
  padding: 20px 25px;
  display: none;
}

.hp-dropmenu a {
  display: block;
  color: var(--main);
  font-size: 14px;
  margin-bottom: 4px;
}

.hp-dropmenu a:hover {
  color: var(--dark);
}

.hp-title a {
  margin-right: 0;
}

.hp-social {
  position: relative;
}

.hp-social .header-social {
  margin: 0;
  justify-content: center;
  background: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}

.hp-social a {
  color: var(--main);
}

.hp-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.hp-close i {
  font-size: 20px;
  color: #fff;
}

/***********************************
----- Hero Area
***********************************/

#homeslider {
  position: relative;
}

#homeslider .carousel-item img {
  min-height: 500px;
  object-fit: cover;
}

.sub-hero {
  position: relative;
  background: #e2e2e2;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 400px;
}

.sub-over {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  width: fit-content;
}

.sub-over span {
  background: var(--main);
  padding: 15px 50px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin: 0 20px;
  display: inline-block;
  text-align: center;
}

/* Sub Pages */

.sub-page {
  position: relative;
  background: #eee;
  padding: 30px 0;
}

.sub-page .page-title {
  margin-bottom: 0;
}

.sub-page .breadcrumb {
  margin-bottom: 0;
}

.sub-page .breadcrumb a {
  color: var(--main);
}

.sub-page .breadcrumb li {
  font-size: 14px;
}

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

/***********************************
----- Activities
***********************************/

.activities {
  position: relative;
  background: var(--main);
  padding: 22px 0;
}

.act-item {
  position: relative;
  text-align: center;
}

.act-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -26px;
  transform: translateY(-50%);
  background: #fff;
  height: 50px;
  width: 2px;
  opacity: 0.2;
}

.col:last-child .act-item::after {
  display: none !important;
}

.act-item a {
  display: block;
}

.act-item img {
  width: 54px;
  height: 54px;
  margin-bottom: 10px;
}

.act-item a p {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
}

/***********************************
----- Title
***********************************/

.page-title {
  position: relative;
  margin-bottom: 40px;
}

.page-title.center {
  text-align: center;
}

.page-title.inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pt-left,
.pt-right {
  flex: 0 0 auto;
  width: 100%;
}

.pt-left {
  margin-bottom: 20px;
}

.page-title h2 {
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 400;
  font-size: 40px;
  color: var(--dark);
  margin-bottom: 0;
  text-transform: uppercase;
}

.page-title h2 span {
  color: var(--gold);
}

.page-title p {
  font-size: 16px;
  color: var(--text);
  margin-bottom: 0;
}

.pt-right {
  position: relative;
  margin-left: auto;
}

/***********************************
----- News
***********************************/

.bg-sept::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 250px;
  background: linear-gradient(0deg, var(--transbg), var(--transbg)),
    url("../img/club-bg.jpg");
  background-size: cover;
}

.bg-sept > div {
  position: relative;
  z-index: 1;
}

.news-item {
  position: relative;
  background: #fff;
  box-shadow: 0 5px 20px rgb(0 0 0 / 20%);
  border-radius: 5px;
  overflow: hidden;
  display: block;
  height: 100%;
}

.news-img {
  position: relative;
  overflow: hidden;
}

.news-img img {
  position: relative;
  transition: transform 0.5s ease;
}

.news-item:hover .news-img img {
  transform: scale(1.1);
}

.news-date {
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--main);
  padding: 10px 30px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
}

.news-info {
  position: relative;
  padding: 10px 40px 40px;
}

.news-info h4 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 30px;
  color: var(--main);
  margin-bottom: 10px;
}

.news-info p {
  font-size: 16px;
  line-height: 27px;
  color: var(--text);
  margin-bottom: 0;
}

/***********************************
----- Info
***********************************/

.info-img {
  position: relative;
}

.info-img img {
  border-radius: 5px;
}

.info-area {
  position: relative;
}

.info-txt {
  position: relative;
  color: var(--text);
  margin-bottom: 30px;
}

.info-txt p {
  font-size: 16px;
  line-height: 26px;
}

.info-txt > *:last-child {
  margin-bottom: 0;
}

/***********************************
----- Facilities
***********************************/

.facil-list {
  position: relative;
}

.facil-list > .row > .col {
  margin-bottom: 0 !important;
}

.facil-item {
  position: relative;
  width: 100%;
  height: 350px;
  background: var(--trans);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #222;
  overflow: hidden;
  display: block;
}

.facil-overlay {
  transition: opacity 0.5s ease, visibility 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  visibility: visible;
}

.facil-overlay span {
  font-family: "Frank Ruhl Libre", serif;
  display: inline-block;
  color: #fff;
  font-size: 30px;
}

.facil-bottom {
  transition: bottom 0.5s ease;
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: auto;
  background: var(--main);
  padding: 15px 20px;
}

.facil-bottom h4 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 26px;
  color: #fff;
  margin-bottom: 2px;
}

.facil-bottom p {
  font-size: 12px;
  color: #fff;
  margin-bottom: 0;
  opacity: 0.8;
}

.facil-item:hover .facil-overlay {
  opacity: 0;
  visibility: hidden;
}

.facil-item:hover .facil-bottom {
  bottom: 0;
}

/***********************************
----- Membership
***********************************/

.mem-action {
  position: relative;
  margin: 0 -15px;
}

.mem-col {
  position: relative;
  padding: 0 15px;
}

.mem-circle {
  display: block;
  width: 140px;
  height: 140px;
  padding: 25px 20px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 10%);
}

.mem-circle img {
  transition: transform 0.5s ease;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.mem-circle p {
  font-size: 12px;
  line-height: 14px;
  color: var(--main);
}

.mem-circle:hover img {
  transform: scale(1.1);
}

.mem-circle:hover p {
  color: var(--dark);
}

/***********************************
----- Membership Form
***********************************/

.member-form {
  position: relative;
}

.member-form .row {
  margin-left: -10px;
  margin-right: -10px;
}

.member-form .row > div {
  padding-right: 10px;
  padding-left: 10px;
}

.form-section {
  position: relative;
  padding-bottom: 50px;
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 50px;
}

.form-section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.form-title {
  position: relative;
  margin-bottom: 25px;
}

.form-title h4 {
  font-size: 24px;
  color: var(--dark);
  margin-bottom: 0;
  font-weight: bold;
}

.member-form .form-group {
  margin-bottom: 25px;
}

.member-form .form-group:last-child {
  margin-bottom: 0;
}

.member-form .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 8px;
}

.member-form label:not(.form-check-label) {
  font-size: 15px;
  color: var(--text);
  margin-bottom: 5px;
  display: block;
  font-weight: 500;
}

.member-form label.form-check-label {
  font-size: 14px;
  color: var(--text);
}

.member-form .form-check-inline {
  margin-right: 15px;
}

.member-form input:not([type="radio"]):not([type="file"]),
.member-form select,
.member-form textarea {
  border: 2px solid #e6e6e6;
  color: #828282;
  padding: 8px 20px;
  border-radius: 5px;
}

.member-form textarea {
  resize: none;
  height: 140px;
}

.member-form input::placeholder {
  color: #dadada;
}

.btn-form {
  display: block;
  width: 100%;
  padding: 8px 20px;
  border-radius: 5px;
}

.member-img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}

.mig-area {
  width: 100%;
  min-height: 140px;
  border: 2px solid #e6e6e6;
}

.mig-over {
  transition: 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mig-over p {
  color: var(--text);
  font-weight: bold;
  margin-bottom: 0;
}

.mig-over input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.member-submit {
  position: relative;
}

.member-submit > div {
  margin: 0 -10px;
}

.mems-col {
  padding: 0 10px;
}

/***********************************
----- Membership Table
***********************************/

.modal-content {
  border-radius: 0;
  border: 3px solid var(--main);
}

.modal-header {
  background: var(--main);
  border-radius: 0;
  border-bottom: 0;
  padding: 14px 30px 16px 30px;
}

.modal-title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.btn-close {
  opacity: 1;
  filter: invert(1);
  padding: 0;
}

.modal-body {
  padding: 25px 30px;
}

/***********************************
----- Sports
***********************************/

.news-info.club {
  padding: 50px 40px;
}

/***********************************
----- Wine & Dine
***********************************/

.ovel-logo {
  position: relative;
  text-align: center;
  padding-top: 50px;
}

.ovel-logo > img {
  width: 120px;
  height: 120px;
  padding: 18px 10px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 10%);
}

/***********************************
----- Testimonials
***********************************/

.test-space {
  margin-bottom: 40px;
}

.testi-box {
  position: relative;
  background: #fff;
  box-shadow: 2px 5px 8px 0 rgba(0, 0, 0, 0.05);
  padding: 35px 40px;
  text-align: center;
  height: 100%;
}

.testi-txt {
  position: relative;
  color: var(--text);
  margin-bottom: 20px;
}

.testi-txt p {
  font-size: 16px;
  margin-bottom: 0;
}

.testi-auth {
  position: relative;
}

.testi-auth h4 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 26px;
  font-weight: 600;
  color: var(--main);
  margin-bottom: 5px;
}

.testi-auth p {
  font-size: 16px;
  color: var(--gold);
  font-weight: bold;
  margin-bottom: 0;
}

.test-space {
  margin-bottom: 40px;
}

.news-info.player {
  padding: 30px 40px;
}

.news-info.player p {
  font-size: 18px;
  color: var(--gold);
  font-weight: bold;
}

/***********************************
----- Facilities
***********************************/

.cf-item {
  position: relative;
  background: #e2e2e2;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 350px;
}

.cf-overlay {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  width: fit-content;
}

.cf-overlay span {
  background: #fff;
  padding: 15px 50px;
  font-size: 18px;
  font-weight: bold;
  color: var(--dark);
  text-transform: uppercase;
  margin: 0 20px;
  display: inline-block;
  text-align: center;
}

/***********************************
----- Contact
***********************************/

.contact-map {
  position: relative;
  height: 400px;
  overflow: hidden;
}

/* Contact Form */

.contact-form {
  position: relative;
  background: #fff;
  padding: 40px 45px;
  box-shadow: 2px 5px 8px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.form-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}

.form-label {
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 0;
}

.form-input {
  flex: 0 0 auto;
  width: 100%;
}

.form-input input,
.form-input textarea {
  border-color: #e2e2e2;
  color: var(--text);
  height: auto;
  border-radius: 0;
  padding: 10px 25px;
  font-size: 15px;
}

.form-input input::placeholder,
.form-input textarea::placeholder {
  color: #c3c3c3;
}

.form-input input:focus,
.form-input textarea:focus {
  color: var(--dark);
}

.form-input textarea {
  resize: none;
  height: 120px;
}

.form-actions {
  position: relative;
}

.form-action-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px;
}

.form-btn {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 10px;
}

.form-btn button {
  display: block;
  width: 100%;
}

/* Contact Info */

.contact-more {
  position: relative;
}

.contact-logo {
  position: relative;
  margin-bottom: 30px;
}

.contact-logo img {
  width: 200px;
  height: 200px;
}

.contact-info {
  position: relative;
}

.cnt-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}

.cnt-icon {
  flex: 0 0 auto;
  width: 40px;
  text-align: center;
  margin-right: 20px;
}

.cnt-icon i {
  font-size: 40px;
  color: var(--main);
}

.cnt-info {
  flex: 0 0 auto;
}

.cnt-info h4 {
  font-size: 18px;
  font-weight: bold;
  color: var(--dark);
  margin-bottom: 5px;
}

.cnt-info p {
  font-size: 16px;
  color: var(--text);
  margin-bottom: 0;
}

.cnt-item:last-child {
  margin-bottom: 0;
}

/***********************************
----- Footer
***********************************/

#footer {
  padding-bottom: 20px;
}

.ft-top {
  position: relative;
  margin-bottom: 40px;
}

.ft-menu {
  position: relative;
}

.ft-menu h4 {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.ft-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ft-menu ul li {
  line-height: 30px;
}

.ft-menu ul li a {
  color: #fff;
  opacity: 0.8;
  font-size: 14px;
  font-weight: 100;
}

.ft-bot {
  position: relative;
  padding-top: 25px;
  border-top: 2px solid var(--bg);
}

.ft-social {
  position: relative;
  text-align: center;
}

.ft-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ft-social ul li {
  display: inline-block;
  margin-right: 10px;
}

.ft-social ul li a {
  color: #fff;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
  font-size: 14px;
}

.ft-logo {
  position: relative;
  text-align: center;
}

.ft-logo img {
  max-width: 140px;
  width: 100%;
}

.ft-credit {
  position: relative;
  text-align: center;
}

.ft-credit p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}


#loading {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.7;
  background-color: #fff;
  position: fixed;
  display: block;
  z-index: 99
}

#loading-image {
  position: absolute;
  top: 40%;
  left: 45%;
  z-index: 100;
  width: 180px !important;
}
.text-right{
  text-align: right !important;
}
.text-left{
  text-align: left !important;
}
.text-center{
  text-align: center !important;
}

.error{
  width: 100% !important;
  margin-top: .25rem !important;
  font-size: .875em !important;
  color: #dc3545 !important;
}
