@font-face {
    font-family: 'exor';
    src: url('../fonts/exo-regular-webfont.eot');
    src: url('../fonts/exo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo-regular-webfont.woff2') format('woff2'),
         url('../fonts/exo-regular-webfont.woff') format('woff'),
         url('../fonts/exo-regular-webfont.ttf') format('truetype'),
         url('../fonts/exo-regular-webfont.svg#exoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'exom';
    src: url('../fonts/exo-medium-webfont.eot');
    src: url('../fonts/exo-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo-medium-webfont.woff2') format('woff2'),
         url('../fonts/exo-medium-webfont.woff') format('woff'),
         url('../fonts/exo-medium-webfont.ttf') format('truetype'),
         url('../fonts/exo-medium-webfont.svg#exomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'exob';
    src: url('../fonts/exo-bold-webfont.eot');
    src: url('../fonts/exo-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo-bold-webfont.woff2') format('woff2'),
         url('../fonts/exo-bold-webfont.woff') format('woff'),
         url('../fonts/exo-bold-webfont.ttf') format('truetype'),
         url('../fonts/exo-bold-webfont.svg#exobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
    padding: 0;
    margin: 0;
}
body {
    background: url(../../inc/images/bg1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.login-page {
    position: absolute;
    width: 30%;
    top: 40%;
    left: 30%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.login-page form {
    /* background: rgba(255, 255, 255, 0.22); */
    padding: 40px;
    width: 100%;
}
.login-page form fieldset {
    border: 0;
}
.login-page form fieldset > div {
    margin-bottom: 16px;
    overflow: hidden;
    text-align: left;
    display: block;
    width: 100%;
    height: 44px;
}
.login-page form fieldset legend {
    font-family: 'exom';
    font-size: 29pt;
    color: #fff;
    /* text-shadow: 1px 1px 4px rgba(21, 21, 21, 0.58); */
    margin-bottom: 15px;
}
.login-page form fieldset div label {
    width: 9%;
    box-sizing: border-box;
    border-bottom: 2px solid #e8e8e8;
    /* background: #fff; */
    float: left;
    font-size: 13pt;
    text-align: left;
    color: #fff;
    height: 40px;
    padding-top: 9px;
    padding-left: 8px;
}
.login-page form input[type="text"], input[type="password"] {
    border: 0;
    box-sizing: border-box;
    font-size: 12pt;
    outline: none;
    color: #fff;
    border-bottom: 2px solid #e8e8e8;
    font-family: 'Roboto';
    font-weight: 100;
    float: left;
    width: 82%;
    height: 40px;
    padding: 0 10px;
    background: transparent;
    transition: all .2s linear;
}
.login-page form input[type="text"]:focus, input[type="password"]:focus {
    outline: none;
}
.login-page form button:hover {
    background: #959da2;
    color: #dcd7d7;
}
.login-page form button {
    width: 49%;
    display: block;
    border: 0;
    padding: 10px;
    background: #5e6e76;
    color: #fff;
    font-family: 'Roboto';
    font-size: 13pt;
    font-weight: 400;
    outline: none;
    margin-top: 30px;
    border-radius: 2px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.login-page form button span {
    position: relative;
    top: -2px;
    margin-left: 4px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.login-page form button:hover span {
    font-size: 14pt;
}
.login-page .error {
    color: #f9f2f2;
    font-family: exob;
    border-radius: 4px;
    font-size: 13pt;
    background: rgba(255, 255, 255, 0.1);
    padding: 12px;
    box-sizing: border-box;
    height: inherit!important;
    width: 92%;
}
.login-page .error i {
    color: #909090;
    font-size: 14pt;
    margin-right: 4px;
}
.sublegend {
    color: #c5c4c4;
    font-family: 'exor';
    margin: -6px 0px 0 4px;
}
.sublegend > div {
    margin-bottom: 9px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
footer {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.28);
    width: 100%;
    color: #dedede;
    line-height: 1;
    box-sizing: border-box;
    padding: 10px 10px 10px 10px;
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 11pt;
}
footer a {
    color: #dedede;
}
footer a:hover {
    color: #ffffff;
    text-shadow: 0 0 1px #fff;
}
footer span img {
    width: 17%;
    background: #fff;
    vertical-align: middle;
}
footer span i {
    margin: 0 5px;
}
footer span {
    display: inline-block;
    width: 44%;
}