﻿body
{
    font-family:meta;
}

/* Form */
.form {
    margin: 2rem 0;
    padding: 0 1.25rem 1.25rem;
    background-color: #fcfcfc;
    width: 100%;
    text-align: center;
}
.form .thumbnail {
  background: #C1D72E  ;
  width: 150px;
  height: 150px;
  margin: 0 auto 30px;
  padding: 50px 30px;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  box-sizing: border-box;
}
.form .thumbnail img {
  display: block;
  width: 100%;
}
    .form input {
        font-family: OpenSans-Regular;
        outline: 0;
        background: #FFFFFF;
        font-size: .8rem;
        width: 100%;
        height: 2.25rem;
        border: 0.05rem solid #a7a7a7;
        padding: 0.85rem 0.65rem 0.7rem;
        border-radius: 0;
        color: #4f4f4f;
        -webkit-box-shadow: 0 0 0 50px #FFFFFF inset;
        -webkit-text-fill-color: #4f4f4f;
    }
    .form input:hover, .form input:focus {
        border-color: #3FA8F5;
    }
.form input.uppercase {
    text-transform: uppercase;
}
.form button {
  outline: 0;
  background: #9BB107;
  height: 2.1rem;
  width: 100%;
  text-transform: uppercase;
  border: 0;
  padding: 0.4rem 0 0.3rem;
  color: #FFFFFF;
  font-size: 0.8rem;
  cursor: pointer;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3  ;
  font-size: 12px;
}
.form .message a {
  color: #C1D72E  ;
  text-decoration: none;
}
.form .register-form {
  display: none;
}

.form h2.main-title {
    font-family: OpenSans-SemiBold;
    text-align: left;
    font-size: 1rem;
    margin: -0.25rem 0 1.05rem;
    color: #333;
}

.form-horizontal {
    margin-top: 1.75rem;
}
.form-horizontal .form-group {
    text-align: left;
    margin: 0;
}
.form-horizontal .form-group label {
    font-family: OpenSans-SemiBold;
    font-size: 0.8rem;
    font-weight: normal;
    color: #4f4f4f;
    margin-bottom: 0.25rem;
    text-align: center;
}
.form-horizontal .form-group.gap-top {
    margin-top: 0.6rem;
}

.login-form .form-horizontal {
    margin-top: 0.75rem;
}

.form .form-btn-group {
    display: flex;
    justify-content: space-between;
}

.container {
    position: relative;
    z-index: 1;
    max-width: 500px;
    min-width: 300px;
    margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a  ;
}
.container .info span {
  color: #4d4d4d  ;
  font-size: 12px;
}
.container .info span a {
  color: #000000  ;
  text-decoration: none;
}
.container .info span .fa {
  color: #C1D72E  ;
}

/* END Form */
/* Demo Purposes */
body {
  background: #ccc;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
}

#video {
  z-index: -99;
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.h-100-p {
    height: 100% !important;
}

.d-hide {
    display: none;
}

.f-bold {
    font-family: OpenSans-Bold !important;
}
