﻿@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);
body {
  background-color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  height: 100%;
  background: #1c6d51 linear-gradient(180deg, #2ba67b, #1c6d51) !important;
	background-color: #1c6d51 !important;
}
html, body {
  /*height: 100%;*/
}
body a {
  text-decoration: none;
  color: #fe8300;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
body a:hover {
  color: #008000;
}
/*.imagebg {
	background-image: url("../images/bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 0.9;
  filter: alpha(opacity=90);
}*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 1.8rem;
  line-height: 100%;
  margin: 1.5rem 0 1.68rem 0;
}
p {
  font-size: 0.9rem;
  text-align: justify;
  line-height: 150%;
  color: #444444;
}
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 96%;
}
.form-container {
  margin: auto;
  margin-top: 40px;
  width: 75%;
  padding: 15px;
  /*max-width: 780px;*/
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /*width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top:90px;
	margin-bottom: 30px;
	box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 20px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
	left: 25%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/
}
.form-container .row {
  margin-bottom: 0;
}
.logo {
  float: left;
  background: url(../images/cytanet.jpg) no-repeat;
  width: 250px;
  height: 66px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
#safewebimg {
  text-align: center;
  margin-top: 20px;
  float: left;
  width: 25%;
  margin-left: 0rem;
  margin-right: 0rem;
}
#content {
  float: left;
  width: 75%;
  margin-left: 0rem;
  margin-right: 0rem;
  padding-right: 20px;
}
#bottom-text {
  text-align: center;
  font-size: 0.8rem;
}
.line {
  border-bottom: 1px solid #ccc;
  margin-top: 15px;
  margin-bottom: 15px;
  height: 2px;
}
/* label color */
.input-field label {
  color: #9c9c9c;
}
/* label focus color */
.input-field input[type=text]:focus + label {
  color: #9c9c9c;
}
/* label underline focus color */
.input-field input[type=text]:focus {
  border-bottom: 1px solid #9c9c9c;
  box-shadow: 0 1px 0 0 #9c9c9c;
}
/* valid color */
.input-field input[type=text].valid {
  border-bottom: 1px solid #9c9c9c;
  box-shadow: 0 1px 0 0 #9c9c9c;
}
/* invalid color */
.input-field input[type=text].invalid {
  border-bottom: 1px solid #9c9c9c;
  box-shadow: 0 1px 0 0 #9c9c9c;
}
/* icon prefix focus color */
.input-field .prefix.active {
  color: #9c9c9c;
}
input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #009ddc;
  box-shadow: 0 1px 0 0 #009ddc;
}
input:not([type]):focus:not([readonly]) + label, input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label, input[type=url]:focus:not([readonly]) + label, input[type=time]:focus:not([readonly]) + label, input[type=date]:focus:not([readonly]) + label, input[type=datetime]:focus:not([readonly]) + label, input[type=datetime-local]:focus:not([readonly]) + label, input[type=tel]:focus:not([readonly]) + label, input[type=number]:focus:not([readonly]) + label, input[type=search]:focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #009ddc;
}
.form-container .btn {
  background-color: #009ddc;
}
.submitbtn {
  line-height: 48px;
  display: block;
  height: 48px;
  width: 100%;
}
.form-container h3 {
  font-size: 42px;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: -46px;
}
/*********************************Begin Media Queries****************************************/
/**************************/
/* for 991px or less */
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  h1, h2, h3 {
    font-size: 24px;
  }
  .form-container {
    margin: auto;
    margin-top: 15px;
    width: 94%;
    /*max-width: 780px;*/
    padding: 15px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    float: left;
  }
  .form-container h1 {
    font-size: 2rem;
    line-height: 140%;
  }
  #safewebimg {
    text-align: center;
    margin-top: 10px;
    float: left;
    width: 100%;
  }
  #safewebimg img {
    width: 160px;
  }
  #content {
    float: left;
    width: 100%;
    padding: 0 4%;
  }
}
@media all and (max-width: 640px) {

}