input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}
html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.page_container {
	flex: 1;

	overflow: hidden;
       flex-wrap: wrap;
}

body {
	font-family: "Century Gothic", sans-serif;
	background-image: url("../images/loginpictures/2.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0;
	padding: 0;

	height: 100%;
	display: flex;
	flex-direction: column;
}

.custom-banner-image {
	background-color: rgba(0, 0, 0, 0.42);
	width: 100%;

	height: 60px;
	min-height: 60px;
	max-height: 60px;
	flex-shrink: 0;

	background-image: url("../images/loginpictures/4.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	font-family: "Century Gothic", sans-serif;
	padding: 0 15vw;
}

.nav-banner-link {
	color: white !important;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 500;

	height: 100%;
	align-content: center;
	font-size: 14px;
	display: inline;
	text-decoration: none;
	padding: 0 24px 0 24px;
	text-align: center;
}

.nav-banner-link a{
	text-align: center;
}



.nav-banner-link:hover, .nav-banner-link.active  {
	background: linear-gradient(#55181800, #ffffff);
}

.rightLinks{
	gap: 40px;
}


.login_container {
	display: flex;
	flex-direction: row;
	background-image: url("../images/loginpictures/5.png");
	justify-content: center;
	align-items: center;
	
	background-position: right top;
	margin: auto;
	background-color: white;
	border-radius: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

	
	width: 90%;
	max-width: 1100px;
	max-height: 100%;
    height: auto;
	
}

.loginpage{
    display: flex;
    flex-direction: column;
    height: 100%;
}


.left {
	position: relative;
	top: 0;
	left: 0;
}

.bg1 {
	position: relative;
	top: 0;
	left: -25px;
	width: 80%;
	height: 480px;
	object-fit: cover;
	border-radius: 80px;
	z-index: 1;
}

.student1 {
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: -30px;
	max-width: 96%;
	border-radius: 0;
}

.pic {
	position: relative;
	left: 20px;

	z-index: 1;
}

.redborder {
	border-radius: 10px;
	border: 2px solid #9e0303;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	transition: all 0.2s ease;
}

.redborder:focus {
	border-color: #9e0303;
	border: 4px solid #9e0303;
	box-shadow: 0 0 5px rgba(158, 3, 3, 0.5);
}



/* tablet mode */
@media (max-width: 768px) { 
	.login_container {
		flex-direction: column;
	}
}

/* phone mode */
@media (max-width: 480px) {
	.custom-banner-image {

		
		background-image: url("../images/loginpictures/3.png");
		padding: 0 0;
	}
	body {

		background-image: url("../images/loginpictures/1.png");

	}
	.rightLinks{
		gap: 0;
	}
}

@media (max-height: 700px) {
    .login_container, .right ,.left {
        transform-origin: center center;
    }
}

@media (max-height: 600px) {
    .login_container, .right ,.left  {
        transform: scale(0.8);
        transform-origin: center center;
    }
}

@media (max-height: 500px) {
    .login_container, .right,.left   {
        transform: scale(0.7);
        transform-origin: center center;
    }
}

@media (max-height: 400px) {
    .login_container, .right  ,.left {
        transform: scale(0.6);
        transform-origin: center center;
    }
}
