body {
	background-image: linear-gradient(100deg, #fff 50%, #e9a447 50%);
  /* #ffd014*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: "Open Sans", sans-serif;
	color: #000;
}

.box-form {
	margin: 0 auto;
	margin-top: 60px;
	width: 65%;
	min-height: 50%;
	background-color: transparent;
	border-radius: 10px;
	display: flex;
	overflow: hidden;
	box-shadow: 0 0 10px 10px #d2974947;
}

.right label {
	font-weight: 600;
	font-size: 14px;
}

.box-form .left {
	color: #090b6f85;
	overflow: hidden;
	width: 70%;
}

.box-form .left .overlay {
	/* width: 60%; */
	margin: 30px;
}

.box-form .left .overlay span a:last-child {
	background: #1dcaff;
	margin-left: 30px;
}

.box-form .right {
	/* padding: 16% 8% 0% 10%; */
	width: 450px;
	margin-top: 100px;
	margin-right: 50px;
	margin-bottom: 150px;
	overflow: hidden;
}

.overlay p {
	line-height: 0;
	text-align: center;
	margin-top: -25px;
	font-weight: 600;
	font-size: 17px;
	color: #000;
	margin-right: 5px;
}

.box-form .right .inputs {
	/* overflow: hidden; */
	width: 100%;
}

.box-form .right input {
	width: 92%;
	padding: 11px;
	margin-top: 5px;
	font-size: 16px;
	border: none;
	border-radius: 3px;
	outline: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.box-form .left .overlay .sisl-logo {
	margin-top: 65px;
	width: 400px;
}

.box-form .right .remember-me--forget-password {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.remember-me--forget-password span {
	padding: 9px 0px;
}

/* .remember-me--forget-password{
  margin-top: 30px;
} */

.box-form .right .remember-me--forget-password input {
	margin: 0;
	margin-right: 0px;
	width: auto;
}

.box-form .right button {
	color: #fff;
	font-size: 14px;
	padding: 12px 35px;
	width: 100%;
	border-radius: 3px;
	display: inline-block;
	border: 0;
	outline: 0;
	/* box-shadow: 0px 4px 20px 0px #b01f24; */
	background-image: linear-gradient(135deg, #b01f24 10%, #f57842 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.box-form .right .office_365_box .login100-form-btn {
	color: #fff;
	font-size: 14px;
	padding: 12px 35px;
	width: 100%;
	border-radius: 3px;
	display: inline-block;
	border: 0;
	outline: 0;
	box-shadow: 0px 4px 20px 0px #42b6f5;
	background-image: linear-gradient(135deg, #1f66b0 10%, #42b6f5 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.box-form .right button:hover {
	background: linear-gradient(to right, #e3ccc9, #d3422f);
}

.mb-3 {
	margin-bottom: 15px;
}

@media only screen and (max-width: 980px) {
	.box-form {
		flex-flow: wrap;
		text-align: center;
		align-content: center;
		align-items: center;
		box-shadow: none;
    border: 1px solid #ddd;
	}
	body {
		background-image: none;
	}
	.box-form .left .overlay .sisl-logo {
		margin-top: 20px;
		width: 300px;
	}
	.box-form .left {
		overflow: hidden;
		width: 100%;
	}
	.box-form .right {
		width: 100%;
		margin: 50px;
	}
  .box-form .right input{
    border: 2px solid #000;
  }
  .box-form .right #user_email{
    margin-top:50px;
  }
  .overlay p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 600px) {
	.box-form {
		flex-flow: wrap;
		text-align: center;
		align-content: center;
		align-items: center;
		box-shadow: none;
    border: 1px solid #ddd;
	}
	body {
		background-image: none;
	}
	.box-form .left .overlay .sisl-logo {
		margin-top: 20px;
		width: 250px;
	}
	.box-form .left {
		overflow: hidden;
		width: 100%;
	}
	.box-form .right {
		width: 100%;
		margin: 50px;
	}
  .box-form .right input{
    border: 2px solid #000;
  }
  .box-form .right #user_email{
    margin-top:50px;
  }
}
