:root {
    --button-color: #a19d9e;
    --pink-theme: #eb008a;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    background-image: url("../images/EASB-campus-web-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
	max-height:100%;
	
}
.cny_logo{
	padding:2px 2px 2px 2px;	
	width: 150px;
}
.product_name{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 19px; 
	padding:0px 0px 10px 0px;	
	color:#900C3F;
	text-align:center;	
}
.container-main{
	margin: auto;
	width:auto; /*adjust depends on content width*/
	height:auto;			
	padding:5% 0% 5% 0%;	 
}
.container-sub{
	/* center the page */	
	position:absolute; /*it can be fixed too*/
    left:0; right:0;
    top:0; bottom:0;
    margin:auto;
	height:540px;
	width: 450px;
	
    /*this to solve "the content will not be cut when the window is smaller than the content": */
    max-width:100%;
    max-height:100%;
    overflow:auto;
	
	padding: 15px 30px 15px 30px;
	border-radius: 8px;
	background: #fff;
    text-align: center;
	
}
.login_frame{
	margin:auto;
	/*margin:3px 50px 3px 50px;*/
	border: 1px solid #ddd;
	border-radius: 18px;
	width: 420px;
	height:auto;
	padding-top:10px;
}
.login_frame_content{
	margin:auto;
	width: 355px;
	padding:1px 15px 10px 15px ;
}
.heading-main{
	font-family: 'Roboto', sans-serif;	
	font-weight: bold;
	font-size: 18px; 
	padding:1px 0px 10px 0px;	


}
.heading-sub{
	font-family: 'Roboto', sans-serif;
	font-size: 15px; 
	padding:1px 5px 8px 5px;	

}
.policy-statement{
	font-family: 'Roboto', sans-serif;
	font-size: 12px; 
	padding:10px 5px 2px 5px;	

}

.system-icon-container{
	padding:1px;
	
	/*display: grid; 
	grid-row-gap: 50px;
	grid-column-gap: 50px;
	*/
}
.footer_frame{
	margin:auto;
	padding:6px;
	display: grid;
	background:  #bdc3c7; 
	width: 420px;
	border: 1px solid #ddd;
	border-radius: 18px;
}

input {
    width: 100%;
    font-size: 14px;  
    height: 35px;
    border-style: solid;
    border-width: 1px;
    border-color: var(--pink-theme);
    border-radius: 5px;
    text-indent: 10px;
	margin-bottom:10px;
}


.buttonm.large {
    padding: 6px 10px 6px 10px;
    text-transform: uppercase;
	width:150px;
	margin-bottom:10px;
}
.buttonm {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 6px 20px;
    margin: 0;
    cursor: pointer;
    border: 1px solid #bbb;
	overflow: visible;
	font: bold 13px arial, helvetica, sans-serif;
	text-decoration: none;
	white-space: nowrap;
	color:#555;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(top,
	rgba(255,255,255,1),
	rgba(255,255,255,0));
	background-image: -ms-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
	background-image: -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
	background-image: linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	-ms-transition: background-color .2s ease-out;
	-o-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
	background-clip: padding-box;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
	box-shadow: 0 1px 0	rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0
	rgba(255, 255, 255, .3) inset;
	text-shadow: 0 1px 0 rgba(255,255,255, .9);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	background-color:#ddd;
}

/*
img {
  
  width: 150px;
}
*/
.



p {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 12px;
}

p > span {
    padding-top: 3px;
    display: block;
    font-weight: 400;
    font-size: 9px;
}

h3,h4 {
    text-transform: uppercase;
}



::-webkit-input-placeholder {
    font-weight:100;
    margin-left: 20px;
    padding-left: 10px;
    text-indent: 10px;
}

:-moz-placeholder {
    font-weight:100;
    margin-left: 20px;
    padding-left: 10px;
    text-indent: 10px;
}

::-moz-placeholder {
    font-weight:100;
    margin-left: 20px;
    padding-left: 10px;
    text-indent: 10px;
}

:-ms-input-placeholder {
    font-weight:100;
    margin-left: 20px;
    padding-left: 10px;
    text-indent: 10px;
}

.active-sx{
    animation-name: foregrounding-sx;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
}

.inactive-sx{
    animation-name: overshadowing-sx;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
}

/* Write the CSS for responsive design */
@media only screen and (max-width: 600px) {

}