/* @import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900&display=swap'); */

* {
	padding: 0;
	margin: 0;
}
.row.notification {
	display: none;
}
html {
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	/* overflow: hidden; */
	font-size: 16px;
	position: relative;
}

body {
	width: 100%;
	height: 100%;
	font-family: Montserrat, sans-serif;
	/* overflow: hidden; */
	overscroll-behavior-y: contain;
	scrollbar-width: thin;
	display: block;
}

body>.welcome_page {
	width: 100%;
	height: 100%;
	overflow: auto;
	overscroll-behavior-y: contain;
	scrollbar-width: thin;
}
body section.welcome {
	height: 100%;
	position: relative;
	padding-left: 128px;
}


body section.welcome>div {
	height: 50%;
    width: 100%;
    top: 50%;
    bottom: 50%;
    transform: translateY(50%);
    margin: auto;
}
body section.welcome>div .title {
	font-weight: 700;
	font-size: 2.5rem;
	color: #071E57;
}

body section.welcome>div>h4{
	font-weight: 500;
	font-size: 1.25rem;
	color: #636363;
	padding-bottom: 100px;
}

.company_logo {
    top: 45px;
    position: absolute;
    right: 45px;
    max-width: 150px;
}

body>section {
	width:100%;
	height: 100%;
	overflow: hidden;
}

.full-height {
	height: 100vh;
}

.flex-center {
	align-items: center;
	display: flex;
	justify-content: center;
}

.position-ref {
	position: relative;
}

.top-right {
	position: absolute;
	right: 10px;
	top: 18px;
}

.content {
	text-align: center;
}

.title {
	/*font-size: 84px;*/
}

.links > a {
	color: #636b6f;
	padding: 0 25px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .1rem;
	text-decoration: none;
	text-transform: uppercase;
}

.m-b-md {
	margin-bottom: 30px;
}

.navbar {
	z-index:1;
}

.alert {
	padding: 0px 20px;
}

.alert>button.close {
    margin-left: 20px;
}

.form_login {
	max-width: 408px;
}

.form_login input.form-control.form_email {
	border:none;
	background-color: white !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	border-radius:0;
	font-size: 1rem;
}

.btn-login {
	width: 162px;
	height: 52px;
	background: #1292EE;
	border-radius: 5px;
	clear: right;
	float: right;
	margin-top: 34px;
	font-weight: 600;
	font-size: 0.9375rem;
	line-height: 52px;
	text-align: center;

	color: #FFFFFF;
}

a.forgot_pass{
	border: none !important;
	background-color: inherit;
	-webkit-appearance: inherit;
	font-weight: 400;
	font-size: 0.875rem;
	text-decoration-line: underline;
	color: #C5C5C5;
	float: right;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}


.form-group img {
	position: absolute;
	top: 5px;
	right: 0;
}
.form_login .form-group {

	position: relative;
}

.form_login .form-group:first-child {
    margin-bottom: 60px;
}

.remember {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 400;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #202020;
	line-height: 15px;
	float: left;
  }
  
  /* Hide the browser's default checkbox */
  .remember input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #ffffff;
	border: 1px solid #000000;
  }
  
  /* On mouse-over, add a grey background color */
  .remember:hover input ~ .checkmark {
	background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .remember input:checked ~ .checkmark {
	background-color: #ffffff;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .remember input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .remember .checkmark:after {
    left: 4px;
    top: 0;
    width: 5px;
    height: 10px;
	border: solid black;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }

  p.terms {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    color: #A6A6A6;
    clear: right;
    padding-top: 70px;
}

p.terms>span {
	display: block;
	width: 100%;
	text-decoration: underline;
	color:#202020
}

.welcome_right {
	background: #071E57;
	height: 100%;
	position: relative;
	z-index: 1;
}

.welcome_right>div {
	width: 100%;
	height: 401px;
	position: absolute;
	background: #FFFFFF;
	box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.15),0px -15px 35px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
}

.welcome_right>div:first-child {
	top: 10%;
	left: -36%;
    z-index: 6;
    /* display: none; */
    width: 192px;
    height: auto;
	max-width: 24.22%;
	max-height: 35.15%;
}

.welcome_right>div:nth-child(2) {
	top: 50%;
    right: 6%;
    z-index: 4;
    width: 110%;
    height: auto;
    position: absolute;
    transform: translateY(-50%);
    max-width: 116%;
    max-height: 46.5%;
}

.welcome_right>div:nth-child(3) {
	bottom: 10%;
    right: 35px;
    z-index: 5;
    /* display: none; */
    width: 300px;
	height: auto;
	max-width: 51%;
    max-height: 35.84%;
}

