@importurl("https://fonts.googleapis.com/css2?family=Inter:wght@300;600&display=swap");

:root{ 
--blue: #131086;
--coffee: #8b4513;
--brown: #cd853f;
--maroon: #a70000;
--red: #ff0000;
--dpink: #ff5252;
--pink : #ff7b7b;
--pastelpink : #ffbaba;
}

* {
	box-sizing : border-box;
}

html {
	height:100%;
}
	
body {
	padding : 0;
	margin:0;
	font-family : arial;
	background : none;
	background-attachment: fixed;
	background-repeat: no-repeat;
	height:100%;
}

input[type="password"]::-ms-reveal {
	display: none;
}
 
.navbar-fixed {
	position: relative;
	height: 56px;
	z-index: 997;
}

.navbar-fixed nav {
	position: fixed;
}

.red {
	background-color: #F44336 !important;
}

.red.lighten-5 {
 	background-color: #FFEBEE !important;
}

.red.lighten-4 {
 	background-color: #FFCDD2 !important;
}

.red.lighten-3 {
 	background-color: #EF9A9A !important;
}

.red.lighten-2 {
 	background-color: #E57373 !important;
}

.red.lighten-1 {
 	background-color: #EF5350 !important;
}

.red.darken-1 {
 	background-color: #E53935 !important;
}

.red.darken-2 {
 	background-color: #D32F2F !important;
}

.red.darken-3 {
 	background-color: #D32F2F !important;
}

.red.darken-4 {
 	background-color: #B71C1C !important;
}

.red.accent-1 {
 	background-color: #FF8A80 !important;
}

.red.accent-2 {
 	background-color: #FF5252 !important;
}

.red.accent-3 {
 	background-color: #FF1744 !important;
}

.red.accent-4 {
 	background-color: #D50000 !important;
}

.pink {
 	background-color: #e91e63 !important;
}

.pink.lighten-5 {
 	background-color: #fce4ec !important;
}

.pink.lighten-4 {
 	background-color: #f8bbd0 !important;
}

.pink.lighten-3 {
 	background-color: #f48fb1 !important;
}

.pink.lighten-2 {
 	background-color: #f06292 !important;
}

.pink.lighten-1 {
 	background-color: #ec407a !important;
}

.pink.darken-1 {
 	background-color: #d81b60 !important;
}

.pink.darken-2 {
 	background-color: #c2185b !important;
}

.pink.darken-3 {
 	background-color: #ad1457 !important;
}

.pink.darken-4 {
 	background-color: #880e4f !important;
}

.pink.accent-1 {
 	background-color: #ff80ab !important;
}

.pink.accent-2 {
 	background-color: #ff4081 !important;
}

.pink.accent-3 {
 	background-color: #f50057 !important;
}

.pink.accent-4 {
 	background-color: #c51162 !important;
}

.purple {
 	background-color: #9c27b0 !important;
}

.purple.lighten-5 {
 	background-color: #f3e5f5 !important;
}

.purple.lighten-4 {
 	background-color: #e1bee7 !important;
}

.purple.lighten-3 {
 	background-color: #ce93d8 !important;
}

.purple.lighten-2 {
 	background-color: #ba68c8 !important;
}

.purple.lighten-1 {
 	background-color: #ab47bc !important;
}

.purple.darken-1 {
 	background-color: #8e24aa !important;
}

.purple.darken-2 {
 	background-color: #7b1fa2 !important;
}

.purple.darken-3 {
 	background-color: #6a1b9a !important;
}

.purple.darken-4 {
 	background-color: #4a148c !important;
}

.purple.accent-1 {
 	background-color: #ea80fc !important;
}

.purple.accent-2 {
 	background-color: #e040fb !important;
}

.purple.accent-3 {
 	background-color: #d500f9 !important;
}

.purple.accent-4 {
 	background-color: #aa00ff !important;
}

.deep-purple {
 	background-color: #673ab7 !important;
}

.deep-purple.lighten-5 {
 	background-color: #ede7f6 !important;
}

.deep-purple.lighten-4 {
 	background-color: #d1c4e9 !important;
}

.deep-purple.lighten-3 {
 	background-color: #b39ddb !important;
}

.deep-purple.lighten-2 {
 	background-color: #9575cd !important;
}

