@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;900&display=swap');

.form-body {
    margin: 0;
    /*background: black;*/
    display: block;
    align-items: center;
    justify-content: center;
    place-items: center;
    overflow: hidden;
    font-family: poppins;
}

#turnkey-credit  { 
    display: none !important;
}

.form-container {
    position: relative;
    /*position: inherit; <-- need to comment out if active...*/
    border-radius: 10px;
    padding: 5px;
    box-sizing: border-box;
    display: grid;
    max-width: 100%;
    margin: 0 auto;
    gap: 0.5rem;
    align-items: left;
    align-content: center;
    justify-content: center;

}


#form {
    align-items: center;
    max-width: 17rem;
    margin: 0 auto;
    gap: 0.95rem;
    align-items: center;
    align-content: center;
    justify-content: center;

}

#form-title-txt {
    font-family: poppins;
    color: white;    
    text-align: center;
}

#content {
    text-align: center;
    color: white;
    font-family: poppins;
}

#nametag {
    text-align: left;
    margin-top: 30px;
    color: white;
}

#nombre {
    text-align: center;
    color: black;
    background: #ecf0f3;
    padding: 10px;
    padding-left: 20px;
    height: 35px;
    font-size: 14px;
    border-radius: 25px;
    width: 100%;
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
}

#email {
    color: black;
    text-align: center;
    background: #ecf0f3;
    padding: 10px;
    padding-left: 20px;
    height: 35px;
    font-size: 14px;
    border-radius: 25px;
    width: 100%;
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
}

#emailtag {
    text-align: left;
    margin-top: 30px;
    color: white;
}

#email::placeholder {
    color: green;
    text-align: center;
    font-weight: 700;
    font-style: oblique;
    opacity: 0.3;
}

#mensaje {
    color: black;
    background: #ecf0f3;
    padding: 10px;
    padding-left: 20px;
    height: 100px;
    font-size: 14px;
    border-radius: 25px;
    width: 100%;
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
}

#mensajetag {
    text-align: left;
    margin-top: 30px;
    color: white;
}

#mensaje,
#email,
#nombre {
    padding: 1rem;
}

#formtitle {
    color: white;
    font-family: poppins;
    text-align: center;
}

#btn {
    /*color: black;*/
    color: white;
    align-items: center;
    margin-top: 20px;
    width: 100%;
    background: #11bf0a;
    height: 50px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    /*box-shadow: 6px 6px 6px #151515, -6px -6px 6px #151515;*/
    transition: 0.5s;
    font-family: poppins;
}

.mod-text-title { 
    font-size: x-large;
  }
  .mod-text { 
    font-size: medium;
  }

.btn-close{
    font-size: x-large;
}