html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
:focus {
    outline: 0
}
body {
    line-height: 1;
    color: #000;
    font-family: 'PFDinDisplayPro';
    height: 100vh;
}
ol, ul {
    list-style: none
}
a {
    text-decoration: none;
}
table {
    border-collapse: separate;
    border-spacing: 0
}
caption, th, td {
    font-weight: 400;
    text-align: left
}
blockquote:before, blockquote:after, q:before, q:after {
    content: ""
}
blockquote, q {
    quotes: "" ""
}
header, nav, article, section, footer, figure, aside {
    display: block
}
input, button, select, textarea {
    -webkit-border-radius: 0;
    border-radius: 0
}
img {
    width: 100%;
}
.clear {
    clear: both
}
@font-face {
	font-family: 'PFDinDisplayPro';
	src: url(../fonts/PFDinDisplayPro-Regular.eot) format("embedded-opentype"), url(../fonts/PFDinDisplayPro-Regular.woff) format("woff"), url(../fonts/PFDinDisplayPro-Regular.ttf) format("truetype"), url(../fonts/PFDinDisplayPro-Regular.svg) format("svg");
	font-weight: 400;
	font-style: normal
}
.wrapper {
    width: calc(100% - 300px);
    box-sizing: border-box;
    position: relative;
    background: url(../images/slide.jpg) no-repeat center center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    background-size: cover;
}

.form_content {
    position: fixed;
    bottom: 0;
    box-sizing: border-box;
    width: 300px;
    padding: 20px;
    right: 0;
    display: table;
    top: 0;
    height: 100%;
    background: url(../images/form-bg.jpg) no-repeat top center;
    background-size: cover;
    z-index:  2;
}
.form {
    display: table-cell;
    vertical-align: middle;
}
.logo {
    margin: 0 auto;
    display: table;
    width: 80%;
}

.form-tel {
    margin: 30px auto;
    display: table;
    font-size: 30px;
}

.form-tel a {
    color: #013155;
}
.form-tel a span{
    font-weight: bold;
}
.patlangac {
    position: absolute;
    right: 20px;
    bottom: 3%;
    color: #164194;
    font-size: 24px;
    text-align: right;
    line-height: 28px;
}

.patlangac span {
    display: block;
    font-weight: bold;
}