/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
    font-family: 'Roboto', system-ui, -apple-system,  sans-serif;
    margin: 0;
    padding: 0;
    background: url('../images/bf1.webp') no-repeat center center/cover;
    min-height: 98vh;
    padding: 0px 10px;
    background-color: #1B231C;
  }
  .logo {
    margin: 5px auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main {
    background-color: #2C2929;
    max-width: 1480px;
    padding: 0px 20px 40px 20px;
    margin: 0 auto;
    border-radius: 5px;
  }

  .thang-div {
    width: auto; /* Chiều rộng của hình thang */
    max-width: 900px;
    /* background-color: yellow; */
    background: linear-gradient(171.18deg, #E6FD8B 7.36%, #D2BE05 102.28%);
    position: relative;
    padding: 10px 5px;
    margin: 0px auto;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
  }

   .thang-div h1 {
    margin: 0; /* Remove default margin of <p> tag */
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    padding: 7px 0px;
    line-height: 1.2;
  }
  .verify {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
  }
  .item-wrapper {
    flex-grow: 1;
  }
  .item-wrapper.center {
    border-right: 2px dashed #fffb00;
    border-left: 2px dashed #fffb00;
  }
  .verify__item {
    /* background-color: #ccc; */
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    max-width: 330px;
    margin: 0 auto;
  }

  .verify__item img {
    max-width: 130px;
    margin: 10px auto;
  }
  .verify__item h2 {
    background: -webkit-linear-gradient(90deg, #DDD51F 0%, #FFFB96 36.5%, #C6BF18 69.5%, #DFD717 100%);
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    color: #fffb00;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 24px;
    white-space: nowrap;
    padding: 10px 0px;
  }
  .verify__item .input {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
  }
  .verify__item .input p {
    color: #A9A3A3;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 10px 0;
    text-align: left;
  }
  .verify__item .input input {
    background-color: #242121;
    border: 2px solid #E4B81B;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 40px;
  }
   .verify__item .input input:focus {
    outline: none;
    border: 2px solid #fffb00;
   }
   .verify__item .input .alert {
    padding: 6px 0px;
    text-align: left;
    font-style: italic;
    font-size: 14px;
    display: none;
  }
  .verify__item .input .alert.alert-on {
    display: block;
    position: absolute;
    top: 48%;
  }
  .verify__item .input .alert.alert-on.passcl {
    top: 100%;
  }
  .verify__item .input a {
    /* background-color: #E4B81B; */
    background: linear-gradient(180deg, #E6FC88 0%, #D5C515 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #000;
    text-decoration: none;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 400;
    font-size: 20px;
}
.verify__item .input a:hover {
  filter: brightness(1.2);
}
.verify__item .input a img {
  width: 30px;
  height: 30px;
  margin: 0px 5px;
}
  .infomation {
    background-color: #2C2929;
    max-width: 1440px;
    padding: 40px;
    margin: 15px auto;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .infomation p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 10px 0;
    text-align: center;
    max-width: 1000px;
  }
  .copyright {
    max-width: 1440px;
    padding: 20px 40px;
    margin: 10px auto;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .alertcl{
    color: #ff0000;
  }
  .passcl {
    color: #00ff00;
    margin-top: auto;
    position: absolute;
    left: 0px;
    top: 100%;
  }
  .prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 15px;
  width: 15px;
  background: url(../images/bx-x.svg) no-repeat center center;
}
  @media (max-width: 992px) {
    body {
      padding: 0px 15px;
    }
    .logo img {
      max-width: 200px;
    }
    .main {
      padding: 0px 15px 20px 15px;
    }
    .thang-div {
      padding: 6px 15px;
    }
    .thang-div h1 {
      font-size: 16px;
    }

  .verify {
    flex-direction: column;
    align-items: normal;
    margin-top: 0px;
  }
  .verify__item {
    padding: 10px;
  }
  .verify__item img {
    max-width: 110px;
  }
  .verify__item h2 {
    font-size: 22px;
  }
  .verify__item .input p {
    font-size: 14px;
  }
  .verify__item .input a img {
    width: 25px;
    height: 25px;
  }
  .verify__item .input a {
    font-size: 18px;
  }
  .item-wrapper.center {
    border-right: none;
    border-left: none;
    border-top: 1px dashed #fffb00;;
    border-bottom: 1px dashed #fffb00;
    margin: 10px 0px;
    padding: 10px 0px;
  }
  .infomation {
    padding: 20px;
  }
    .verify__item .input .alert.alert-on.passcl {
    margin-top: 5px;
    position: relative;
    bottom: 0;
    right: 0;
  }
  .verify__item .input .alert {
    font-size: 13px;
  }
}
