<!DOCTYPE html>
<html lang="en">
<head>
<title>{% block title %}{% endblock %}| NOVA </title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--===============================================================================================-->
<link rel="icon" type="image/png" href="{{ asset('login_assets/images/icons/favicon.ico')}}"/>
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="{{ asset('login_assets/vendor/bootstrap/css/bootstrap.min.css')}}">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="{{ asset('login_assets/fonts/font-awesome-4.7.0/css/font-awesome.min.css')}}">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="{{ asset('login_assets/vendor/animate/animate.css')}}">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="{{ asset('login_assets/vendor/css-hamburgers/hamburgers.min.css')}}">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="{{ asset('login_assets/vendor/select2/select2.min.css')}}">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="{{ asset('login_assets/css/util.css')}}">
<link rel="stylesheet" type="text/css" href="{{ asset('login_assets/css/main.css')}}">
<!--===============================================================================================-->
{% block stylesheets %}{% endblock %}
<!--===============================================================================================-->
<style>
body, .limiter{
background: url('{{ asset('login_assets/images/wp/pro_'~random(5)~'.jpg')}}');
background-size: cover;;
}
</style>
</head>
<body>
<div class="limiter">
<div class="container-login100">
<div class="wrap-login100">
<div class="login100-pic js-tilt" data-tilt>
<img src="{{ company.logo }}" style="width: 100%">
</div>
{% block body %}{% endblock %}
<div class="col-md-12 row p-t-136">
<div class="col-md-6"><img src="{{ asset('img/logo/logo-dark.png') }}" style="width:100px"></div>
<div class="col-md-6"><div class="text-right ">
<a class="txt2" target="_blank" href="https://nova.ao">
www.nova.ao
<i class="fa fa-long-arrow-right m-l-5" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!--===============================================================================================-->
<script src="{{ asset('login_assets/vendor/jquery/jquery-3.2.1.min.js')}}"></script>
<!--===============================================================================================-->
<script src="{{ asset('login_assets/vendor/bootstrap/js/popper.js')}}"></script>
<script src="{{ asset('login_assets/vendor/bootstrap/js/bootstrap.min.js')}}"></script>
<!--===============================================================================================-->
<script src="{{ asset('login_assets/vendor/select2/select2.min.js')}}"></script>
<!--===============================================================================================-->
<script src="{{ asset('login_assets/vendor/tilt/tilt.jquery.min.js')}}"></script>
<script >
$('.js-tilt').tilt({
scale: 1.1
})
</script>
<!--===============================================================================================-->
<script src="{{ asset('login_assets/js/main.js')}}"></script>
{% block javascripts %}{% endblock %}
</body>
</html>