a{
	color: #212529;
}
a.link:hover{
	text-decoration:underline;
}
body, html {
    font-size: 100%;
    line-height: 1.5;
    letter-spacing: .02rem;
}
body {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
p{
	margin:0px;
}
a{
	text-decoration:none;
}
.h1, .h2, .h3, body, h1, h2, h3, html {
    font-weight: 300;
}
.h1, .h2, .h3, .h4, .h5, .h6, .nav.metismenu, body, h1, h2, h3, h4, h5, h6 {
    font-family: Poppins,sans-serif;
}
body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}
body, caption {
    text-align: left;
}
*, :active, :focus {
    outline: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
.center{
	text-align:center;
}
label{
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 300;
    line-height: 37px;
}
input[type="text"],input[type="password"]{
    display: block;
    width: 100%;
    font-family: 'Open Sans Light', 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.1rem;
	font-weight: 200;
	height: 40px;
	border: 1px solid #BEBEBE;
	color: #4A4A4A;
	font-size: 16px;
	line-height: 37px;
	padding: .375rem .75rem;
}
input[type="text"]::placeholder, input[type="password"]::placeholder{
    color: #6c757d;
    opacity: 1;
}
input[type="submit"] {
    border-radius: 27px;
	font-size: 18px;
	font-weight: 600;
	line-height: 40px;
	height: 54px;
	background-color: #7CC1E6;
	border-color: #7CC1E6;
	color: #FFF;
	width:100%;
	border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
	padding: .375rem .75rem;
	cursor:pointer;
}
*, :active, :focus {
    outline: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.feedback-box{
	width:100%;
}
.login-footer{
	width:100%;
	color: #FFFFFF;
	margin-top:40px;
}
.copyright {
    margin: 10px 0 0;
    text-align: center;
}
.copyright a{
	color: #212529;
}
.copyright a:hover{
	text-decoration:underline;
}
#animation{
	display:none;
}
.spinner {
  margin: 30px;
  height: 30px;
  width: 30px;
  animation: rotate 0.8s infinite linear;
  border: 8px solid #7CC1E6;
  border-right-color: transparent;
  border-radius: 50%;
  margin-left:auto;
  margin-right:auto;
}

@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}
.information p, .success p, .warning p,.validation p,.error p{
	padding-bottom: 3px;
}
.information {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/info.png');
}
.success {
	color: #4F8A10;
	background-color: #88ffd1;
	background-image:url('../images/success.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/warning.png');
}
.error,.success,.warning,.information {
	margin: 10px 0px;
	padding: 5px 5px 5px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/error.png');
}
.left{
    background-image: url( '../images/smp_bg.jpg' );
    background-repeat: no-repeat;
    background-size: cover;
	display:inline-block;
	width:50%;
	height: 100vh !important;
}
.right{
	display:inline-block;
	width:50%;
	float:right;
	padding:20px 30px 20px 30px;
}
h2 {
    font-family: 'Open Sans Light', 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 2.5rem;
    font-weight: 300;
    text-align: center;
}
.inline-block{
	display:inline-block;
	vertical-align:top;
}
.pull-right{
	float:right;
}
.signup-content{
	margin-bottom:10px;
}
@media only screen and (max-width: 992px) {
	.left{
		display:none ! important;
	}
	.right{
		width:100% ! important;
		padding: 70px 20px 40px 20px !important;
	}
	.inline-block{
		display:block ! important;
		width:100% ! important;
	}
}