@font-face {
   font-family: 'Roboto Bold';
   src: url('Roboto-Bold.ttf');
}

@font-face {
   font-family: 'Roboto Medium';
   src: url('Roboto-Regular.ttf');
}

/* RESETS */

* {
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}

html {
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
   font-size: 62.5%;
   -webkit-font-smoothing: antialiased;
}

body {
   line-height: 1;
   background: #fff;
}

/* XXX */

body {
   font-family: 'Roboto Medium', sans-serif;
   color: #1D1D1B;
   font-size: 1.5rem;
}

p {
   font-family: 'Roboto Medium', sans-serif;
   line-height: 1.5rem;
}

strong {
   font-family: 'Roboto Bold', sans-serif;
   font-weight: normal;
   letter-spacing: 0;
}

* {
   font-family: 'Roboto Medium', sans-serif;
}

*:focus {
   outline: none;
}

html, body {
   border: none;
   height: 100%;
   margin: 0;
   padding: 0;
   text-align: center;
   vertical-align: middle;
}

#page {
   margin: 0 auto;
   min-height: 100%;
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
   overflow: auto;
   background-color: #231F20;
}

#footer {
   text-align: center;
   width: 100%;
   color: #FFFFFF;
   padding-bottom: 25px;
}

h1 {
   font-weight: bolder;
   font-size: 43px;
   color: #FFFFFF;
   margin: 50px 0;
}

p {
   color: #FFFFFF;
}

p > a, a:visited {
   color: #FFFFFF;
}

img {
   border: none;
}

DIV#content {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.unique-box {
   position: relative;
   width: 350px;
   padding: 0;
   background-size: contain !important;
   margin: 0 auto 10px;
   z-index: 100;
   text-align: left;
   display: block;
}
.unique-box .logo {
   width: 254px;
   height: 220px;
   background: url(../images/unique.svg);
   background-size: cover;
   margin: 0 auto 10px;
   margin-bottom: 30px;
}

.unique-box .controls {
   padding: 5px;
}

.unique-box P {
   color: #FFFFFF;
   margin: 6rem 0 2rem 0;
   text-align: center;
   font-family: 'Roboto Bold', sans-serif;
}
.unique-box form P {
   font-family: 'Roboto Medium', sans-serif;
}

.unique-box A {
   color: #FFFFFF;
   font-size: 1.4rem;
}

DIV.unique-box INPUT {
   font-size: 2rem;
   color: #231F20;
   height: 4rem;
   width: 230px;
   padding-left: 1rem;
   border: none;
   margin: 5px 10px 5px 10px;
   border-radius: 0;
}

.unique-box .bottom {
   text-align: center;
   padding: 2rem;
}

.unique-box form {
   padding: 2rem;
   border: 1px solid #606060;
}
.unique-box form > p {
   margin: 1rem 0 2rem 0;
}

.unique-box button {
   background-color: #0075ff;
   text-transform: uppercase;
   width: 160px;
   border: none;
   height: 4rem;
   color: #ffffff;
   font-size: 2rem;
   outline: none;
   cursor: pointer;

   transition: background-color 0.3s cubic-bezier(0.55, 0, 0.1, 1), color 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.unique-box button::-moz-focus-inner {
   border: 0;
}

.unique-box button:focus,
.unique-box button:hover {
   background-color: #005ecc;
}

@media all and (max-width: 720px) {

   table {
      min-width: 300px;
      width: 100%;
   }

   #content {
      padding-left: 10px;
      padding-right: 10px;
   }
}

.unique-box .error {
   background-color: #E2473C;
   padding: 1rem;
   margin: 10px 0 10px 0;
   color: #ffffff;
   text-align: center;
}

.hidden {
   display: none;
}

.unique-box .warning {
   background-color: #F2E38F;
   padding: 1rem;
   margin: 5px 0 0 0;
   color: #000000;
   text-align: center;
}

.unique-box .warning div {
   margin-bottom: 5px;
}

.unique-box .warning a {
   color: gray;
}

.unique-box.logout p {
   margin: 15px 0;
}

.unique-box h4 {
   text-align: center;
   color: #FFFFFF;
}

.unique-box form {
   text-align: center;
}

.input-active {
   border-bottom: 4px solid #F2E38F !important
}

input {
   background-color: white;
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
}