﻿input {
  border: none;
}

a, p {
  text-decoration: none;
  outline: none;
}

  a:hover, a:active, p:hover {
    text-decoration: underline;
  }

.resetPassword {
  color: #6c757d;
  margin-top: -14px;
  font-size: 10px;
}

.logincontainer {
  padding-left: 0px;
  padding-right: 0px;
}

.resetPassword {
  font-size: 11px;
}

.createLogin {
  font-size: 11px;
}

.createLogin {
  position: absolute;
  margin-top: -30px;
  right: 1px;
  color: #C8C7C9;
  font-size: 10px;
}

.logincontolmargin {
  margin: 0 !important;
  width: 100%;
}

.errormsg {
  color: red !important;
  text-align: center !important;
  font-size: 10pt !important;
  position: absolute !important;
  bottom: -30px !important;
}

.lp-form {
  width: 100%;
  position: relative;
}

.lp-logo {
  margin-bottom: auto;
}

.lp-login {
  color: #6c757d !important;
  margin: 40px 0 0 0px;
  font-size: 18px;
  width: 304px;
  text-align: center;
}

.createlogin {
  height: 520px !important;
}

@media (min-width: 992px) {
  .lp-logo {
    margin-right: auto;
    margin-left: auto;
    width: 300px;
    height: 180px;
    z-index: 300;
    text-align: center;
    margin-top: 60px;
  }
}

.lp-logo {
  margin-bottom: 0px !important;
  margin-right: auto;
  margin-left: auto;
  width: 300px;
  height: 200px;
  z-index: 300;
  text-align: center;
}

@media only screen and (min-width:980px) and (max-width:1023px) {
  .lp-logo {
    margin-right: auto;
    margin-left: auto;
    width: 300px;
    height: 180px;
    z-index: 300;
    text-align: center;
    margin-top: 40px;
  }
}

input[type="submit"] {
  display: block !important;
  background: linear-gradient(#8A52BD, #613984);
  background: -moz-linear-gradient(#8A52BD, #613984);
  background: -o-linear-gradient(#8A52BD, #613984);
  background: -webkit-linear-gradient(#8A52BD, #613984);
  color: #FFFFFF;
  border: none;
  width: 300px;
  height: 40px;
  text-indent: 0 !important;
  margin-top: 10px;
  cursor: pointer;
}

.lp-logo img {
  width: 60% !important;
}

@media only screen and (max-width:980px) {
  .lp-logo {
    margin-right: auto;
    margin-left: auto;
    width: 300px;
    height: 180px;
    z-index: 300;
    text-align: center;
    margin-top: 30px;
  }
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666 !important;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #666 !important;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #666 !important;
}

:-moz-placeholder { /* Firefox 18- */
  color: #666 !important;
}
