/* CSS Document */
body{
	display: flex;
	min-height: 100vh;
	background: url(../img/background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
	object-fit: none;
	font-family: "Avant Garde", Tahoma , "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	background-position: 0%;
}

#university-information{
	height: 7rem;
	width: 100%;
	transform: translateY(5%);
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 40px rgba(8, 7, 16, 0.4);
}

.branch-information{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}
.university-name{
	padding-top: 2%;
	font-weight: bold;
}
.vi-name {
	color: #BC211C;
	margin-left: 10px;
	font-size: 1.3rem;
}
.en-name {
	color: #BC211C;
    margin-left: 10px;
    font-size: 1.3rem;
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
	margin-top: 10px !important;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.general_login_form{
	display:block;
	max-width:600px;
	margin:12px auto auto auto;
	padding: 0px 0px 0px 0px;
	margin-top: 8%;
}
.general{
	height: 25rem;
    width: 26rem;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 82%;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 40px rgba(8, 7, 16, 0.4);
    padding: 0px 0px;
}

.card-header {
	color: white;
	background-color: transparent;
	border: none;
	text-align: center;
}

.wellcome {
	font-size: 1.5em;
    font-weight: 550;
    color: #BC211C;
	margin-bottom: 5px;
}

.branch-line {
	margin-left: auto;
    margin-right: auto;
    font-size: 3.5em;
    font-weight: bold;
    display: inline-block;
    border-bottom: 4px solid #BC211C;
    padding-bottom: 2px;
    color: #BC211C;
}
.text-white {
	color: #BC211C;
}

.input-box .icon {
    position: absolute;
    right: 7px;
    color: #000;
    font-size: 1.1em;
    line-height: 50px;
}

/*form{
    height: 30rem;
    width: 21rem;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 40px rgba(8, 7, 16, 0.4);
    padding: 20px 35px;
 }*/

.span_1_of_1 {
	width: 100%;
}
.text_welcome{
	font-family:UVN Sach Vo;
	font-size:32px;
	line-height:100%;
	color:#da251d;
	padding:2px 0px 2px 0px;
}
.span1{
	font-size:29px;
}


.span2{
	font-size:32px;
	font-family: 'Helvetica Neue', arial, helvetica, helve, sans-serif !important;

}
.text_connect{
	font-family:UTM Avo;
	font-size:25px;
	line-height:120%;
	color:#da251d;
	padding: 8px 0px 8px 0px;
}
.text_bot{
	font-family:UTM Avo;
	font-size:18px;
	line-height:140%t;
	color:#da251d;
	padding:20px 0px 20px 0px;
	margin:0px 0px 0px 0px;
	background: #7e7f81;
}

.logo img {
	width: 30%;
}

.footer {
	position: fixed; /* đặt phần tử ở vị trí cố định trên trình duyệt */
  	bottom: 3%; /* đặt khoảng cách của phần tử với lề dưới bằng 5% độ cao của trình duyệt */
  	width: 100%; /* đặt chiều rộng của phần tử bằng 100% chiều rộng của phần tử cha */
	color: #FFF;
}




/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 1024px) {
	.branch-information{
		width: 70%;
	}
}

@media only screen and (max-width: 720px) {
	body{
		display: flex;
		min-height: 100vh;
		background: url(../img/background720.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		font-family: "Avant Garde", Tahoma , "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
		margin: 0;
		padding: 0;	
	}
	.col {
		margin: 0% 0% 0% 0%;
	}
	.general_login_form{
		display:block;
		margin:auto auto auto auto;
		padding:0px 0px 0px 0px;
	}
	.general{
		height: 20rem;
		width: 17rem;
		background-color: rgba(255, 255, 255, 0.1);
		position: absolute;
		transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
		border-radius: 10px;
		backdrop-filter: blur(10px);
		border: 2px solid rgba(255, 255, 255, 0.1);
		box-shadow: 0 0 40px rgba(8, 7, 16, 0.4);
		padding: 18px 20px;
	}
	.text_welcome{
		font-size:32px;
	}
	.span1{
		font-size:20px;
	}
	.span2{
		font-size:25px;
	}
	.text_connect{
		font-size:23px;
		padding:9px 0px 9px 0px;
	}
	.text_bot{
		font-size:15px;
		line-height:140%t;
		color:#ffffff;
		padding:10px 0px 10px 0px;
	}
	.text_bot img{
		width:15%;

	}
	.btn_login img{
		max-width:60% !important;
	}
	.logo img{
		width:40%;
	}
	.span_1_of_1{ width: 100%; }
	#university-information{
		height: 85px;
	}

	.branch-information{
		width: 95%;
	}

	.branch-information img{
		width: 4rem !important;
	}
	.vi-name{
		font-size: 0.9rem;
	}
	.en-name{
		font-size: 0.7rem;
	}
	.wellcome {
		font-size: 1.3em;
	}
	.branch-line {
		font-size: 2.8em;
	}
	.text-black {
		font-size: 12px ;
	}
	/*form{
		height: 28rem;
		width: 18rem;
		background-color: rgba(255, 255, 255, 0.1);
		position: absolute;
		transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
		border-radius: 10px;
		backdrop-filter: blur(10px);
		border: 2px solid rgba(255, 255, 255, 0.1);
		box-shadow: 0 0 40px rgba(8, 7, 16, 0.4);
		padding: 20px 35px;
	 }*/
	.left-form{
		font-size: 0.7em;
	}
	.card-header{
		margin-top: 15%;
	}
	.general form{
		width: 100% !important;
		margin-top: 15px;
	}

	.general .left-form{
		margin-left: 30px;
	}

	.sm\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	  }
	  
	.section_group1 img {
		width: 50%;
		margin-top: 15px;
  }
}

@media only screen and (max-width: 325px) {
	.vi-name{
		font-size: 12px;
	}
	.en-name{
		font-size: 10px;
	}

	.span1{
		font-size:17px;
	}

	.span2{
		font-size:20px;

	}

	.text_welcome{
		font-size:28px;
	}

	.text_connect{
		font-size:16px;
		padding:1px 0px 1px 1px;
	}

	.logo img{
		width:35%;
	}

}

.text-red-400 {
	--tw-text-opacity: 1;
	color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
  }

  .mt-3 {
	margin-top: 0.75rem;
  }
  .text-blue-400 {
	--tw-text-opacity: 1;
	color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .mt-6 {
	margin-top: 1.5rem;
  }