* {
   /* margin: 0;*/
    margin-top: 0px;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.CaptionCssClass {
    font-size: 15px;
    color: black;
    text-shadow: 2px 2px 4px #000000;
}
.custom-menu {
    padding-top: 13px;
    width: 100%;
    max-width: 180px;
}

imgtitle {
    border-radius: 30px;
    width: 100%;
    height: 40px;
}
imageBack {
    background-image: url("images/background.png");
}

.card {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    cursor: pointer;
}

.custom-card {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    background-image: linear-gradient(#d8d8d8, white);
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.margin-top {
    margin-top: 0px;
}

@media only screen and (min-width: 576px) {
}

.button {
    background-color: transparent;
    border: none;
    color: transparent;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.card-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.divTable {
    display: table;
    width: 100%;
    table-layout: fixed;
    overflow-wrap: break-word;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-spacing: 5px; /*cellspacing:poor IE support for  this*/
    /* border-collapse:separate;*/
}

.divRow {
    display: table-row;
    width: auto;
}

.divCell {
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 100%;
    width: auto;
    background-color: #ffffff;
}
.centerTable {
    margin-left: auto;
    margin-right: auto;
}

.centerDiv {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.centerDivButton {
    max-width: fit-content;
/*    float: right;
*/    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 5px;
}

.fontlabel {
    font-size: 15px;
    text-shadow: 2px 2px 4px #000000;
}

.make-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.divCenterLabel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.DivHValing 
{
    margin: auto;
    width: 50%;
    border: 3px solid green;
    padding: 10px;
}
.divImagen {
    width: 100%;
}
.textshowTitles {
    color: white;
    text-shadow: 2px 2px 4px #000000;
}
.row-full {
    width: 110px;
    position: relative;
    margin-left: 25px;
    height: 80px;
    margin-top: 20px;
    margin-bottom: 100px;
    left: 0px;
    align-content:center
}
row-full-title {
    width: 250px;
    position: relative;
    margin-left: 25px;
    height: 80px;
    margin-top: 20px;
    margin-bottom: 100px;
    left: 0px;
    align-content: center
}
.divImage {
    width: 110px;
    position: relative;
    margin-left: 25px;
    height: 80px;
    margin-top: 20px;
    margin-bottom: 10px;
    left: 0px;
    align-content: center
}
:root {
    margin-top: 0px;
    --primary-color: #FFFFFF;
    --second-color: #000000;
    --black-color: #000000;
    --other-color: #000000;
}

body {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-position: center;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.editor {
    width: 300px;
    padding-bottom: 16px;
}

.myButtonRounded {
    border-radius: 15px;
    height: 50px;
    -moz-border-radius: 15px;
  
}

.mytextboxRounded {
    border-radius: 15px;
    height: 40px;
    -moz-border-radius: 15px;
}

.mylabelform {
    margin-top: 10px;
    margin-bottom: 10px;
    align-content: center;
    text-align: center;
    margin-right: auto;
    font-size: 15px;
    font-weight: bold;
    color: white;
}

a {
  text-decoration: none;
  color: var(--second-color);
}

a:hover {
  text-decoration: underline;
}

.wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
  /*  min-height: 100vh;*/
}
.labelcenter {
    text-align: center;
}
.login_box {
    position: relative;
    width: 350px;
    backdrop-filter: blur(25px);
    border: 2px solid var(--other-color);
    border-radius: 15px;
    padding: 7.5em 2.5em 4em 2.5em;
    color: var(--second-color);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    /*box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);*/
}

.login-header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  width: 300px;
  height: 70px;
  border-radius: 0 0 20px 20px;
}

.login-header span {
  font-size: 30px;
  color: var(--black-color);
}

.login-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 30px;
  border-top-right-radius: 50%;
  background: transparent;
  box-shadow: 15px 0 0 0 var(--primary-color);
}

.login-header::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 30px;
  border-top-left-radius: 50%;
  background: transparent;
  box-shadow: -15px 0 0 0 var(--primary-color); /* Removed space before --primary-color */
}

.input_box {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

.input-field {
    width: 100%;
    height: 55px;
    font-size: 16px;
    background: transparent;
    color: var(--second-color);
    padding-inline: 20px 50px;
    border: 2px solid var(--black-color);
    border-radius: 30px;
    outline: none;
}

#user {
  margin-bottom: 10px;
}

.label {
  position: absolute;
  top: -30px;
  left: 20px;
  transition: 0.2s;
}

.textlabel1 {
    color: deepskyblue;
    font-weight: bold;
    font-size: 36px;
}


.icon {
  position: absolute;
  top: 18px;
  right: 25px;
  font-size: 20px;
}

.input-submit {
    width: 100%;
    height: 50px;
    background: #A6C0F1;
    font-size: 16px;
    font-weight: 500;
    border: skyblue;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s;
}

    .input-submit:hover {
        background: #6D9AEE;
    }

@media only screen and (max-width: 564px) {
  .wrapper {
    padding: 20px;
  }

  .login_box {
    padding: 7.5em 1.5em 4em 1.5em;
  }
}