@charset "utf-8";
/* CSS Document */



#new-login a {
  color: #46485c;
  text-decoration: none;
}
@media (max-width:768px) {
#new-login {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 30px;
    border-radius: 0;
    /* box-shadow: 0px 1px 0px rgba(0,0,0,0.3), inset 0px 1px 0px rgba(255,255,255,0.07); */
}
#new-login h2 {
    color: #0dc4ce;
    font-size: 33px;
    font-weight: 100;
    text-align: center;
}

.copy {
    padding-left: 0;
}
.get-play img {
    text-align: center;
    margin: 0 auto !important;
    margin-top: 0 !important;
    width: 50%;
}
.new-hdf h3{
    padding-top: 4em;
    text-align: center;
    margin: 0 auto;
    font-weight: lighter;
    color: black;
}
body {
  overflow: auto !important;
}
}
@media (min-width:768px) {
#new-login {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 12em 15%;
    height: 500em;
    border-radius: 0;
    box-shadow: 0px 1px 0px rgba(0,0,0,0.3), inset 0px 1px 0px rgba(255,255,255,0.07);
}
#new-login h2 {
    color: #00acb5;
    font-size: 35px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 8%;
}
.navbar-default {
    border-color: rgb(255, 255, 255);
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3), inset 0px 11px 1px rgba(255,255,255,0.07);
}
.new-hdf h3{
    padding-top: 10em;
    text-align: center;
    margin: 0 auto;
    font-weight: lighter;
    color: black;
}
}
#new-login input[type="text"], #new-login input[type="password"] {
    width: 100%;
    padding: 15px 15px;
    background: #ffffffa6;
    border: 0;
        border-bottom-width: 0px;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
    border-bottom: 1px solid rgb(255, 255, 255);
    outline: none;
    color: #292929;
    margin: 8px auto;
    height: auto;
}
#new-login input[type=checkbox] {
  display: none;
}

#new-login label {
  display: block;
  position: absolute;
  margin-top: 2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #46485c;
  content: "";
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border: 5px solid #00abb4;
  box-shadow: 0px 0px 0px 2px #46485c;
}

#new-login #remember:checked ~ label[for=remember] {
    background: #fff;
    border: 5px solid #fff;
    box-shadow: 0px 0px 0px 2px #b19c9c;
}
#new-login input[type="submit"] {
    background: #00acb5;
    border: 0;
    width: 40%;
    border-radius: 3px;
    height: 45px;
    border-bottom: 1px solid rgb(255, 255, 255);
    color: white;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}
#new-login input[type="submit"]:hover {
  background: #272727;
}

#new-login .forgot {
  margin-top: 30px;
  display: block;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
}
#new-login .forgot:hover {
  margin-top: 30px;
  display: block;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  color: #6d7781;
}

#new-login .remember {
    padding: 22px 8px;
    font-size: 14px;
    text-indent: 20px;
    line-height: 15px;
    color: #242424 !important;
    font-weight: 400;
    text-align: left;
    border-radius: 4px;
}

 input::-moz-placeholder, textarea::-moz-placeholder {
    color: #292929 !important;
    font-size: 15px;
}

    input:-ms-input-placeholder, textarea::-ms-input-placeholder {
        color: #292929 !important;
        font-size: 15px;
    }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #292929 !important;
    font-size: 15px;
}

[placeholder]:focus::-webkit-input-placeholder {
  transition: all 0.2s linear;
  transform: translate(10px, 0);
  opacity: 0;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: none;
    background-image: none;
    color: #292929;
}
input::-moz-placeholder {
  color: #292929;
}
.no-padd {
    padding: 0;
}
.new-div {
    background-color: #ff00001f;
}
