body {
  color: #03a7ce;
  font-family: helvetica;
  /*font-size: 18px;*/
  margin-top: 0;
}
p.clear-both{
  padding-top: 1px;
}

a {
  color: #03a7ce;
  text-decoration: none;
  display: block;
}
.logo_section {
width: 386px; padding-bottom: 10px;
}

.header-logo {
  max-width: 200px;
  max-height: 70px;
  margin: auto auto 10px auto;
  display: block;
}

.content {
  width: 400px;
  padding-top: 46px;
  margin: 0 auto;
}
.content p {
    color: #000;
}
h1 {
  font-size: 24px;
  margin: 0;
  font-weight: normal;
  margin-bottom: 85px;
}

input[type='password'],input[type='email'], input[name='user[reset_password_token]'] {
  height: 54px;
  width: 386px;
  font-size: 18px;
  color: #03a7ce;
  padding-left: 10px;
  margin-bottom: 24px;
  border-color: #f2f2f2;
}

input[type='submit'] {
  height: 54px;
  color: #ffffff;
  cursor: pointer;
  border: none;
  margin-bottom: 24px;
  font-size: 18px;
  -webkit-appearance: none;
}

input[type='submit'].signin {
  background-color: #03a7ce;
  width: 400px;
}

input[type='submit'].change-password {
  background-color: #03a7ce;
  width: 400px;
}

input[type='submit'].authorize {
  width: 194px;
}

input[type='submit'].authorize-allow {
  background-color: #457809;
  float: left;
}

input[type='submit'].authorize-deny {
  background-color: #e14d2e;
  float: right;
}

.remember-me {
  float: right;
}

.alert.alert-alert {
  font-size: 14px;
  color: #ef1919;
  margin-bottom: 10px;
}

.current-user-name {
  float: right;
}

.forgot-password {
  float: left;
  width: 50%;
}

.email-reset-password-cancel {
  float: left;
  width: 30%;  
}

.email-reset-password-cancel a {
  width: 95%; 
  background-color: rgb(221, 221, 221);
  border-bottom-color: rgb(255, 255, 255);
  color: white;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 16px;
}


.email-reset-password-success {
  float: left;
  width: 70%;
}

.email-reset-password-success input[type='submit'].signin {
  width: 100%;
}

.confirmation-container {
    text-align: center;
    padding: 20px 0 20px 0;
}

.confirmation-container ul{
    list-style: none;
    color: red;
    font-size: 16px;
    color: #000000;
}

.confirmation-container h1 {
    margin-bottom: 25px;
    font-weight: bold;
    color: #000000;
    font-family: adobe-clean, sans-serif !important;
}
.confirmation-container .activated{
   margin: 0px;
   line-height: 22.4px
}

.activated {
   font-family: adobe-clean, sans-serif !important;
}

 /*css by sandeep */

.line {
    border-top: 1px solid #03a7ce;
    padding-bottom: 25px;
}
/*.app-store-img, .play-store-img {  width: 60%; }*/

.mobile-icon a img {
    width: 85px;
}

.mobile-icon {
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
}

.mobile-icon a{
  display: inline-block !important;
  padding-right: 10px;
}


.activate-account{
  font-size: 18px;
  color: #000000;
  font-family: adobe-clean, sans-serif !important;
  line-height: 22.4px;
}

.download-application{
  font-size: 16px;
  color: #000000;
  font-family: adobe-clean, sans-serif !important;
  line-height: 22.4px;
}

.success-logo {
    width: 110px;
    height: 70px;
}

.logo-image {
    width: 20%;
    height: 20%;
    display: block;
    margin-left: auto;
   margin-right: auto;
}

@media only screen and (max-height : 407px) {
  #company-name {
    display: none;
  }

  p {
    margin-top: 0;
  }
}

@media only screen and (max-height : 415px) {
  .content {
    padding-top: 20px !important;
  }
}

/*css by sandeep*/

/*@media only screen and (max-height : 480px) {
  .app-store-img, .play-store-img {
   width: 35%;
  }
}
*/

/*@media only screen and (max-height : 480px) {
  .signin-logo {
    display: none;
  }

  #company-name.signin-form {
    margin-bottom: 15px !important;
  }

  .app-store-img, .play-store-img {
   width: 35%;
  }
}

.line {
  border-top: 1px solid #03a7ce;
  margin-bottom: 15px;
  color: #03a7ce;
  width: 500px;
}
*/
/*css for success */
/*@media only screen and (max-height : 480px) {
  .success-logo {
    display: none;
  }

  #company-name.signin-form {
    margin-bottom: 15px !important;
  }
}

@media only screen and (max-height : 480px) {
  .app-store-logo {
    display: none;
  }

  #company-name.signin-form {
    margin-bottom: 15px !important;
  }
}*/

@media only screen and (max-height : 520px) {
  .authorize-logo,.signin-logo {
    max-width: 200px;
    max-height: 70px;
  }
}

/*css for success */
@media only screen and (max-height : 520px) {
  .authorize-logo,.success-logo {
    width: 72px !important;
    height: 72px !important;
  }
}


@media only screen and (max-height : 520px) {
  .authorize-logo,.app-store-logo {
    width: 72px !important;
    height: 72px !important;
  }
}

@media only screen and (max-height : 560px) {
  .signin-logo {
    max-width: 200px;
    max-height: 70px;
  }
}

/*css for success*/

@media only screen and (max-height : 560px) {
  .success-logo {
    width: 110px;
    height: 70px;
  }
}

@media only screen and (max-height : 560px) {
  .app-store-logo {
    width: 110px;
    height: 70px;
  }
}

@media only screen and (max-height : 580px) {
  .content {
    padding-top: 10px;
  }

  #company-name.signin-form {
    margin-bottom: 25px !important;
  }
}

@media only screen and (max-height : 615px) {
  .content {
    padding-top: 10px;
  }

  .content {
    padding-top: 36px;
  }

  h1 {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width : 480px) {

  .mobile-icon a img {
      width: auto;
  }

  .logo_section {
    width: 85.5%;
  }

  .logo-image {
    width: 70%;
    height: 30%;
    display: block;
    margin-left: auto;
   margin-right: auto;
}

  img.header-logo.signin-logo {
        max-width: 200px;
        max-height: 70px;
  }
  .current-user-name {
    margin-right: 2.5%;
  }

  p,img,h1 {
    margin-left: 2.5%;
  }

  .content {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    padding-top: 36px;
  }

  .login {
    width: 100%;
  }

  body {
    margin-left: 0;
    margin-right: 0;
  }

  input[type='password'],input[type='email'] {
    width: 88.5%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }

  input[type='submit'].signin {
    width: 92.5%;
    margin-left: 1.5%;
  }

  input[type='submit'].authorize {
    width: 48.6%;
  }

  .actions {
    width: 93%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }

  .actions {
    position: absolute;
    bottom: 15px;
  }

  .login {
    position: relative;
    bottom: 15px;
    top: 10px;
  }

  h1 {
    margin-bottom: 45px;
  }

  .remember-me {
    margin-right: 6%;
  }

  .forgot-password {
    width: 48.5%;
    margin-left: 1.5%;
  }

  .confirmation-container p.activated{
    font-size: 18px;
  }
}
