html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Start */
* {
  box-sizing: border-box;
}
body {
  font-family: Verdana;
  height: 100%;
  margin: 0;
}
.wrapper {
display:flex;
align-items: center;
justify-content: center;
background-color: #eaecef;
min-height: 100%;
margin-bottom: -35px;
position: relative;
overflow: hidden;
}



.logo {
  display: flex;
  align-items: center;
}
.logo img {
  margin-right: 15px;
  height: 50px;
}
.logo h1 {
  font-size: 28px;
  border-left: 1.5px solid #000;
  padding-left: 15px;
}

.content {
width:90%;
padding:50px 0;
background-color:#ffffff;
display: flex;
flex-direction: row-reverse;
justify-content: space-around;
z-index:1;
  /*margin-top: 10vh;*/
}
.left {
	background-image:
    linear-gradient(to right, rgba(6, 138, 32, 0.4), rgba(211, 17, 54, 0.5)),
    url('./login-pic.jpg');
    /* background-size: cover;  */
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content:center; */
}
.left img {
  width: 100%;
}
.right {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  justify-content: center;
  width: 40%;
  padding: 0 5%;
}
.content .title {
  font-size: 36px;
  font-weight: bold;
}
.content .subtitle {
  font-size: 20px;
  margin-top: 15px;
  color: #000;
  letter-spacing:0.1em;
  /*font-weight: bold;*/
}

.form-input {
  display: block;
  width: 100%;
  outline: 0;
  
  border: 1px solid #80808029;
  border-radius: 10px;
  /* border-bottom: 1px solid #000; */
  margin-top: 20px;
  font-size: 16px;
  padding: 10px;
}
.form-input::placeholder {
  color: #ccc;
  padding-left: 5px;
}
.submit {
	width: 100%;
}
.submit input[type="submit"]{
  margin-top:5px;
  width: 100%;
  background-color: rgba(0, 131, 50, 0.8) ;
  background-size: 200% auto;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  letter-spacing:0.1em;
  transition: 0.5s;
}

.submit input[type="submit"]:hover{
  /* background-image:linear-gradient(to right, rgba(0, 131, 50, 0.6) 0%, rgba(238, 5, 36, 0.6) 100%); */ 
  background-color: rgba(213, 0, 56, 1);

}





.submit input[type="submit"]:hover{
	background-position: right center;
}

.forget {
  display: inline-block;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  align-self: flex-start;
}

.footer {
  height: 28px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.text-danger{
  margin-top:25px;
  color:red;
		
}

.logo-icon{
display:flex;
margin-bottom:20px;
width: 30%;
margin-left: auto;
margin-right: auto; 
}

.logo-icon> img{
	width: 210px;
}

.subtitle> img{
	width: 50%;
	margin-left: 20%;
}


.left img{
width:40%;
margin-bottom:50px;
}

.left h1{
color:#ffffff;
font-size: 50px;
margin-left: 20px;
margin-right: 20px;
white-space: nowrap;
}

.left p{
font-size:14px;
font-weight: lighter;
color:#ffffff;
letter-spacing:0.1em;
margin-left: 20px;
margin-right: 20px;
line-height: 20px;
    white-space: nowrap;
}

.left p.text_left{

 padding-left: 30px;
 margin-bottom: 10px;
 margin-top: 25px; 
 align-self: flex-start;
margin-left: auto;
margin-right: auto;
font-size:24px;
}

hr{
border-top: 2px solid #fff;
width:70%;
}

.left_top_circle{
border-radius:50%;
background-color: rgba(0, 131, 50, 0.6);
width:30%;
height:50%;
position:absolute;
top:-100px;
left:-100px;
}

.right_bottom_circle{
border-radius:50%;
background-color: rgba(238, 5, 36, 0.6);
width:30%;
height:50%;
position:absolute;
bottom:-100px;
right:-100px;
}

/*�վ㭫�]�K�Xdialog header�C�� button�C��*/
.bootstrap-dialog.type-primary .modal-header{
	background-color:#009985;
}


@media (max-width: 1200px) {

.left p.text_left{
	font-size:20px;
}
	
.left h1{
font-size:30px;
margin-left: 20px;
margin-right: 20px;
white-space: nowrap;
}


.left p{
font-size:10px;
margin-left: 20px;
margin-right: 20px;
white-space: nowrap;
}

.left img{
	width:60%;
	}


@media (max-width: 1300px) {
	.left{
	display: none;
	}
	
	.content {
		flex-direction: column;
		align-items: center;
		margin-top: 0;
	}
	
	
	.wrapper {
		margin-bottom: -28px;
	}
	.logo {
		justify-content: center;
	}
	.logo h1 {
		display: none;
	}
	.content {
		flex-direction: column;
		align-items: center;
		margin-top: 0;
	}
	
	.footer {
		font-size: 10px;
	}
	.left{
	display: none;
	}
	.left_top_circle ,.right_bottom_circle{
	display:none;
	}
	.logo-icon{
	display:none;
	}
	.left img{
	width:60%;
	}
	
	.left h1{
	color:#ffffff;
	font-size: 50px;
	margin-left: 5px; 
}
	
}

@media (max-width: 576px) {
	.wrapper {
		margin-bottom: -28px;
	}
	.logo {
		justify-content: center;
	}
	.logo h1 {
		display: none;
	}
	.content {
		flex-direction: column;
		align-items: center;
		margin-top: 0;
	}
	.left,
	.right {
		width: 80%;
	}
	.right {
		align-items: center;
		margin-top: 15px;
	}
	.footer {
		font-size: 10px;
	}
	.left{
	display: none;
	}
	.left_top_circle ,.right_bottom_circle{
	display:none;
	}
	.logo-icon{
	display:none;
	}
	.left img{
	width:60%;
	}
	
	.left h1{
	color:#ffffff;
	font-size: 50px;
	margin-left: 5px; 
}
}