.deep-purple.lighten-1 {
 	background-color: #7e57c2 !important;
}

.deep-purple.darken-1 {
	background-color: #5e35b1 !important;
}

.deep-purple.darken-2 {
 	background-color: #512da8 !important;
}

.deep-purple.darken-3 {
 	background-color: #4527a0 !important;
}

.deep-purple.darken-4 {
 	background-color: #311b92 !important;
}

.deep-purple.accent-1 {
 	background-color: #b388ff !important;
}

.deep-purple.accent-2 {
 	background-color: #7c4dff !important;
}

.deep-purple.accent-3 {
 	background-color: #651fff !important;
}

.deep-purple.accent-4 {
 	background-color: #6200ea !important;
}

.indigo {
 	background-color: #3f51b5 !important;
}

.indigo.lighten-5 {
 	background-color: #e8eaf6 !important;
}

.indigo.lighten-4 {
 	background-color: #c5cae9 !important;
}

.indigo.lighten-3 {
 	background-color: #9fa8da !important;
}

.indigo.lighten-2 {
 	background-color: #7986cb !important;
}

.indigo.lighten-1 {
 	background-color: #5c6bc0 !important;
}

.indigo.darken-1 {
 	background-color: #3949ab !important;
}

.indigo.darken-2 {
 	background-color: #303f9f !important;
}

.indigo.darken-3 {
 	background-color: #283593 !important;
}

.indigo.darken-4 {
 	background-color: #1a237e !important;
}

.indigo.accent-1 {
 	background-color: #8c9eff !important;
}

.indigo.accent-2 {
 	background-color: #536dfe !important;
}

.indigo.accent-3 {
 	background-color: #3d5afe !important;
}

.indigo.accent-4 {
 	background-color: #304ffe !important;
}

.blue {
 	background-color: #2196F3 !important;
}

.blue.lighten-5 {
 	background-color: #E3F2FD !important;
}

.blue.lighten-4 {
 	background-color: #BBDEFB !important;
}

.blue.lighten-3 {
 	background-color: #90CAF9 !important;
}

.blue.lighten-2 {
 	background-color: #64B5F6 !important;
}

.blue.lighten-1 {
 	background-color: #42A5F5 !important;
}

.blue.darken-1 {
 	background-color: #1E88E5 !important;
}

.blue.darken-2 {
 	background-color: #1976D2 !important;
}

.blue.darken-3 {
 	background-color: #1565C0 !important;
}

.blue.darken-4 {
 	background-color: #0D47A1 !important;
}

.blue.accent-1 {
 	background-color: #82B1FF !important;
}

.blue.accent-2 {
 	background-color: #448AFF !important;
}

.blue.accent-3 {
 	background-color: #2979FF !important;
}

.blue.accent-4 {
 	background-color: #2962FF !important;
}

.light-blue {
 	background-color: #03a9f4 !important;
}

.light-blue.lighten-5 {
 	background-color: #e1f5fe !important;
}

.light-blue.lighten-4 {
 	background-color: #b3e5fc !important;
}

.light-blue.lighten-3 {
 	background-color: #81d4fa !important;
}

.light-blue.lighten-2 {
 	background-color: #4fc3f7 !important;
}

.light-blue.lighten-1 {
 	background-color: #29b6f6 !important;
}

.light-blue.darken-1 {
 	background-color: #039be5 !important;
}

.light-blue.darken-2 {
 	background-color: #0288d1 !important;
}

.light-blue.darken-3 {
 	background-color: #0277bd !important;
}

.light-blue.darken-4 {
 	background-color: #01579b !important;
}

.light-blue.accent-1 {
 	background-color: #80d8ff !important;
}

.light-blue.accent-2 {
 	background-color: #40c4ff !important;
}

.light-blue.accent-3 {
 	background-color: #00b0ff !important;
}

.light-blue.accent-4 {
 	background-color: #0091ea !important;
}

.cyan {
 	background-color: #00bcd4 !important;
}

.cyan.lighten-5 {
 	background-color: #e0f7fa !important;
}

.cyan.lighten-4 {
 	background-color: #b2ebf2 !important;
}

.cyan.lighten-3 {
 	background-color: #80deea !important;
}

.cyan.lighten-2 {
 	background-color: #4dd0e1 !important;
}

