html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  position: relative;
  height: 100%; }

body {
  width: 100%;
  background-color: #1e3044;
  font-family: Candara,Arial,sans-serif;
  font-size: 16px;
  min-height: 100vh; }

a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #2e4254; }

a:hover {
  text-decoration: none; }

p {
  margin-bottom: 18px; }

h1, h2, h3 {
  color: #2e4254;
  margin-bottom: 20px;
  line-height: 1.2; }

h1 {
  font-size: 22px; }

h2 {
  font-size: 18px; }

h3 {
  font-size: 16px; }

img {
  max-width: 100%; }

table {
  width: 100%;
  margin-bottom: 15px; }
  table td {
    border-collapse: collapse;
    padding: 5px;
    border: 1px solid rgba(134, 85, 39, 0.7); }

caption {
  margin-bottom: 15px; }

select {
  background: rgba(142, 88, 43, 0.8);
  min-width: 150px;
  border: 1px solid rgba(201, 170, 113, 0.1);
  color: #fff;
  margin-bottom: 15px;
  padding: 6px 40px 6px 20px;
  position: relative;
  -webkit-appearance: none;
  background-image: url(../images/arrow-v.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none !important; }

input, textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #aab2bb;
  color: #2a3f54;
  padding: 10px 0px;
  position: relative;
  text-align: center;
  font-size: 16px;
  width: 100%;
  padding: 15px 10px; }

button, .button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: #67798d;
  border: none;
  color: #fff;
  padding: 9px 23px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  text-align: center;
  box-shadow: 0px 6px 14px -3px rgba(0, 0, 0, 0.3); }
  button:hover, .button:hover {
    background: #29b99c; }

.button {
  display: inline-block;
  text-decoration: none; }

.modal-button {
  width: 270px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 23px;
  border-radius: 30px;
  background: linear-gradient(to bottom, #73ebd3, #137763);
  transition: all 0.3s ease; }
  .modal-button:hover {
    filter: brightness(110%);
    background: linear-gradient(to bottom, #73ebd3, #137763); }

.m-w {
  padding: 15px 23px;
  width: 270px;
  text-transform: uppercase; }

:focus {
  outline: none; }

::-webkit-input-placeholder {
  color: #2a3f54; }

::-moz-placeholder {
  color: #2a3f54; }

:-moz-placeholder {
  color: #2a3f54; }

:-ms-input-placeholder {
  color: #2a3f54; }

.wrapper {
  margin: 0 auto;
  position: relative;
  display: flex; }

.flex {
  display: flex;
  flex-wrap: wrap; }

.flex-c {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.flex-s {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.flex-s-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }

.bright:hover {
  filter: brightness(120%); }

.wrapper {
  height: 100%;
  width: 100%; }

.modal_div {
  width: 100%;
  max-width: 700px;
  height: auto;
  background: #fff;
  z-index: 9999;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  text-align: center; }

.modal-title {
  text-align: center;
  background: #2a3f54;
  padding: 35px 20px;
  position: relative; }
  .modal-title .modal-ava {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #fff;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: -40px; }

.modal-block {
  padding: 50px 60px; }
  .modal-block h1 {
    color: #2a3f54;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 30px;
    text-transform: uppercase; }

.formGroup {
  position: relative;
  margin-bottom: 40px; }
  .formGroup i {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -10px;
    color: #ccd1d6;
    font-size: 22px; }

.session-name {
  padding-top: 20px;
  text-transform: uppercase; }
  .session-name p {
    margin-top: 10px;
    font-size: 18px; }

.modal-copyright {
  margin-top: 40px; }

#login {
  max-width: 500px; }

#session {
  max-width: 550px; }

@media (max-width: 992px) {
  .wrapper {
    align-items: flex-start; } }
@media (max-width: 576px) {
  .modal-block {
    padding: 50px 20px; } }
.errormessage{
	display: block;
	background-color: #FCC;
	padding: 10px;
	border: 1px solid #F99;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px #A99;
	margin: 10px 0px;
}
/*# sourceMappingURL=login-style.css.map */
