﻿/*
html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}
*/

body {
    background-color: #f5f5f5
}

#client-error-message {
    display: none
}

.content-wrapper {
    width: 800px;
    margin: 40px auto;
    background-color: white;
    padding: 20px
}

.form-group .col-form-label {
    text-align: right
}

.form-group .form-control {
    font-size: 0.8rem;
}
