@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.resetContainer{
  display: flex;
  justify-content: center;
  align-content: center;`
}
.downloadContainer {
  max-width: 400px;
  width: 90%;
  margin: 0 auto;
}
.downloadContainer h3{
  font-family: 'Roboto', sans-serif;
  padding: 5px 0 0 0;
  margin: 0;
  font-size: 19px;
  color: #6d6d6d;
  font-weight: normal;
}
.download_links {
  position: relative;
}
.auxxit_icon {
  width: 80px;
  margin-top: 100px;
}
.apple_icon {
  position: absolute;
  right: 7px;
  top: 8px;
}
.apple_icon img {
  width: 144px;
}
.google_icon {
  position: absolute;
  left: 0;
}
.google_icon img{
  width: 160px;
}

.agreement_input{
  position: relative;
  font-family: 'Roboto', sans-serif;
  width: 94%;
  margin: 0 auto;
  padding: 7px 0 17px 0;
}
.agreement_input div:first-child{
  float: left;
  width: 5%;
  margin-top: 5px;
}
.agreement_input div:nth-child(2){
  float: right;
  width: 90%;
  font-size: 12px;
  color: #6f6f6f;
}
.agreement_input label{
  position: absolute;
  font-size: 9px;
  color: red;
  bottom: 9px;
  right: 5px;
}
.icon_input{
  position: relative;
}
.icon_input i{
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 19px;
  color: grey;
}
.icon_input label{
  position: absolute;
  bottom: 11px;
  right: 5px;
  font-size: 9px;
  color: red;
}
.group_details {
  width: 100%;
  margin: 30px 0 35px 0;
  position: relative;
  font-family: 'Roboto', sans-serif;
}
.group_icon{
  width: 70%;
  margin: 0 auto;
}
.group_icon img {
  width: 100%;
  border-radius: 10px;
}
.group_title {
  width: 75%;
  margin: 0 auto;
}
.group_title h2{
  font-size: 19px;
  color: #03A9F4;
  padding: 0;
  margin: 10px 0 0 0;
  text-align: center;
}
.group_title .group_description{
  font-size: 16px;
  color: #616161;
  padding: 6px 0 0 0;
  margin: 0;
  text-align: center;
  font-weight: bold;
}
.slogan {
  position: absolute;
  bottom: -28px;
  right: 8px;
  color: grey;
  font-size: 11px;
}
.slogan img {
  width: 61px;
}
.group_name {
  color: black;
}
.new_user {
  color: #03A9F4;
}
.imgWrap{
  width: 80%;
  margin: 0 auto;
}
.imgWrap img {
  width: 100%;
  margin-top: 50px;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  background: white;
}
h1 {
  font-size: 17px;
  text-align: center;
  padding: 0;
  margin: 15px 0 25px 0;
  color: #989898;
  font-weight: normal;
}
form {
  max-width: 400px;
  width: 90%;
}
.btn {
   display: inline-block;
   *display: inline;
   *zoom: 1;
   margin-bottom: 0;
   font-size: 13px;
   line-height: 18px;
   color: #FFFFFF;
   text-align: center;
   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
   vertical-align: middle;
   background-color: #18adff;
   background-image: -webkit-linear-gradient(top, #18adff, #4783ff);
   border-color: #e6e6e6 #e6e6e6 #e6e6e6;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
   border: 1px solid #e6e6e6;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
      0 1px 2px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
      0 1px 2px rgba(0, 0, 0, 0.05);
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
      0 1px 2px rgba(0, 0, 0, 0.05);
   cursor: pointer;
   *margin-left: 0.3em;
}
.btn-large {
   padding: 9px 14px;
   font-size: 15px;
   line-height: normal;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}
.btn-primary {
  background-color: #18adff;
  background-image: -webkit-linear-gradient(top, #18adff, #4783ff);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr=#6eb6de, endColorstr=#4a77d4, GradientType=0);
  border: 1px solid #3762bc;
  padding: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 20px;
}
.btn-primary:hover {
  font-weight: bold;
  cursor: pointer;
}
.btn-block {
   width: 100%;
   display: block;
}
.error {
  color: red;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}
* {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
   -o-box-sizing: border-box;
   box-sizing: border-box;
}

.login {
   position: absolute;
   top: 50%;
   left: 50%;
   margin: -150px 0 0 -150px;
   width: 300px;
   height: 300px;
}
.login h1 {
   color: #fff;
   text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
   letter-spacing: 1px;
   text-align: center;
}
input[type="text"], input[type="password"] {
  width: 100%;
  margin-bottom: 10px;
  background: white;
  border: none;
  outline: none;
  padding: 16px 10px 13px 40px;
  font-size: 13px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  -webkit-transition: box-shadow 0.5s ease;
  -moz-transition: box-shadow 0.5s ease;
  -o-transition: box-shadow 0.5s ease;
  -ms-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
}
input:focus {
  border: 1.5px solid #a9a9a9;
}
input[type="checkbox"] {
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
}
.reg {
   top: 36% !important;
}
.resetUser {
  color: #00b0ff;
  margin: -10px 0 9px 0px;
  font-size: 14px;
  border: 1px solid #dcdcdc;
  padding: 9px;
  border-radius: 3px;
  font-weight: bold;
  background: white;
  cursor: not-allowed;
}
.loginOption {
   position: relative;
}
.loginOption a {
   font-size: 13px;
}
.loginOption a:first-child {
   position: absolute;
   left: 0px;
}
.loginOption a:last-child {
   position: absolute;
   right: 0px;
}