@font-face {
    font-family: 'handel_gothic_dbold';
    src: url('../font/handel_gothic_d_bold-webfont.woff2') format('woff2'),
         url('../font/handel_gothic_d_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Nexa;
    src: url("../font/Nexa_Light.otf");
}

@media only screen and (min-width : 200px) and (max-width : 545px)
{
    #footer{ height: 85px !important; font-size: 15px; }
    .button.login button, .button button { font-size: 15px !important; }
    .material-button{ right: 15px !important; width: 120px !important; height: 120px !important; top: -75px !important; }
    p {font-size: 18px !important;}
    .material-button p{ margin-top: 36px!important; }
    .input{ height: 55px !important; }
    .button.login { margin-top: 15px !important; margin-bottom: 11px;}
}

@media only screen and (min-width: 420px) and (max-width: 710px)
{
    .box{ right: 1%;  margin-left: -14px;}
}

@media screen and (min-width: 576px) {
    input {
        padding: 10px 10px 10px 5px;
    }
}

html {
    min-height: 100vh;
}

body {
    background: #fafafa;
    font-family: "Nexa", sans-serif;
    background: url("../images/background.png") no-repeat center fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: normal;
    margin: 0;
    min-height: 100vh;
    /* line-height: normal !important; */
}

.wrap {
    background-color: #ffffffe6;
    box-sizing: border-box;
    box-shadow: #777777 0px 0px 15px -4px;
    border: 1px solid #ebebeb;
    margin: auto;
    padding: 2.5em 3em;
    width: 450px;
}

.logo {
    text-align: center;
    margin-bottom: 2em;
}

label.control-label {
    font-family: "Nexa", sans-serif;
    font-size: 18px;
    font-weight: normal;
    pointer-events: none;
    left: 5px;
    top: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-bottom: 0 !important;
}

.button {
    position: relative;
    display: inline-block;
    padding: 20px 36px;
    margin: 2.3em 0 1em 0;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    letter-spacing: 1px;
    background: #f88429;
    border: 0;
    border-bottom: 2px solid #f88429;
    font-family: inherit;
    cursor: pointer;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.button.white {
    background: #eee;
    color: #626262;
    border-bottom: none;
    border: 1px solid #62626278;
}
a.button.white {
    text-decoration: none;
    color: #626262;
}

.no-margin {
    margin: 0 !important;
}

input {
    /* font-family: "handel_gothic_dbold", "Nexa", sans-serif !important; */
    font-family: inherit;
    font-size: 18px !important;
    -webkit-appearance: none;
    display: block;
    background: white;
    color: #636363;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid;
    border-bottom-color: #ceccc9;
    transition: border-bottom-color .3s;
}

.mt-8 {
    margin-top: 8px;
}

.mb-0 {
    margin-bottom: 0;
}

.pass-forgot {
  padding: 0;
  color: black;
  font-size: 14px;
  text-decoration: underline !important;
}

.quizzweb {
    font-family: 'handel_gothic_dbold', 'nexa', sans-serif;
}

.title {
    width: 100%;
    float: left;
    line-height: 46px;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #f08019;
    position: relative;
}

.title:before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50px;
    background: #f08019;
}

button.button.login {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
}

button.button.login:hover {
  -moz-box-shadow: 1px 1px 20px #555;
  -webkit-box-shadow: 1px 1px 20px #555;
  box-shadow: 1px 1px 20px #555;
}
