.intl-tel-input { width: 100%; }


.bg-degrade{
	background-image: -webkit-linear-gradient(45deg, #2461A0, #2461A0);
	background-image: -moz-linear-gradient(45deg, #2461A0, #2461A0);
	background-image: -o-linear-gradient(45deg, #2461A0, #2461A0);
	background-image: linear-gradient(45deg, #2461A0, #2461A0);
	background-repeat: repeat-x;
}
.login-page, body{
	background: url('../images/bg-login.png') no-repeat;
	background-size: cover;
	color: #666;
}
.logo  .img-responsive{
	width: 180px;
}
.logo{
	text-align: center;
}
h5, .h5 {
    font-size: 1.15rem;
}
.primary {
    color: #0E8B49 !important;
}
.danger {
    color: #E31C23 !important;
}
.warning {
    color: #FFD203 !important;
}
.badge-danger, .bg-danger, .main-content .wizard > .actions > ul > li > a[href="#previous"] {
    background-color: #E31C23!important;
}
.badge-primary, .bg-primary, .btn-primary, .main-content .wizard > .actions > ul > li > a{
    background-color: #0E8B49!important;
}
.badge-warning, .bg-warning {
    background-color: #FFD203!important;
}
.main-panel {
    max-height: unset;
    height: unset;
}


.youthCard{
	width: 780px;
	height: 525px;
	margin: auto;
	border: 1px solid #333;
	border-radius: 24px;
	box-shadow: 0px 0 5px 0px rgba(10,10,10,0.5);
	padding: 10px;
	color: #2d7ec0;
	overflow: hidden;
}

.youthCard-head { margin-bottom : 10px;}

.youthCard .img-responsive{
	width : 100%
}

.youthCard  p {
    font-size: 0.6rem;
    letter-spacing: normal;
    font-weight: 500;
	line-height: 0.8em;
	margin-bottom: 0.4rem;
}
.youthCard h1{
    font-size: 2rem;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 2rem;
	letter-spacing: 10px;
}
.youthCard h2{
    font-size: 1.2rem;
	font-weight: bold;
	line-height: normal;
	margin-top : 0.75rem;
}
.youthCard h3{
	font-size: 0.80rem;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 0.4rem;
}
.youthCard h5{
    font-size: 0.7rem;
	margin-bottom: 5px;
	font-weight: 500;
}
.youthCard-head1 img{
	width:90%;
	margin-bottom: 5px;
}
.youthCard-head2{
	text-align: left;
	border-left: 2px solid;
	padding-top: 4px;
}
.youthCard ul {
    font-size: 12px;
    text-align: left;
    line-height: 3px;
}
.youthCard ul li {
    line-height: 1rem;
}
.youthCard-body{
	padding : 15px;
}
.youthCard .portrait, .youthCard .qr {
    padding: 0;
}
.youthCard .qr, .youthCard .onj{
/*     padding-top: 7%; */
    padding-right: 15px;
	font-size: 10px;
	font-weight: 500;
}
.youthCard .onj{
	padding-top: 10%;
	width : 70%;
	padding-left: 0;
}
.youthCard .portrait  img{
    width: 100%;
	border-radius: 10px;
}
.text-area-heignt{
    height: 200px;
}
.ticket-background{
    border:1px solid #e9e9e9;
    background:#e9e9e9;
    padding:3%;
}
