﻿body{
    font-size:16px;
    line-height: 1.7;
}
a{
    color:#2749cf !important;
    margin-bottom:5px;
    display:block;
}
a:hover{
    font-weight:bold;
}
h1{
    font-weight:bold;
}
.centerpage {
    position: absolute;
    width: 100vw;
    max-height: 100vh;
    overflow: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.container{
    display:table;
}
.col-md-6 {
    display: table-cell;
    width: 50%;
    float: none;
    vertical-align: bottom;
}
@media (max-width: 786px) {
    .container {
        display: block;
    }
    .col-md-6 {
        display: block;
        width: 100%;
        float: left;
    }
}