body {
	font-family: "Source Sans Pro", Arial, serif;
	color: #000;
	overflow-x: hidden;
	height: 100%;
	background-color: #B0BEC5;
	background-repeat: no-repeat;
}

a {
	color: inherit;
	cursor: pointer;
}

.card0 {
	box-shadow: 0px 4px 8px 0px #757575;
	border-radius: 20px 20px 20px 20px;
}

.card2 {
	margin: 0px 40px;
}

.card2 a{
	color:#285DEC;
	text-decoration: none;
}

.card2 a:hover{
	text-decoration: underline;
}

.login-footer{
	font-size: 0.8em;
	color: #fff;	
	height: 80px;
	border-radius: 0 0 19px 19px;
	
	background: #0453a0;
	background: -webkit-linear-gradient(left, #0453a0 0%, #0c7dec 50%, #00CED1 100%);
	background: -o-linear-gradient(left, #0453a0 0%, #0c7dec 50%, #00CED1 100%);
	background: linear-gradient(to right, #0453a0 0%, #0c7dec 50%, #00CED1 100%);
}

.login-footer .footer-text{
	width: 100%;
	position: absolute;
	z-index: 6;	
}

.login-footer a{
	color:#fff;
	text-decoration: none;
	border-bottom: dotted 1px;
}

.login-footer a:hover{
	color:#000;
	background-color: #E3F9FF;
	text-decoration: none;
	border-bottom: none;
}

.btn-login, .btn-login:active, .btn-login:visited {
    min-width: 10em;
    background-color: #212A37;
    color: #fff;
    border-color: #212A37;
}

.btn-login:hover {
    background-color: #3E4A5B;
    color: #fff;
}

.logo {
	width: 12em;
	margin-top: 20px;
	margin-left: 30px;
}

.logo-system{
    letter-spacing: 0;
    font-family: "Source Sans Pro", Arial, serif;
}

.logo-system h1{
	font-size: 2.5em;
	font-weight: bold;
}

.image {
	/*width: 560px;*/
	width: calc(100% + 2px);
	/*margin-left: -2px;*/
	/*border-radius: 20px 0 0 20px;*/
	/*border-radius: 0;*/
}

.border-line {
	border-right: 1px solid #EEEEEE;
}

.line {
	height: 1px;
	width: 45%;
	background-color: #E0E0E0;
	margin-top: 10px;
}

.or {
	width: 10%;
	font-weight: bold;
}

.text-sm {
	font-size: 14px !important;
}

::placeholder {
	color: #BDBDBD;
	opacity: 1;
	font-weight: 300
}

:-ms-input-placeholder {
	color: #BDBDBD;
	font-weight: 300
}

::-ms-input-placeholder {
	color: #BDBDBD;
	font-weight: 300
}

input, textarea {
	padding: 10px 12px 10px 12px;
	border: 1px solid lightgrey;
	border-radius: 2px;
	margin-bottom: 5px;
	margin-top: 2px;
	width: 100%;
	box-sizing: border-box;
	color: #2C3E50;
	font-size: 14px;
	letter-spacing: 1px;
}

input:focus, textarea:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid #304FFE;
	outline-width: 0;
}

button:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline-width: 0;
}

.btn-blue {
	background-color: #1A237E;
	width: 150px;
	color: #fff;
	border-radius: 2px;
}

.btn-blue:hover {
	background-color: #000;
	cursor: pointer;
}

.login-menu-item{
	display: inline-block;
    font-size: 20px;
	margin-right: 1.3em;
	margin-left: 1.3em;
	line-height: 24px;
}

.login-menu-item a {
	text-decoration: none;
	font-size: 0.7em;
	color: #036531;
}

.login-menu-item i {
	color: rgba(9, 187, 93, 1);
    background-color: rgba(9, 187, 93, 0.1);
    font-size: 1.7em;
    width: 2em;
    height: 2em;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    border-radius: 50px;
	padding-top: 0.5em;
    transition: all 0.3s ease-in-out;
}

.login-menu-item:hover i {
    color: #fff;
    background: rgba(9, 187, 93, 1);
}

.banner-text{
	position: absolute;
	font-family: "Source Sans Pro", Arial, serif;
	font-optical-sizing: auto;
	top: 5.6em;
	right: 1.5em;
	text-align: center;
	width: 40%;
	padding: 0 0.5em 0.5em 0.5em;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 20px;
}

.banner-text .text-main{
	color: #6bfc83; 
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.4em;
}

.banner-text .text-note{
	color: #fff;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.2em;
}

/*---------- wave animation----------*/
.wave-animation{
  	position: absolute;
	z-index: 4;	
  	width: 100%;
  	/*height: 80px;*/
  	overflow: hidden;
	border-radius: 0 0 18px 18px;
}

.hero-waves {
  	display: block;
  	width: 100%;
  	height: 100%;
  	z-index: 5;
  	position: relative;
}

.wave-layer-1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave-layer-2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave-layer-3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
/*---------- wave animation----------*/

@media only screen and (max-width: 480px) {
	.banner-text{
		right: 1.4em;
		width: 44%;
	}
	
	.banner-text .text-main{
		font-size: 1.5rem !important;
		/*line-height: 1.4em;*/
	}

	.banner-text .text-note{
		font-size: 0.8rem !important;
		/*line-height: 0.5em;*/
	}
}

@media (max-width: 768px) {
	.card2 {
		margin: 0px 10px;
	}
	
	.login-menu-item{
		margin-right: 0.5em;
		margin-left: 0.5em;
	}
}

@media (max-width: 991px) {
	.logo {
		margin-left: auto;
		margin-right: auto;
	}

	.image {
		/*width: 300px;*/
		width: calc(100% + 2px);
		/*margin-left: 0;*/
		/*border-radius: 0;*/
	}

	.border-line {
		border-right: none;
	}

	.card2 {
		border-top: 1px solid #EEEEEE !important;
		margin: 0px 15px;
	}
}