* {
  font-family: "Hind Siliguri", sans-serif, '微軟正黑體';
}

html {
  height: 100%;
  background-image: linear-gradient(135deg, #ffffff 0%, #e8f1ff 100%);

}

body {
  /*  margin: 50px 0 100px 0;*/
  background-image: linear-gradient(135deg, #ffffff 0%, #e8f1ff 100%);
}

.box {
  border-radius: 20px;
  box-shadow: -1px 4px 16px 3px rgba(176, 190, 210, 0.47);
  background: #fff;
  max-width: 1000px;
}

.title {
  font-weight: bold;
  color: #0052b7;
}

label {
  color: #dd2e76;
  font-weight: bold;
  font-size: 1.2rem;
}

a {
  text-decoration: none;
  color: #666;
}

/*picture-alignment-center*/
.pic-center-out {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pic-center-in {
  display: block;
}

.bgc {

  background-image: linear-gradient(135deg, #a4e2d763 10%, #a4e2d752 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-Christmas {
  background-image: url(../images/all/bg-Christmas.png), linear-gradient(-225deg, #FFF 0%, #FFF 100%);
}

.bg-FathersDay {
  background-image: url("../images/all/bg-FathersDay.png"), linear-gradient(-225deg, #fdf4e7 0%, #fdf4e7 100%);
}

.bg-NewYearsDay {
  background-image: url("../images/all/bg-NewYearsDay.png"), linear-gradient(-225deg, #00487e 0%, #00487e 100%);
}

.bg-UniversalCard {
  background-image: url("../images/all/bg-UniversalCard.png"), linear-gradient(-225deg, #fdf4e7 0%, #fdf4e7 100%);
}

.bg-MoonFestival {
background-image: url("../images/all/bg-MoonFestival.png"), linear-gradient(-225deg, #14294c 0%, #31548f 100%);	
}

.bg-MothersDay {
background-image: url("../images/all/bg-MothersDay.png"), linear-gradient(-225deg, #fdf4e7 0%, #fdf4e7 100%);	
}

.bg-DoctorsDay {
background-image: url("../images/all/bg-DoctorsDay.png"), linear-gradient(-225deg, #006dac 0%, #006dac 100%);	
}

.bg-NursesDay {
background-image: url("../images/all/bg-NursesDay.png"), linear-gradient(-225deg, #006dac 0%, #006dac 100%);	
}

.bg-DragonBoatFestival {
background-image: url("../images/all/bg-DragonBoatFestival.png"), linear-gradient(-225deg, #e6f2e9 0%, #e6f2e9 100%);	
}

.bg-BirthdayCard {
background-image: url("../images/all/bg-BirthdayCard.png"), linear-gradient(-225deg, #ffbec5 0%, #ffbec5 100%);	
}

.body-bgc {
  background-attachment: fixed;
	background-position: center;
  background-size: cover;
}
.bg-NursesDay,.bg-MothersDay,.bg-MoonFestival,.bg-DragonBoatFestival,.bg-BirthdayCard,.bg-FathersDay,.bg-NewYearsDay,.bg-Christmas{
  background-position: left bottom;
}
.bg-DoctorsDay,.bg-UniversalCard{
  background-position: right bottom;	
}

@media (max-width: 2560px) {.body-bgc {min-height:1440px;}}
@media (max-width: 1920px) {.body-bgc {min-height:1024px;}}
@media (max-width: 1440px) {.body-bgc {min-height:768px;}}
@media (max-width: 768px) {.body-bgc {min-height:768px;}}
@media (max-width: 375px) {.body-bgc {min-height:768px;}}

/*Triangle-bg*/
.bg-triangle-out {
  width: 500px;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;

}

.bg-triangle-in {
  background: #ef9d9d;
  width: 500px;
  height: 500px;
  position: absolute;
  top: -250px;
  left: -250px;
  transform: rotate(45deg);

}

.form-label>small {
  font-size: 14px;
}

@media (max-width: 575.98px) {
  .form-label>small {
    display: block;
  }

  .form-label>small:before {
    content: '　';
  }

}
