.login_wrapper {
  height: 65vh;
  display: flex;
  align-items: center;
}

.login_form {
  width: 340px;
  margin: 50px auto;
}

.login_form > .login_content > .form,
.login_form > .login_content > form,
.forma {
  margin-bottom: 15px;
  background: #f7f7f7;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 30px;
}

/* 
 */

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

.signup-form {
  width: 400px;
  margin: 0 auto;
  padding: 30px 0;
}

/* .signup-form form, */
/* .signup-form dl, */
.signup-form {
  color: #999;
  border-radius: 3px;
  margin-bottom: 15px;
  background: #f2f3f7;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 30px;
}
.signup-form dl {
  color: black;
}

.signup-form h1 {
  color: #636363;
  margin: 0 0 20px;
  position: relative;
  text-align: center;
}

.signup-form h1:before,
.signup-form h1:after {
  content: "";
  height: 2px;
  width: 17%;
  background: #d4d4d4;
  position: absolute;
  top: 50%;
  z-index: 2;
}
.signup-form h1:before {
  left: 0;
}

.signup-form h1:after {
  right: 0;
}

.signup-form .edit {
  color: #999;
  border-radius: 3px;
  margin-bottom: 15px;
  background: #f2f3f782;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  padding: 30px;
}

#notANumberErrorText,
#notEmailText,
#notCorrectConfirmPass,
#notEnoughChars,
#termsNotAccepted {
    padding-top: 6px;
    color: #a94442;
}

.pageTitle {
  margin-left: 30px;
}

.pageTitle {
  margin-left: 11%;
}

.transTableButtNew,
.transTableButtStoreHistory {
  display: inline-block;
  width: 49%;
  text-align: right;
  margin: 48px 0 20px;
}

.transTableTitle {
  display: inline-block;
  width: 49%;
  margin-bottom: 30px;
}

.table > label > input[type="search"] {
    margin-left: 7px;
}

.table > thead > tr > th {
  border: none;
  border-bottom: 2px solid #dee2e6;
  background-color: #cccccc61;
}

.table > tbody > tr > td {
    border: none;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    vertical-align: middle;
}

#my-nav > div.pull-right {
  margin-right: 10px;
}

.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate.paging_simple_numbers {
    display: inline-block;
    width: 49%;
}
.dataTables_filter {
    text-align: right;
    margin: 10px 0 33px;
}

.dataTables_paginate.paging_simple_numbers {
  text-align: right;
  margin: 10px 0 0px;
}

span a {
    color: #fff;
}

a.reset_pass {
    color: #2d3e50;
}

.paginate_button.next,
.paginate_button.previous {
  color: #fff;
  background-color: #2d3e50;
  border-color: #2d3e50;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}

.paginate_button.previous:focus,
.paginate_button.next:focus,
.paginate_button.previous:hover,
.paginate_button.next:hover {
  color: #fff;
  background-color: #1a252f;
  border-color: #1a252f;
}

.paginate_button.next {
  margin-left: 15px;
}
.paginate_button.previous {
  margin-right: 15px;
}

.deleteTitleQuestion {
  margin-bottom: 40px;
}

.table {
  border: 1px solid #dee2e6;
}

.dataTables_paginate > span > a.paginate_button {
    margin-right: 3px;
}

.paginate_button.current {
  color: white;
  text-decoration: underline;
}

@media screen and (max-height: 660px) {
  .login_wrapper {
    margin-top: 36px;
    min-height: 400px;
  }
}

@media screen and (max-width: 500px) {
  .secondaryTitle {
    text-align: center;
  }
}

.align-center {
    display: flex;
    align-items: center
}

/* Main content wrapper for proper footer separation */
.main-content-wrapper {
    min-height: 60vh;
    padding-bottom: 60px;
    clear: both;
}

/* Standalone footer styling */
#gtco-footer {
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 30px;
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
    width: 100%;
    clear: both;
}

#gtco-footer .footer-content {
    text-align: center;
    padding: 20px 0;
}

#gtco-footer .footer-brand h3 {
    font-family: "Lato-Bold";
    font-size: 28px;
    color: #2d3e50;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#gtco-footer .footer-divider {
    width: 80px;
    height: 2px;
    background: #d1d5db;
    margin: 0 auto 30px;
}

#gtco-footer .footer-disclaimer {
    background: #fff9e6;
    border-radius: 8px;
    padding: 25px 30px;
    margin: 30px auto;
    max-width: 900px;
    border: 1px solid #ffc107;
}

#gtco-footer .disclaimer-text {
    font-family: "OpenSans-Regular";
    font-size: 14px;
    line-height: 1.8;
    color: #6b7280;
    margin: 0;
}

#gtco-footer .disclaimer-text i {
    color: #ffc107;
    margin-right: 12px;
    font-size: 20px;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

#gtco-footer .disclaimer-text strong {
    color: #1a202c;
    font-weight: 600;
}

#gtco-footer .footer-copyright {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

#gtco-footer .footer-copyright p {
    margin: 0;
    font-family: "OpenSans-Regular";
    font-size: 13px;
    color: #6b7280;
    letter-spacing: 0.3px;
}

@media (max-width: 768px) {
    #gtco-footer .footer-brand h3 {
        font-size: 24px;
    }
    
    #gtco-footer .footer-disclaimer {
        padding: 20px 15px;
        margin: 20px 15px;
    }
    
    #gtco-footer .disclaimer-text {
        font-size: 14px;
    }
}
