body {
    background-color: var(--primary);
    color: #fff;
}
body, html {
    font-size: 100%;
    line-height: 1.5;
    letter-spacing: .02rem;
}
body {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.middle-btn{
	position:absolute;
	top:calc(50% - 15px);
	right:20px;
}
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;
}
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: #495057;
    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: var(--secondary);
    border: 1px solid var(--secondary);
    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;
}
input[type="submit"]:hover{
    background-color: var(--primary);
    border: 1px solid var(--primary);
}
*, :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: red;
	font-weight:bold;
}
.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 #FFFFFF;
  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');
}
.cursor{
	cursor:pointer;
}
#feedback{
	position: fixed;
	bottom: -10px;
	right: 0;
	z-index: 1000000000000000000000000000000016;
}
.error .cursor,.success .cursor{
	margin-left:10px;
}
:root {
  --primary: #ECB228;
  --secondary: #094CA1;
  --color-white: #ffffff;
  --color-red: red;
}