.cyan.lighten-1 {
 	background-color: #26c6da !important;
}

.cyan.darken-1 {
 	background-color: #00acc1 !important;
}

.cyan.darken-2 {
 	background-color: #0097a7 !important;
}

.cyan.darken-3 {
 	background-color: #00838f !important;
}

.cyan.darken-4 {
 	background-color: #006064 !important;
}

.cyan.accent-1 {
 	background-color: #84ffff !important;
}

.cyan.accent-2 {
 	background-color: #18ffff !important;
}

.cyan.accent-3 {
 	background-color: #00e5ff !important;
}

.cyan.accent-4 {
 	background-color: #00b8d4 !important;
}

.teal {
 	background-color: #009688 !important;
}

.teal.lighten-5 {
 	background-color: #e0f2f1 !important;
}

.teal.lighten-4 {
 	background-color: #b2dfdb !important;
}

.teal.lighten-3 {
 	background-color: #80cbc4 !important;
}

.teal.lighten-2 {
 	background-color: #4db6ac !important;
}

.teal.lighten-1 {
 	background-color: #26a69a !important;
}

.teal.darken-1 {
 	background-color: #00897b !important;
}

.teal.darken-2 {
 	background-color: #00796b !important;
}

.teal.darken-3 {
 	background-color: #00695c !important;
}

.teal.darken-4 {
 	background-color: #004d40 !important;
}

.teal.accent-1 {
 	background-color: #a7ffeb !important;
}

.teal.accent-2 {
 	background-color: #64ffda !important;
}

.teal.accent-3 {
 	background-color: #1de9b6 !important;
}

.teal.accent-4 {
 	background-color: #00bfa5 !important;
}

.green {
 	background-color: #4CAF50 !important;
}

.green.lighten-5 {
 	background-color: #E8F5E9 !important;
}

.green.lighten-4 {
 	background-color: #C8E6C9 !important;
}

.green.lighten-3 {
 	background-color: #A5D6A7 !important;
}

.green.lighten-2 {
 	background-color: #81C784 !important;
}

.green.lighten-1 {
 	background-color: #66BB6A !important;
}

.green.darken-1 {
 	background-color: #43A047 !important;
}

.green.darken-2 {
 	background-color: #388E3C !important;
}

.green.darken-3 {
 	background-color: #2E7D32 !important;
}

.green.darken-4 {
 	background-color: #1B5E20 !important;
}

.green.accent-1 {
 	background-color: #B9F6CA !important;
}

.green.accent-2 {
 	background-color: #69F0AE !important;
}

.green.accent-3 {
 	background-color: #00E676 !important;
}

.green.accent-4 {
 	background-color: #00C853 !important;
}

.light-green {
 	background-color: #8bc34a !important;
}

.light-green.lighten-5 {
 	background-color: #f1f8e9 !important;
}

.light-green.lighten-4 {
 	background-color: #dcedc8 !important;
}

.light-green.lighten-3 {
 	background-color: #c5e1a5 !important;
}

.light-green.lighten-2 {
 	background-color: #aed581 !important;
}

.light-green.lighten-1 {
 	background-color: #9ccc65 !important;
}

.light-green.darken-1 {
 	background-color: #7cb342 !important;
}

.light-green.darken-2 {
 	background-color: #689f38 !important;
}

.light-green.darken-3 {
 	background-color: #558b2f !important;
}

.light-green.darken-4 {
 	background-color: #33691e !important;
}

.light-green.accent-1 {
 	background-color: #ccff90 !important;
}

.light-green.accent-2 {
 	background-color: #b2ff59 !important;
}

.light-green.accent-3 {
 	background-color: #76ff03 !important;
}

.light-green.accent-4 {
 	background-color: #64dd17 !important;
}

.lime {
 	background-color: #cddc39 !important;
}

.lime.lighten-5 {
 	background-color: #f9fbe7 !important;
}

.lime.lighten-4 {
 	background-color: #f0f4c3 !important;
}

.lime.lighten-3 {
 	background-color: #e6ee9c !important;
}

.lime.lighten-2 {
 	background-color: #dce775 !important;
}

.lime.lighten-1 {
 	background-color: #d4e157 !important;
}

.lime.darken-1 {
 	background-color: #c0ca33 !important;
}

