@charset "UTF-8";
   
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");


* {font-family:"open sans","Helvetica Neue",Helvetica,Arial,sans-serif}
.btn.btn-primary,
.btn.btn-primary:hover {border-color:#0e4194;background-color:#0e4194;cursor:pointer}
.color-text-primary {color:#0e4194}
html {background:#1b3661}
/* Trick */
body {display:flex; flex-direction:column;background: url(/img/bg-login.jpg) center center no-repeat;background-size: cover;}
html, body {height: 100%;}

a {text-decoration: none !important;}
ul[data-el="list"] > li {padding-left: 12px;}