.btn-new, .topnav.nav_top a.btn-new {
	width: auto;
	height: 26px;
	background: #1594F0;
	border-radius: 5px;
	color: #fff;
	margin: auto;
	padding: 0 10px;
	float: right;
	line-height: 26px;
	position: static;
	transform: none;
	display: flex;
	align-items: center;
}

.user_interest .btn-new {
    float: right;
    width: 30px;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    margin-bottom: 3px;
	margin-right: 20px;
	position: relative;
}

.user_interest .btn-new svg, .user_interest .btn-new i {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}


.btn-new svg, .btn-new i {
    position: static;
    margin: 0;
    line-height: 38px;
    font-size: 0.6875rem;
    transition: none;
}

/* width */
::-webkit-scrollbar{
	width: 5px;
	height: 5px;
	background-color: transparent;
}

/* Track */
::-webkit-scrollbar-track {
	background: inherit; 
}

/* Handle */
::-webkit-scrollbar-thumb{
	background-color: transparent;
	border-radius:20px;
}

/* Handle on hover */
main:hover > ::-webkit-scrollbar-thumb, section:hover > ::-webkit-scrollbar-thumb, div:hover > ::-webkit-scrollbar-thumb {
	background: #ccc; 
}

.container {
	overflow: hidden;
	padding: 0 20px 20px 20px;
	height: calc(100% - 92px);
	width: 100%;
	background: linear-gradient(#071E57 35%, #ffffff 35%);
}
.container >section {
	height: 100%;
    padding: 0;
    background: none;
    padding-right: 20px;
}
.container section.side_noticeboard {
	width: calc( 33.333333% - 50px);
}
span.img-success {
	background: url('../icons/success.png') no-repeat center;
	width: 131px;
	height: 135px;
	margin-top: 10px;
	margin-bottom: 60px;
	margin: auto;
	display: block;
}

.img-error {
	background: url(../icons/error.png) no-repeat center;
	width: 131px;
	height: 140px;
	margin-top: 10px;
	margin-bottom: 60px;
	margin: auto;
	display: block;
}

@media (max-width: 1300px) {
	html, body{
		font-size: 15px;
	}
	body section.welcome  {
		padding-left: 40px;
	}
}

@media (max-width: 1200px) {
	html, body{
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	html, body{
		font-size: 13px;
	}
	.container {
        padding: 0 0 0 15px;
        height: calc(100% - 92px);
		overflow: auto;
    }
}
@media (max-width: 990px) {
	html, body{
		font-size: 14px;
	}
		
	.container >section:first-child, .container >section:last-child{
		height: auto;
	}
	.container >section:first-child {
		padding-top: 10px;
	}
	.container .noticeboard, .container .posts .all_post {
		min-height: 200px;
	}
	.container >section:last-child {
		padding-bottom: 10px;
	}
	.container >section {
		padding: 0 10px;
		order: 2;
		margin: 0;
		margin-bottom: 10px;
	}
	
}

@media (max-width: 768px) {
	
	html{
		font-size: 12px;
		height: 100vh;
	}
	body {
		height: 100%;
	}
	body>section {
		height: 100%;
		overflow: auto;
		overscroll-behavior-y: contain;
		scrollbar-width: thin;
	}
	.welcome_right>div:nth-child(2) {
		right: 0;
		max-width: 100%;
	}
	.welcome_right>div:first-child {
		left: 20%;
		top: 15%;
	}
	.container {
		display: flex;
    	flex-wrap: wrap;
	}
}

@media (max-width: 600px) {
	html, body{
		font-size: 11px;
	}
}

@media (max-width: 450px)  {
	.container >section {
		padding: 0 8px;
		height: auto;
	}
	html {
		height: auto;
	}
	html, body{
		font-size: 10px;
	}
	body {
		height: 100%;
		overflow-y: auto;
	}
	body section.welcome {
		padding: 30px;
		padding-left: 40px;
		width: 100%;
		max-width: 100%;
	}
	.welcome_right {		
		overflow: initial;
	}
	.welcome_right>div {
		width: 80%;
	}
	body section.welcome>div {
		width: fit-content;
		height: auto;
		transform: initial;
	}
	.welcome_right>div:first-child {
		left: 20px;
	}
	.welcome_right>div:nth-child(2) {
		right: 15px;
		max-width: 97%;
		margin: auto;
		left: 15px;
		width: 95%;
	}
	.container {
		padding: 0;
	}
	p.terms {
	/* 	position: absolute;
		bottom: 0; */
	}
}

	@media (max-height: 650px) and (min-width: 450px) {
		html {
			font-size: 14px;
		}
		.container {
			padding: 0 20px 15px 15px;
		}
	}

	@media (max-height: 800px) { 
		html {
			font-size: 14px;
		}
		.container {
			height: calc(100% - 52px);
		}
	}