.lime.darken-2 {
 	background-color: #afb42b !important;
}

.lime.darken-3 {
 	background-color: #9e9d24 !important;
}

.lime.darken-4 {
 	background-color: #827717 !important;
}

.lime.accent-1 {
 	background-color: #f4ff81 !important;
}

.lime.accent-2 {
 	background-color: #eeff41 !important;
}

.lime.accent-3 {
 	background-color: #c6ff00 !important;
}

.lime.accent-4 {
 	background-color: #aeea00 !important;
}

.yellow {
 	background-color: #ffeb3b !important;
}

.yellow.lighten-5 {
 	background-color: #fffde7 !important;
}

.yellow.lighten-4 {
 	background-color: #fff9c4 !important;
}

.yellow.lighten-3 {
 	background-color: #fff59d !important;
}

.yellow.lighten-2 {
 	background-color: #fff176 !important;
}

.yellow.lighten-1 {
 	background-color: #ffee58 !important;
}

.yellow.darken-1 {
 	background-color: #fdd835 !important;
}

.yellow.darken-2 {
 	background-color: #fbc02d !important;
}

.yellow.darken-3 {
 	background-color: #f9a825 !important;
}

.yellow.darken-4 {
 	background-color: #f57f17 !important;
}

.yellow.accent-1 {
 	background-color: #ffff8d !important;
}

.yellow.accent-2 {
 	background-color: #ffff00 !important;
}

.yellow.accent-3 {
 	background-color: #ffea00 !important;
}

.yellow.accent-4 {
 	background-color: #ffd600 !important;
}

.amber {
 	background-color: #ffc107 !important;
}

.amber.lighten-5 {
 	background-color: #fff8e1 !important;
}

.amber.lighten-4 {
 	background-color: #ffecb3 !important;
}

.amber.lighten-3 {
 	background-color: #ffe082 !important;
}

.amber.lighten-2 {
 	background-color: #ffd54f !important;
}

.amber.lighten-1 {
 	background-color: #ffca28 !important;
}

.amber.darken-1 {
 	background-color: #ffb300 !important;
}

.amber.darken-2 {
 	background-color: #ffa000 !important;
}

.amber.darken-3 {
 	background-color: #ff8f00 !important;
}

.amber.darken-4 {
 	background-color: #ff6f00 !important;
}

.amber.accent-1 {
 	background-color: #ffe57f !important;
}

.amber.accent-2 {
 	background-color: #ffd740 !important;
}

.amber.accent-3 {
 	background-color: #ffc400 !important;
}

.amber.accent-4 {
 	background-color: #ffab00 !important;
}

.orange {
 	background-color: #ff9800 !important;
}

.orange.lighten-5 {
 	background-color: #fff3e0 !important;
}

.orange.lighten-4 {
 	background-color: #ffe0b2 !important;
}

.orange.lighten-3 {
 	background-color: #ffcc80 !important;
}

.orange.lighten-2 {
 	background-color: #ffb74d !important;
}

.orange.lighten-1 {
 	background-color: #ffa726 !important;
}

.orange.darken-1 {
 	background-color: #fb8c00 !important;
}

.orange.darken-2 {
 	background-color: #f57c00 !important;
}

.orange.darken-3 {
 	background-color: #ef6c00 !important;
}

.orange.darken-4 {
 	background-color: #e65100 !important;
}

.orange.accent-1 {
 	background-color: #ffd180 !important;
}

.orange.accent-2 {
 	background-color: #ffab40 !important;
}

.orange.accent-3 {
 	background-color: #ff9100 !important;
}

.orange.accent-4 {
 	background-color: #ff6d00 !important;
}

.deep-orange {
 	background-color: #ff5722 !important;
}

.deep-orange.lighten-5 {
 	background-color: #fbe9e7 !important;
}

.deep-orange.lighten-4 {
 	background-color: #ffccbc !important;
}

.deep-orange.lighten-3 {
 	background-color: #ffab91 !important;
}

.deep-orange.lighten-2 {
 	background-color: #ff8a65 !important;
}

.deep-orange.lighten-1 {
 	background-color: #ff7043 !important;
}

.deep-orange.darken-1 {
 	background-color: #f4511e !important;
}

.deep-orange.darken-2 {
 	background-color: #e64a19 !important;
}

