
/******************************************************************/
/************************** IMPORT FONTS **************************/
@font-face {
    font-family: 'Roboto Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url('fonts/Roboto/Roboto-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Regular'), local('Roboto-Regular'), url('fonts/Roboto/Roboto-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Roboto Light';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url('fonts/Roboto/Roboto-Light.woff') format('woff');
}
@font-face {
    font-family: 'Roboto Thin';
    font-style: normal;
    font-weight: 100;
    src: local('Roboto Thin'), local('Roboto-Thin'), url('fonts/Roboto/Roboto-Thin.woff') format('woff');
}

/******************************************************************/
/******************************* GENERAL **************************/

img {width: 100%;}
header {margin-top: 1em;}

.form-delete {display: inline;}
.no-background {background: none !important;}
.login {margin-top: 15em;}
.login h4 {padding: .2em .5em !important;}
.login h5 {padding: .1em .3em !important;}