body .container {
    display: flex;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    font-family: 'Montserrat', sans-serif;
}
html, body {
    height: 100%;
}
body .logo {
    width: 200px;
    margin-bottom: 20px;
}
body .social-wrapper {
  overflow: hidden;
  border-radius: 0.35rem;
}
body .btn {
    font-size: 0.9rem;
    color:#133a7c !important;
    font-weight: 500;
}
body p,
body small {
    color: #fff;
}
.ajust {
    font-size: 0.8rem;
    height: 87px;
    display: flex;
    justify-content: center;
    align-items: center;
}