.deep-orange.darken-3 {
 	background-color: #d84315 !important;
}

.deep-orange.darken-4 {
 	background-color: #bf360c !important;
}

.deep-orange.accent-1 {
 	background-color: #ff9e80 !important;
}

.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}

.deep-orange.accent-2 {
 	background-color: #ff6e40 !important;
}

.deep-orange.accent-3 {
 	background-color: #ff3d00 !important;
}

.deep-orange.accent-4 {
 	background-color: #dd2c00 !important;
}

.brown {
 	background-color: #795548 !important;
}

.brown.lighten-5 {
 	background-color: #efebe9 !important;
}

.brown.lighten-4 {
 	background-color: #d7ccc8 !important;
}

.brown.lighten-3 {
 	background-color: #bcaaa4 !important;
}

.brown.lighten-2 {
 	background-color: #a1887f !important;
}

.brown.lighten-1 {
 	background-color: #8d6e63 !important;
}

.brown.darken-1 {
 	background-color: #6d4c41 !important;
}

.brown.darken-2 {
 	background-color: #5d4037 !important;
}

.brown.darken-3 {
 	background-color: #4e342e !important;
}

.brown.darken-4 {
 	background-color: #3e2723 !important;
}

.blue-grey {
 	background-color: #607d8b !important;
}

.blue-grey.lighten-5 {
 	background-color: #eceff1 !important;
}

.blue-grey.lighten-4 {
 	background-color: #cfd8dc !important;
}

.blue-grey.lighten-3 {
 	background-color: #b0bec5 !important;
}

.blue-grey.lighten-2 {
 	background-color: #90a4ae !important;
}

.blue-grey.lighten-1 {
 	background-color: #78909c !important;
}

.blue-grey.darken-1 {
 	background-color: #546e7a !important;
}

.blue-grey.darken-2 {
 	background-color: #455a64 !important;
}

.blue-grey.darken-3 {
 	background-color: #37474f !important;
}

.blue-grey.darken-4 {
 	background-color: #263238 !important;
}

.grey {
 	background-color: #9e9e9e !important;
}

.grey.lighten-5 {
 	background-color: #fafafa !important;
}

.grey.lighten-4 {
 	background-color: #f5f5f5 !important;
}

.grey.lighten-3 {
 	background-color: #eeeeee !important;
}

.grey.lighten-2 {
 	background-color: #e0e0e0 !important;
}

.grey.lighten-1 {
 	background-color: #bdbdbd !important;
}

.grey.darken-1 {
 	background-color: #757575 !important;
}

.grey.darken-2 {
 	background-color: #616161 !important;
}

.grey.darken-3 {
 	background-color: #424242 !important;
}

.grey.darken-4 {
 	background-color: #212121 !important;
}

.black {
 	background-color: #000000 !important;
}

.black-text {
  color: #000000 !important;
}

.white {
	background-color: #FFF !important;
}

.white-text {
	color: #FFF !important;
}

nav {
	color: #fff;
	background-color: #ee6e73;
	width: 100%;
	height: 56px;
	line-height: 56px;
}

nav .nav-wrapper {
	position: relative;
	height: 100%;
}

.container {
	width: 93%;
	margin: 0 auto;
	max-width: 1280px;
}

.popupbg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: black; 
	visibility : hidden;
	transition: all 0.5 linear;
	-webkit-transition: same!
	-moz-transition: same!
	-o-transition: same!
}

.open-popupbg {
	visibility : visible;
	opacity : 0.5;
	z-index : 9999999;
}

.passpopup {
	width : 40%;
	height : 260px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	background : #f9f9f9;
	border-radius : 6px;
	position : absolute;
	text-align : center;
	transform : translate (-50px, -50px) scale(0,1);
	top :0;
	left : 30%;
	color: #333;
	box-shadow : 1px 1px 1px 1px black;
	visibility : hidden;
	border-top : black solid 1px;
	border-left : black solid 1px;
	z-index : 9999999;
}

.open-passpopup {
	visibility : visible;
	transform : translate (-50px, -50px) scale(1);
	top :20%;
}

.nama {
	font-size: 1.6rem;
	line-height: 100%;
	margin: 0.9rem 0 0 0;
	font-weight: 400;
	text-align:left;
	font-family: arial;
	cursor:pointer;
	background:none;
	border:none;
	color:white;
}

