﻿@media only screen and (min-width: 1200px) {
  #login-page {
    background: url(/Images/Login-Page-BG.png) no-repeat;
    background-size: 1600px;
    background-position: calc(50% + 25px) 50%;
  }
}

.lbtn {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 0 0 60px;
  font: 500 17px/48px "Avenir", sans-serif;
  text-decoration: none;
  color: #665;
  border-radius: 2px;
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border: 0;
  text-align: left;
  margin: 10 0 0 0;
}

.lbtn span {
  font-size: 15px;
  text-transform: none;
  color: #aaa;
}

.lbtn:before {
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  color: #fff;
  border-radius: 2px 0 0 2px;
  font-family: FontAwesome, "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 48px;
}

.lbtn.email:before {
  font-family: FontAwesome, "Font Awesome 5 Pro";
}

.lbtn.Facebook:before {
  content: "\f09a";
  background: linear-gradient(to bottom, #4477cc 0%, #2f5fae 100%);
}

.lbtn.Twitter:before {
  content: "\f099";
  background: linear-gradient(to bottom, #00ccff 0%, #00a3cc 100%);
}

.lbtn.Google:before {
  content: "\f1a0";
  background: linear-gradient(to bottom, #dd4433 0%, #bd2f20 100%);
}

.lbtn.email:before {
  background: linear-gradient(to bottom, #333333 0%, #1a1a1a 100%);
}

.lbtn:hover {
  text-shadow: 0 0 15px #fff;
}

/* reverse */
.lbtn.reverse {
  color: #fff;
}

.lbtn.reverse span {
  color: #eee;
}

.lbtn.Facebook.reverse {
  background: linear-gradient(to bottom, #4477cc 0%, #2f5fae 100%);
}

.lbtn.Twitter.reverse {
  background: linear-gradient(to bottom, #00ccff 0%, #00a3cc 100%);
}

.lbtn.Google.reverse {
  background: linear-gradient(to bottom, #dd4433 0%, #bd2f20 100%);
}

.lbtn.reverse:before {
  color: #555;
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
}

/* naked */
.lbtn.naked:before {
  border-right: 1px solid #aaa;
  background: none;
}

.lbtn.Facebook.naked:before {
  color: #356ac2;
}

.lbtn.Twitter.naked:before {
  color: #00b8e6;
}

.lbtn.Google.naked:before {
  color: #d33523;
}

#login-page a {
  color: #177bbb;
  text-decoration: none;
}

#login-page a:focus {
  text-decoration: underline;
}

.login-main {
  width: 100%;
  max-width: 480px;
  padding: 60px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

#login-page .login-main p {
  margin: 0;
}

#login-page .login-main label,
#login-page .login-main .list-group-item {
  padding: 0;
  border: 0;
  margin: 0;
}

.login-main input {
  height: 44px;
  padding: 3px 10px;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 1.5px #d3d3d3 inset;
  box-shadow: 0 0 0 1.5px #d3d3d3 inset;
  line-height: 22px;
  vertical-align: middle;
  color: #1a1a1a;
  background-color: #fff;
  -webkit-appearance: none;
}

#login-page .login-main input:hover,
#login-page .login-main input:focus {
  box-shadow: 0px 0px 0px 2px #177bbb inset;
  outline: none;
}

.login-main .sign-in-btn {
  border-radius: 4px;
  margin: 30px 0;
  font-weight: 500;
}

#login-page .login-main label,
#login-page .login-main input,
#login-page .login-main .sign-in-btn,
#login-page .login-main .login-separator {
  font-size: 16px;
}

.login-main .forgot-password,
.login-main .bottom-div,
.login-bottom {
  font-size: 14px;
}

.login-main .alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 30px 0;
  box-shadow: none;
  font-size: 14px;
}

.login-main .subscribe-div {
  margin: 30px 0;
}

#login-page .login-main .subscribe-div label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}

.login-main .subscribe-div input {
  width: 0 !important;
  height: 0 !important;
  margin: 0;
}

.login-main .subscribe-div i {
  position: relative;
  width: 18px;
  height: 18px;
  margin: 0;
  margin-right: 10px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
  background-color: #ffffff;
}

.login-main .subscribe-div input:checked + i {
  border-color: #177bbb;
}

.login-separator {
  position: relative;
  display: block;
  margin: 30px 0;
  color: #696969;
}

.login-separator:before,
.login-separator:after {
  content: "";
  background-color: #dcdcdc;
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 31%;
}

#login-page .login-separator:before {
  left: 0;
}

.login-separator:after {
  right: 0;
}

.social-logins {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.social-logins.bottom {
  margin: 0;
  margin-top: 15px;
}

.social-logins button {
  flex: 40%;
  height: 46px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #177bbb;
  border-radius: 4px;
  background: #fff;
}

.social-logins button:nth-child(odd) {
  margin: 0;
  margin-right: 15px;
}

.social-logins button:nth-child(odd):last-child {
  margin: 0;
  margin-right: 0;
  flex: 100%;
}

.social-login-btn:focus {
  -webkit-box-shadow: 0 0 0 1px #177bbb inset;
  box-shadow: 0 0 0 1px #177bbb inset;
  -webkit-appearance: none;
}

.social-logins svg {
  display: inline-block;
  opacity: 0.75;
  margin-right: 5px;
}

.social-login-btn:hover svg,
.social-login-btn:focus svg {
  opacity: 1;
}

.social-logins button span {
  font-size: 14px;
}

#light-login-modal .social-login-btn {
  margin-bottom: 15px;
}

#login-page .create-account-header {
  margin: 15px 0;
  font-size: 20px;
  text-align: center;
}

#login-page .name-div {
  margin: 15px 0 30px;
  display: block;
  text-align: left;
}

#login-page .bottom-div {
  margin: 0;
  margin-top: 30px;
  text-align: center;
}

#login-page .login-bottom {
  margin: 0;
  margin-top: 15px;
  color: #262626;
  text-align: center;
}

#login-page .login-bottom p {
  margin: 0;
  margin-bottom: 10px;
}

#login-page .login-bottom p:last-child {
  margin-bottom: 60px;
}

#login-page .social-login-btn:nth-child(n + 3) {
  margin-top: 10px;
}

#login-page .circle-icon {
  margin-bottom: 60px;
  padding: 45px;
  font-size: 3em;
  width: 3em;
  height: 3em;
  background-color: #264469;
  border-radius: 50%;
  color: #fff;
}

#login-page .circle-icon i {
  margin-left: -0.9em;
  margin-top: 0.1em;
}

form.registration-form .input-div,
form.registration-form .name-div {
  margin: 15px 0 !important;
}

form.registration-form .input-div:last-child {
  margin-bottom: 40px !important;
}
