html {
  font-family: ff-good-web-pro, sans-serif;
}

body {
  margin: 0;
  font-family: ff-good-web-pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #616260;
  text-align: left;
  height: 100%;
  position: relative;
}

img,
.monitor-img {
  max-width: 100%;
  height: auto;
}

.center {
  text-align: center;
}

.logo {
  max-width: 100%;
  width: 255px;
  margin-bottom: 1.5em;
}

h1 {
  font-size: 3.5em;
  font-family: ff-good-web-pro-condensed, sans-serif;
  color: #007f06;
  font-weight: 300;
}

h2 {
  font-size: 1.95em;
  font-family: ff-good-web-pro-condensed, sans-serif;
  text-transform: uppercase;
  color: #949598;
}

.bigger {
  font-size: 1.875em;
  font-family: ff-good-web-pro-condensed, sans-serif;
  text-transform: uppercase;
  color: #454647;
}

.big {
  font-weight: 500;
  font-size: 1.125em;
  margin-top: 1rem;
}

.fineprint {
  font-family: ff-good-web-pro-condensed, sans-serif;
  font-size: 0.8em;
}

hr {
  margin-top: 0;
  border-top-color: #c7c8c9;
}

a:hover,
#homepage a:active {
  text-decoration: none;
}

.white {
	color: #fff;
}

a.white:link,
a.white:visited {
  color: #ffffff;
  text-decoration: underline;
}

a.white:hover,
a.white:active {
  text-decoration: underline;
}

.gray {
  color: #292a2a;
}

a.gray:link,
a.gray:visited {
  color: #292a2a;
  text-decoration: underline;
}

a.gray:hover,
a.gray:active {
  text-decoration: underline;
}

ul {
  padding-top: 5px;
  padding-left: 1em;
  list-style-type: none;
}

li {
  font-family: ff-good-web-pro, sans-serif;
  background-image: url("../images/chevron_bullet.png");
  background-repeat: no-repeat;
  background-position: 0 0.4em;
  background-size: 8px;
  padding-left: 1.75em;
  padding-bottom: 10px;
  font-size: 1em;
}

/* Layout sections */
#homepage {
  background: #fafafa;
  padding: 0;
  color: inherit;
}

#login-page {
  background: #fafafa;
  padding: 0;
  color: inherit;
}

#login-page p{
  color: #292a2a;
  padding: 0;
  color: inherit;
}

.login,
.left,
.right {
  position: relative;
  height: 100vh;
}

.left::before {
  content: '';
  position: absolute;
  left: -966em;
  width: 997em;
  top: 0;
  bottom: 0;
  background-color: #10562b; /* Zack's green */
}

.right::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100vh;
}

/* Buttons */
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block{
    font-family: ff-good-web-pro-condensed, sans-serif;
    text-transform: uppercase;
    background: #337ab7;
    color: #fff;
    padding: 3px 18px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 3px 0 rgba(35, 82, 124, 1);
    width: auto;
    float: right;
}

a.btn-block {
    font-family: ff-good-web-pro-condensed, sans-serif;
    text-transform: uppercase;
    background: #337ab7;
    color: #fff;
    padding: 3px 18px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 3px 0 rgba(35, 82, 124, 1);
    width: auto;
}


input[type=button].btn-block:hover,
input[type=reset].btn-block:hover,
input[type=submit].btn-block:hover{
    box-shadow: 0 4px 0 rgba(35, 82, 124, 1);
    transform: translateY(-1px);
}

a.btn-block:hover {
    background: #337ab7;
    box-shadow: 0 4px 0 rgba(35, 82, 124, 1);
    transform: translateY(-1px);
}


input[type=button].btn-block:active,
input[type=reset].btn-block:active,
input[type=submit].btn-block:active {
  box-shadow: 0 0px 0 rgba(35, 82, 124, 1);
  transform: translateY(3px);
}

trial-button {
  font-family: ff-good-web-pro-condensed, sans-serif;
  display: inline-block;
  background: #fd951a;
  font-size: 1.25rem;
  color: #fff;
  padding: 3px 18px;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgba(189, 70, 0, 1);
  margin-bottom: 15px;
}

trial-button:hover{
 box-shadow: 0 4px 0 rgba(189, 70, 0, 1);
 transform: translateY(-1px);
}

trial-button:active {
 box-shadow: 0 0 0 rgba(189, 70, 0, 1);
 transform: translateY(3px);
}

/* Form styles */
label {
  font-family: ff-good-web-pro-condensed, sans-serif;
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #454647;
}

.form-signin {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin select,
.form-signin button {
  width: 100%;
  display: block;
  margin-bottom: 12px;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}

.form-signin input:focus,
.form-signin select:focus,
.form-signin button:focus {
  border-color: rgb(104, 145, 162);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
              0 0 8px rgb(104, 145, 162);
}

.form-signin #inputEmail,
.form-signin #inputPassword,
.form-signin #inputtext,
.form-signin #selectoption,
.form-signin #code{
    direction: ltr;
    background: #f2f3f3;
    height: 44px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    box-shadow: 0px 3px 6px 0px rgba(0,30,19,0.4) inset;
-webkit-box-shadow: 0px 3px 6px 0px rgba(0,30,19,0.4) inset;
-moz-box-shadow: 0px 3px 6px 0px rgba(0,30,19,0.4) inset;
	}

.form-signin button {
  background: #337ab7;
  color: #fff;
  padding: 12px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}

.form-signin button:hover {
  background-color: #286090;
}

.forgot-password {
  text-align: center;
  margin-top: 10px;
}

.forgot-password a {
  color: #417baa;
  text-decoration: none;
}

.forgot-password a:hover {
  color: #2a6496;
}

/* Card styles */
.card {
  width: 445px;
  max-width: 100% !important;
  padding: 20px 25px 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 12px;
  box-shadow: 0 12px 18px rgba(0, 30, 19, 0.5);
}

.card p {
  margin-bottom: 0;
}

.card-container.card {
  padding: 30px 40px;
}

.card-container2.card {
  padding: 0;
}

.card-container.card h3 {
  color: #000;
  text-align: center;
  font-weight: 600;
}

.reauth-email {
  display: block;
  color: #404040;
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

/* Accept terms */
#accept {
  border: 1px solid #cacaca;
  padding: 18px;
  border-radius: 6px;
}
