@font-face {
  font-family: 'vceFont';
  font-weight: normal;
  src: url("/assets/fonts/roboto/Roboto-Regular.ttf") format('truetype');
}

@font-face {
  font-family: 'vceFont';
  font-weight: bold;
  src: url("/assets/fonts/roboto/Roboto-Bold.ttf") format('truetype');
}
* {
    margin: 0;
}
html {
    height: 100vh;
}
body {
    background-image: linear-gradient(to left bottom, #ff8250, #b1565e, #364459);
    font-family: 'vceFont', sans-serif;
    height: 100%;
    overflow: hidden;
}
.header-image {
    padding: 0;
    text-align: center;
}
.message-block {
    width: 320px;
    margin: 20px auto;
    background-color: #ff8250;
}
.alert {
    text-align: center;
    color: #f0f0f0;
    font-size: 18px;
    padding: 15px;
    text-transform: uppercase;
}
.logo {
    width: 250px;
    margin-top: 30px;
    margin-bottom: 35px;
}
.login-block {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.55);
    width: 380px;
    padding: 20px;
    background: #f0f0f0;
    border-radius: 5px;
    margin: 100px auto;
}
.login-block h1 {
    text-align: center;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}
.login-block input {
    -webkit-appearance: none;
    width: 90%;
    height: 42px;
    box-sizing: border-box;
    border: 0px;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    padding: 0 35px 0 35px;
    outline: none;
}
.login-block input#username {
    background: #f0f0f0 url('/assets/images/u0XmBmv.png') 10px top no-repeat;
    background-size: 16px 80px;
}
.login-block input#password {
    background: #f0f0f0 url('/assets/images/Qf83FTt.png') 10px top no-repeat;
    background-size: 16px 80px;
}
.login-block input:active,
.login-block input:focus {
    /* border: 1px solid rgb(107, 176, 166); */
    border-bottom: 1px solid #363636;
}
.login-block button {
    width: 100%;
    height: 40px;
    background: #ff8250;
    box-sizing: border-box;
    border-radius: 5px;
    border: 0px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    margin: 20px 0px;
    font-family: 'vceFont';
}
.login-block button:hover {
    background-color: #ff8250;
}
.error {
    text-align: center;
    padding: 12px;
    color: #ff8250;
    background-color: #FFD2D2;
    margin: 10px 22px;
    font-size: 2em;
    vertical-align: middle;
}
/*# sourceMappingURL=auth.css.map */