﻿body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background: #1D2024;
    font-family: 'Open Sans';
    font-size: 13px;
    color: #393939;
}

img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

a {
    padding: 10px 20px;
    font-size: 16px;
    text-decoration-line: none;
}

h4 {
    font-size: 18px;
    font-weight: normal;
}

.space-10 {
    max-height: 1px;
    min-height: 1px;
    margin: 10px 0 10px;
}

.space-20 {
    max-height: 1px;
    min-height: 1px;
    margin: 20px 0 20px;
}

.space-30 {
    max-height: 1px;
    min-height: 1px;
    margin: 30px 0 30px;
}

.container {
    text-align: center;
}

.green {
    color: #69aa46 !important;
}

.white {
    color: #ffffff !important;
}

.error-message {
    background-color: #e30613;
}

.btn {
    display: inline-block;
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    background-image: none !important;
    border: 5px solid;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-transition: all ease .15s;
    -moz-transition: all ease .15s;
    -o-transition: all ease .15s;
    transition: all ease .15s;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    position: relative;
    padding: 0 12px 1px;
    line-height: 32px;
    font-size: 14px;
}

.btn-xxl {
    padding: 0 28px 2px;
    line-height: 76px;
    border-width: 12px;
    font-size: 32px;
}

.btn-xl {
    padding: 0 21px 2px;
    line-height: 57px;
    border-width: 9px;
    font-size: 24px;
}

.btn-lg {
    padding: 0 18px 2px;
    line-height: 28px;
    border-width: 8px;
    font-size: 20px;
}

.btn-med {
    padding: 0 14px 1px;
    line-height: 38px;
    border-width: 6px;
    font-size: 16px;
}

.btn,
.btn-default {
    background-color: #abbac3 !important;
    border-color: #abbac3;
}

.btn-primary {
    background-color: #2283c5 !important;
    border-color: #2283c5;
}

.center,
.align-center {
    text-align: center !important;
}