.pass-title {
	font-size: 25px;
	font-weight : 500;
	margin-top: 9px;
	margin-bottom: 9px;
	color:black;
}

.cancelpass {
	background : white;
	border: 1px solid #281634 ;
	padding : 5px;
	margin-right : 10px;
	margin-top : 35px;
	height:40px;
	width:70px;
}

.savepass {
	background : -webkit-linear-gradient(45deg, #F44336, #ff7b7b);
	color:white;
	border: 1px solid black;
	padding : 5px;
	margin-right : 10px;
	margin-top : 35px;
	height:40px;
	width:70px;
}
  
.login-container {
	display : grid;
	grid-template-columns : 50% 50%;
	border-radius : 10px;
	overflow : hidden;	
	margin:20px;
}

.mobile-login {
	min-height : calc(100vh - 40px * 2);
	border-radius : 10px;	
	max-height : calc(100vh - 210px);
	margin:20px;
}

.login-left {
	display : flex;
	flex-direction : column;
	justify-content : center;
	padding-left : 30px;
	padding-right : 30px;
	padding-top:40px;
}

.login-right {
	background-color : none;
	display : flex; 
	justify-content: right;
	 padding: 40px;
}

.login-content {
	background-color : none;
	display : flex; 
	justify-content : center;
	padding: 0px;
}

.login-header {
	margin-bottom:5px;
}

img.responsive-img, video.responsive-video {
	max-width: 100%;
	height: auto;
}

img {
	border-style: none;
}

h5{
	font-size: 1.6rem;
	line-height: 100%;
	margin: 1rem 0 1.168rem 0;
	font-weight: 400;
	float:left;
}

h6{
	font-size: 1.75rem;
	line-height: 100%;
	margin: 1rem 0 1.168rem 0;
	font-weight: 400;
}

.mb-login {
	float:right;
	background:none;
	border:none;
	color:white;
	font-size: 1.3rem;
	margin: 6px 0 1.168rem 0;
	display:none;
}

p {
	opacity : 0.7;
	margin-bottom : 20px;
	margin-top:0;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 2px;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

table {
	width: 100%;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
}

table, th, td {
	border: none;
}

.card {
	position: relative;
	margin: 0.5rem 0 1rem 0;
	background-color: #fff;
	-webkit-transition: -webkit-box-shadow .25s;
	transition: -webkit-box-shadow .25s;
	transition: box-shadow .25s;
	transition: box-shadow .25s, -webkit-box-shadow .25s;
	border-radius: 2px;
}

.card-mb {
	position: relative;
	margin: 0.5rem 0 1rem 0;
	background-color: #fff;
	-webkit-transition: -webkit-box-shadow .25s;
	transition: -webkit-box-shadow .25s;
	transition: box-shadow .25s;
	transition: box-shadow .25s, -webkit-box-shadow .25s;
	border-radius: 2px;
	width:35%;
}

.z-depth-1, nav, .card-panel, .card, .card-mb, .toast, .btn, .btn-large, .btn-small, .btn-floating, .dropdown-content, .collapsible, .sidenav {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.card .card-content {
	padding: 24px;
	border-radius: 0 0 2px 2px;
}

.card .card-content .card-title {
	display: block;
	line-height: 32px;
	margin-bottom: 35px;
	text-align:center;
}

.card .card-title {
	font-size: 24px;
	font-weight: 300;
}

.card-mb .card-content {
	padding: 24px;
	border-radius: 0 0 2px 2px;
}

.card-mb .card-content .card-title {
	display: block;
	line-height: 32px;
	margin-bottom: 35px;
	text-align:center;
}

.card-mb .card-title {
	font-size: 24px;
	font-weight: 300;
}

.login-form {
	width : 100%;
}
	
.form-item label:not(.checkboxlabel) {
	display : inline-block;
	background-color: white;
	margin-bottom : 10px;
	position : absolute;
	padding : 0 10px;
	transform : translate (30px, -10px);
	font-size: 16px;
	margin-top : -4px;
}

.form-item {
	margin-bottom: 30px;
}	

.form-item .pass {
        display: flex;
        flex-direction: column;
}

.in-login:focus {
	border: 1px solid red;
}

.input-container {
    display: flex;
    align-items: center;
}

.login-pass {
	padding-right: 30px;
	flex: 1;
}

input[type='text'],
input[type='password'] {
	border : 1px solid black;
	height : 45px;
	padding : 5px 2.6rem 0 1.5rem;
	width : 100%;
	outline : none;
	font-size : 17px;
	border-radius : 100px;
}

.eyeiconpass {
	margin-left:-30px;
	margin-right:6px;
}

.pass-link{
	margin-top: 5px;
}

.pass-link a{
	color: black;
	text-decoration: none;
	margin-left:5px;
}

.pass-link a:hover{
	text-decoration: underline;
	color: #3b7053;
}

.login {
	border : none;
	background : -webkit-linear-gradient(right, #F44336, #ff7b7b);
	color: white;
	border-radius : 100px;
	text-align : center;
	text-transform : uppercase;
	font-size : 16px;
	height : 55px;
	width:100%;
	cursor : pointer;
	transition: all 0.4s ease;
}

.error {
	background: #F2DEDE;
	color: #A94442;
	padding: 10px;
	width: 95%;
	border-radius: 5px;
	margin-bottom : 30px;
}

.page-footer {
	padding-top: 20px;
	color: #fff;
	background-color: #ee6e73;
}

.white {
	background-color: #fff !important;
}

footer {
	position: fixed;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
}

article, aside, footer, header, nav, section {
	display: block;
}

.page-footer .footer-copyright {
	overflow: hidden;
	min-height: 45px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 0px;
	color: rgba(255,255,255,0.8);
	background-color: rgba(51,51,51,0.08);
}

small {
	font-size: 75%;
}

.right {
	float: right !important;
}

.white-text {
	color: #fff !important;
	margin-top: 4px;
}

a {
	text-decoration: none;
	color: #039be5;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

.landscape-message {
	display: none;
	justify-content:center;
	height: 100%;
	width:100%;
	text-align:center;
}		

.landscape-msg {
	margin:auto;
	width:100%;
	font-weight:bolder;
}

i.fa.fa-rotate-left {
	font-size: 26px;
	margin-left:5px;
}

i.fa.fa-eye.eyeicon-login {
	left:90%!important;
	position:absolute;
}

.savereset {
	float:left;
	margin-bottom:20px;
	height:40px;
	width:70px;
	background : -webkit-linear-gradient(45deg, #F44336, #ff7b7b);
	color:white;
	border-radius:5px;
	border:1px solid black;
	font-weight:bolder;
}

.cancelreset {
	float:right;
	margin-bottom:20px;
	height:40px;
	width:70px;
	color : -webkit-linear-gradient(45deg, #F44336, #ff7b7b);
	background:#f4f4f4;
	border-radius:5px;
	border:1px solid black;
	font-weight:bolder;
}

@media (max-width:1380px){
	.login-left {
		padding-bottom : 50px;
		margin :0;
	}
	.login-form {
		width : 100%;
	}
}

@media (min-width:293px) and (max-width:320px){
	i.fa.fa-eye.eyeicon-login {
		left:84%!important;
		position:absolute;
		top:51%!important;
	}
}	

@media (min-width:321px) and (max-width:382px){
	i.fa.fa-eye.eyeicon-login {
		left:82%!important;
		top:51%!important;
	}
}

@media (min-width:383px) and (max-width:426px){
	i.fa.fa-eye.eyeicon-login {
		left:83.5%!important;
		top:51%!important;
	}
}

@media (min-width:427px) and (max-width:492px){
	i.fa.fa-eye.eyeicon-login {
		left:86%!important;
		position:absolute;
		top:51%!important;
	}
}	

@media (min-width:493px) and (max-width:500px){
	i.fa.fa-eye.eyeicon-login {
		left:88%!important;
		position:absolute;
		top:51%!important;
	}
}	

@media (min-width:501px) and (max-width:624px){
	i.fa.fa-eye.eyeicon-login {
		left:85%!important;
		position:absolute;
		top:51%!important;
	}
}	

@media (min-width:625px) and (max-width:767px){
	i.fa.fa-eye.eyeicon-login {
		left:86%!important;
		position:absolute;
		top:51%!important;
	}
}

@media (min-width:279px) and (max-width:292px){
	.card-mb {
		width: 100%;
	}
	.mobile-login {
		margin: 20px 10px;
	}
	i.fa.fa-eye.eyeicon-login {
		left:81%!important;
		top:54%!important;
	}
}

@media (min-width:293px) and (max-width:320px){
	.card-mb {
		width: 100%;
	}
	.mobile-login {
		margin: 20px 10px;
	}
	i.fa.fa-eye.eyeicon-login {
		left:81%!important;
		top:51%!important;
	}
}

@media (min-width:321px) and (max-width:500px){
	.card-mb {
		width: 100%;
	}
}

@media (min-width:501px) and (max-width:558px){
	.card-mb {
		width: 80%;
	}
}

@media (min-width:559px) and (max-width:686px){
	.card-mb {
		width: 70%;
	}
}

@media (min-width:687px) and (max-width:1024px){
	.card-mb {
		width: 60%;
	}
}

@media (min-width:1025px) and (max-width:1080px){
	.card-mb {
		width: 51%;
	}
}

@media (min-width:1081px) and (max-width:1460px){
	.card-mb {
		width: 46%;
	}
}

@media (min-width:1025px) and (max-width:957px){
	.card-mb {
		width: 60%;
	}
}

@media (min-width:768px) and (max-width:856px){
	i.fa.fa-eye.eyeicon-login {
		left:87%!important;
		position:absolute;
		top:51%!important;
	}
}

@media (min-width:857px) and (max-width:1080px){
	i.fa.fa-eye.eyeicon-login {
		left:89%!important;
		position:absolute;
		top:51%!important;
	}
}	

@media (max-width:768px){
	h6 {
		font-size:1.5rem;
	}
	.mb-login {
		display:block;
	}
	.login-container {
		grid-template-columns : auto;
	}
	.login-left {
		padding-left:27px;
		padding-top:20px;
	}
	.login-right {
		display : none;
	}
	.passpopup {
		width:80%;
		left:10%;
	}
	.cancelpass{
		margin-top:30px;
	}
	.savepass{
		margin-top:30px;
	}
	.card .card-content {
		padding: 10px;
	}
	h6 {
		margin: 0.5rem 0 0.5rem 0;
	}
	input[type='text'], input[type='password'] {
		font-size: 14px;
	}	
	.login{
		height:40px;
	}
	.form-item label:not(.checkboxlabel) {
		font-size:14.5px;
	}	
	.pass-link p {
		font-size:14.5px;
	}	
}

@media only screen and (min-width:278px) and (max-width: 286px) { 
	.login-container {
		margin: 20px 3px;
	}
	.login-left {
		padding-left: 0;
	}
}	

@media only screen and (min-width:287px) and (max-width: 312px) { 
	.login-container {
		margin: 20px 3px;
	}
	.login-left {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media only screen and (min-width:313px) and (max-width: 319px) { 
	.login-left {
		padding-left: 0;
	}
}	

@media only screen and (min-width:320px) and (max-width: 331px) { 
	.login-left {
		padding-left: 5px;
		padding-top:5px;
	}
}

@media only screen and (min-width:332px) and (max-width: 338px) { 
	.login-left {
		padding-left: 9px;
	}
}

@media only screen and (min-width:339px) and (max-width: 341px) { 
	.login-left {
		padding-left: 12px;
	}
}

@media only screen and (min-width:342px) and (max-width: 346px) { 
	.login-left {
		padding-left: 13px;
	}
}

@media only screen and (min-width:347px) and (max-width: 350px) { 
	.login-left {
		padding-left: 16px;
	}
}

@media only screen and (min-width:351px) and (max-width: 361px) { 
	.login-left {
		padding-left: 18px;
	}
}

@media only screen and (min-height:1px) and (max-height: 460px) { 
	.login-content {
		padding-bottom: 45px;
	}
}

@media screen and (min-width: 920px) and (max-width: 1920px)  {
	@media screen and (min-height: 1px) and (max-height: 1080px) {
		.login-left {
			padding-top:0px;
		}
		.login-right {
			padding-top:0px;
		}
	}
}	

@media only screen and (min-width:1px) and (max-width: 480px) {
	.container {
		width:98%;
	}
	.nama {
		width : calc(100% - 10rem) !important;
	}
}
	 