body {
    background-color: #f0f6ff;
    color: #617182;
}
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%;
}
.sign-in-form {
    position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	width: 400px;
    margin: 8% auto;
    padding: 30px;
	box-shadow: 0 10px 40px 0 rgba(18,106,211,.07),0 2px 9px 0 rgba(18,106,211,.06);
	border: none;
	margin-bottom: 1.875rem;
	transition: all .3s ease;
}
.center{
	text-align:center;
}
.sign-in-form input[type="text"],.sign-in-form input[type="password"]{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #447345;
    background-color: #fff;
    border: 1px solid #dfe7f3;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-bottom:20px;
}
.sign-in-form input[type="password"]{
	margin-bottom:10px;
}
input[type="submit"] {
    background-color: #447345;
    border: 1px solid #447345;
    border-top-color: rgb(99, 94, 190);
    border-right-color: rgb(99, 94, 190);
    border-bottom-color: rgb(99, 94, 190);
    border-left-color: rgb(99, 94, 190);
    color: rgba(255,255,255,.9);
	display: inline-block;
    text-align: center;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 8px 25px;
    font-size: .875rem;
    transition: all .2s ease;
    height: 38px;
    vertical-align: middle;
    font-weight: 300;
    cursor: pointer;
	box-shadow: 0 5px 10px rgba(99,94,190,.4) !important;
}
*, :active, :focus {
    outline: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.feedback-box{
	width:400px;
	margin-left:auto;
	margin-right:auto;
}
.login-footer{
	width:400px;
	margin-left:auto;
	margin-right:auto;
	color: #FFFFFF;
}
.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 #dd9421;
  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');
}