* {
    font-family: 'PT Serif','Times New Roman', Times, serif;
    color: #40433F;
    line-height: 24px;
}

html, body{
    display: flex;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    width: 100%;
}

.content{
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    background:#F4F4F4;
}

.header{
    margin: 5% 10%;
    display: flex;
    margin-bottom: 31px;
}

.body{
    display: flex;
    margin: 0 15%;

    padding: 3rem 0 3rem 5rem;
}

.body img{
    
    align-self: flex-start;
}

.body .info{
    margin-left: 3rem;
    display: flex;
    flex-direction: column;
}


.body .expired p{
    font-size: 17px;
    font-weight: 400;

}

.info a{
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #282623;
    text-decoration: none;
    line-height:20px;
}
.info a:after{
    content: url('/images/signet/login.svg');
    margin-left: 8px;
}
/* Footer */

.footer {
    display: flex;
    justify-content: space-around;
    background: #41564F;
    padding: 7vh 2vw;
    margin-top: auto;
}

.footer img {
    margin: 0 8px;
}

.footer .phone,
.footer .link,
.footer .mail,
.footer .copyrights {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .phone p,
.footer a,
.footer a:visited,
.footer a:hover,
.footer .external_links img,
.footer .copyrights {
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
    color: #F4F4F4;
}

.footer a,
.footer a:hover,
.footer .external_links img {
    cursor: pointer;
}
.footer div p, .footer div a{
    line-height:20px;
    font-size: 17px;
}

.external_links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.external_links a.facebook,.external_links a.linkedin{
    width:24px;
}

.external_links a.facebook,.external_links a.linkedin{
    padding-right:24px;
}

.footer .info,
.footer .info a {
    color: #B9BCB8;
    font-size: 12px;
    line-height: 20px;
    align-items: center;
    display: flex;
}
.empty_template_body form > div{
    display: flex;
    flex: 1;
}
.empty_template_body .search .btn_2{
    flex: 1;
    margin: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 800px) {
    .header {
        margin: 2rem 0 0 2rem;
        display: flex;
    }
    
    .header img {
       /* width: 33px;*/
        height: 60px;
        object-fit: cover;
        object-position: 0 0;
    }
    
    .body,
    .footer{
        flex-direction: column;
    }
    
    .body{
        margin: 2rem;
        padding: 2rem;
    }
    
    .body .info{
        margin: 0;
    }

    .footer {
        padding: 2rem;
        justify-content: normal;
        width: inherit;
        width: -moz-available;
        width: -webkit-fill-available;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .content{
        position: relative;
    }

    .footer>img,
    .footer>.phone,
    .footer>.mail,
    .footer>.link,
    .footer>.external_links,
    .footer>.info {
        padding: 1rem;
        align-self: flex-start;
    }
    .hide_on_mobile {
        display: none !important;
    }
    .footer>* { margin: 0.5em 0; }
}