.section-login-id-box {
	width: 100%;
	height: auto;
	padding: 20px;
}
.section-login-id-box label {
	color: #fff;
	font-size: 15px;
	font-family: Midas;
	text-align: left;
}
.section-login-id-box label img {
	width: 18px;
	padding-left: 5px;
}
.section-login-id-box-form {
	width: 100%;
	height: 45px;
	margin-top: 15px;
}
.section-login-id-box-form input {
	background: rgba(25, 32, 69, 0.9);
	width: 85%;
	height: 100%;
	padding-left: 15px;
	color: #fff;
	font-size: 14px;
	font-family: Roboto;
	text-align: left;
	border: 1px solid;
	border-color: hsla(0,0%,100%,.050980392156862744);
	outline: none;
	float: left;
}
.section-login-id-box-form input::placeholder {
	color: #5D627C;
}
.section-login-id-box-form button {
	background: #3a7bfc;
	width: 15%;
	height: 100%;
	color: #fff;
	font-size: 14px;
	font-family: Roboto;
	text-align: center;
	border: none;
	outline: none;
	float: right;
}
.section-login-id-box-message {
  background: linear-gradient(90deg, rgb(39 83 156), rgba(23, 32, 52, 0.9));
  border: 1px solid rgb(23 194 235);
  border-radius: 10px;
  width: 94%;
  padding: 9px 15px;
  margin-top: 12px;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-align: center;
  text-shadow: 0 0 6px rgb(7 7 7 / 40%);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease-in-out;
}

.section-login-id-box-message i {
  color: #17c2eb;
  font-size: 18px;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(1); opacity: 0.8; }
}

.section-login-id-box-message:hover {
  background: linear-gradient(90deg, rgba(46, 58, 88, 1), rgba(28, 39, 63, 1));
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(255, 204, 102, 0.2);
}

.item-wrapper {
	margin-top: 30px;
}
.item-content {
	width: 103%;
	height: 80px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #00c4de;
	display: block;
}
.item-content-name {
	padding-top: 13px;
	color: #fff;
	font-size: 14px;
	font-family: Roboto;
	text-align: left;
}
.item-content-description {
	width: auto;
	height: auto;
	padding-top: 5px;
 	color: #FFC655;
	font-size: 14px;
	font-family: Roboto;
	text-align: center;
	float: left;
}
.item-content-description2 {
	padding-top: 0px;
    color: #ffffff;
    /*text-shadow: 0px -1px 0px #ffffff;*/
    font-size: 8px;
    font-family: 'Midas';
    /* font-weight: 600; */
    text-align: center;
    position: relative;
    top: -82px;
    left: 23px;
    line-height: 1.7;
    background: linear-gradient(160deg, #f2b818 14.64%, #f26c3d 85.36%);
    border-radius: 5px;
    height: 13px;
    width: 53px;
    margin-bottom: -13px;
}
.item-content img {
    background: url(../img/bg-item.png) no-repeat center;
    background-size: 100% 100%;
	width: 68px;
	height: 68px;
	margin-right: 10px;
	border: 1px solid #fff;
	float: left;
}
@property --angle {
syntax: '<angle>';
initial-value: 0deg;
inherits: false;
}

.item-content img {
--angle: 360deg;
border-image: linear-gradient(var(--angle), #00c4de, #1b56ff, #00c4de, #1b56ff) 1;
animation: 1s rotate linear infinite;
}

@keyframes rotate {
to {
--angle: 0deg;
}
}
.item-content button {
	background: linear-gradient(#00c4de, #1b56ff);
	width: 95px;
	height: auto;
	margin-top: -10px;
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 2px;
	color: #fff;
	font-size: 16px;
	font-family: Roboto;
	font-weight: 500;
	text-align: left;
	border: none;
	border-top: 0px !important;
	outline: none;
	float: right;
	border-radius:4px;
}
.item-content button img {
	width: 25px;
	height: 25px;
	margin-right: 15px;
	margin-top: -1.5px;
	border: none !important;
	float: left;
	background: none;
}

.section-login-id-boxz {
	width: 100%;
	height: auto;
	padding: 20px;
}
.section-login-id-boxz-text {
	width: 100%;
	height: auto;
	padding: 20px;
	text-align: center;
	font-size: 18px;
	font-family: Roboto;
	font-weight: 500;
	color: #fff;
}
.section-login-id-boxz-des {
	width: 100%;
	height: auto;
	padding: 20px;
	text-align: center;
	font-size: 15px;
	font-family: Roboto;
	font-weight: 500;
	color: #fff;
}
.section-login-id-boxz img {
	width: 100px;
	margin-left: 35%;
	margin-top: 8%;
	margin-bottom: 15%;
}
.section-login-id-boxz button {
	background: rgb(1,189,223);
    background: linear-gradient(173deg, rgba(1,189,223,1) 0%, rgba(10,156,234,1) 45%, rgba(25,90,253,1) 100%);
    background-size: 100% 100%;
	width: auto;
	height: auto;
	color: #000;
	font-size: 18px;
	font-family: Roboto;
	font-weight: 500;
	text-align: center;
	border: none;
	outline: none;
	display: block;
	border-radius:8px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
}

.event-img {
	width: 88%;
	margin-left: 0;
	animation: bounce .0s infinite alternate;
}