/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: Lato;
    src: url('../fonts/Lato/Lato-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Lato;
    src: url('../fonts/Lato/Lato-Light.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Lato;
    src: url('../fonts/Lato/Lato-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Lato;
    src: url('../fonts/Lato/Lato-Black.ttf');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: FontAwesome;
    src: url('../vendor/font-awesome/FontAwesome.otf');
    font-weight: normal;
    font-style: normal;
}


/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

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

html {
    font-size: 14px;
}

body, html {
    height: 100%;
    font-family: "Lato",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

/*//////////////////////////////////////////////////////////////////
[ Logo ]*/

.logo-link {
    max-width: 310px;
    height: 50px;
    display: block;
    position: relative;
    margin: auto;
}

.logo_brand {
    width: inherit;
    height: inherit;
    background-image: url("../assets/images/ic_logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0; /* reset */
}

.alert-dismissible .close {
    top: 0;
    right: 0;
    padding: 0;
}