/* 
    Created on : MAY 9, 2016, 8:00:24 PM
    Author     : enterpi
*/
/* 
    Created on : MAY 9, 2016, 8:00:24 PM
    Author     : enterpi
*/
/* 
    Created on : MAY 9, 2016, 8:00:24 PM
    Author     : enterpi
*/
/*$body_bg_color: #ffffff;*/
@font-face {
  font-family: 'CircularStd';
  src: url("fonts/CircularStd-Bold.eot");
  src: url("fonts/CircularStd-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/CircularStd-Bold.woff") format("woff"), url("fonts/CircularStd-Bold.ttf") format("truetype"), url("fonts/CircularStd-Bold.svg#bcc26993292869431e54c666aafa8fcd") format("svg");
  font-weight: 600;
  font-style: normal;
}

html,
body {
  min-height: 500px;
  background-color: #E8EAF6;
  font-family: 'Nunito Sans', sans-serif !important;

}

body .footer_links {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  display: none;
}

body .footer_links a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

body .footer_links a:hover {
  color: white;
}

.login_body {
  /* background-color: #263F6A !important; */
  background: #303F9F !important;
}

.login-box {
  /* height: 480px; */
  height: auto;
  width: 360px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.login-box .login-hdr {
  border-radius: 10px 10px 0 0;
  background: #fff;
  /* height: 86px;
    background: url(../images/background-new.png) repeat-x;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; */

}

.login-box .login-hdr .logo {
  /* background: url("../images/fd-logo.png") no-repeat center center; */
  background: url("../images/ats_logo.svg") no-repeat center center;
  height: 80px;
  position: relative;
  top: 10px;
}

.login-box .login-container {
  background: #fff;
  overflow: hidden;
  /* height: 394px; */
  height: 330px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 10px 10px;
}

.login-box .login-form form {
  padding: 0 30px 30px;
}

.login-box .login-form .rem_chk {
  margin-top: 25px;
}

.login-box .login-form .rem_chk .cr {
  margin-right: 8px;
  margin-top: 1px;
}

.login-box .login-form a.frgt {
  font-size: 14px;
  /* color: #484ADA; */
  color: #1948A0;
  cursor: pointer;
  text-decoration: none;
}

.login-box .login-form a.frgt:hover {
  color: #ec7228;
}

.login-box .login-form.ng-leave {
  -webkit-animation: none;
  animation: none;
}

/* .login-box .input-layout {
    margin-top: 35px; }
    .login-box .input-layout .alert-error {
      position: absolute;
      font-size: 11px; } */

.login-box .input-top-margin {
  margin-top: 36px
}

.login-box .input-field-layout {
  margin-top: 28px
}

.login-box .input-field-layout input[type="text"],
input[type="password"] {
  padding: 19px 10px;
}

.login-box .input-field-layout input::placeholder {
  color: #6a7687;
  font-weight: 500;
  opacity: 1;
  /* Firefox */
}

.login-box .input-field-layout input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #6a7687;
  font-weight: 600;
}

.login-box .input-field-layout input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #6a7687;
  font-weight: 500;
}

.login-box .input-field-layout .alert-error {
  position: absolute;
  font-size: 11px;
  margin-top: 2px;
}

.login-box .input-field-layout .form-control:focus {
  border-color: #4fa7f0;
}

.login-box .button {
  margin-top: 6px;
  padding: 12px 18px;
  color: #fff;
  /* background: #ec7228; */
  /* background: #1E52CC !important; */
  background: #EE6C4D;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  border: none;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.login-box .button:hover {
  background: #ff6508 !important;
  /* background: #0039c0 !important; */
}

.login-box .button:active {
  outline: none;
}

.login-box .ruler {
  display: block;
  text-align: center;
  margin: 10px 0px;
  color: #d5d5d5;
  font-size: 14px;
  font-weight: 600;
}

.login-box .ruler:before {
  content: '';
  margin-top: 9px;
  margin-left: -46px;
  border-bottom: 1px solid #ccc;
  width: 40px;
  position: absolute;
}

.login-box .ruler:after {
  content: '';
  margin-top: 9px;
  margin-left: 4px;
  border-bottom: 1px solid #ccc;
  width: 40px;
  position: absolute;
}

.login-box .sign_google {
  margin: 0px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  display: block;
  text-align: center;
  color: #6e6e6e;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.login-box .sign_google:hover {
  color: #6e6e6e;
  background: #efefef;
}

.login-box .sign_google.sign_azure {
  margin-top: 16px;
}

.login-box .forgot-password-form form {
  padding: 0 30px 30px;
}

.login-box .forgot-password-form .button {
  margin-top: 48px;
}

.login-box .forgot-password-form .msg {
  padding: 18px 0 14px;
  font: 400 18px 'Lato';
  color: #7c7c7c;
}

.login-box .forgot-password-form.ng-leave {
  -webkit-animation: none;
  animation: none;
}

.login-box .back-to-login {
  text-align: center;
  margin-top: 20px;
}

.login-box .back-to-login i {
  font-size: 18px;
  position: absolute;
  left: -19px;
  top: -1px;
}

.login-box .back-to-login .bck_arrow {
  color: #4C5DBA;
  margin-top: 20px;
  position: relative;
}

.login-box .back-to-login .bck_arrow:hover {
  color: #ec7228;
}

.login-box .animated {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.login-box.page-404 {
  height: 386px;
}

.login_section_bg {
  background: #3a519b;
  height: 250px;
  width: 100%;
}

.login_container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 820px;
  background: #3a519b;
}

.login_container .alb_logo_form {
  margin-top: -45px;
  margin-bottom: 19px;
  text-align: center;
  visibility: hidden;
}

.login_container .alb_logo_form img {
  width: 160px;
}

.login_form {
  height: 410px;
  width: 360px;
  margin: 0 auto;
  background: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-top: -110px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}

.login_form .form-wrap {
  min-height: 190px;
  position: relative;
}

.login_form form {
  padding: 30px;
}

.login_bg {
  background: url(../images/background-new.png) repeat-x;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.login_bg .logo {
  background: url("../images/fd-logo.png") no-repeat center center;
  width: 360px;
  height: 82px;
}

.footer_links {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  color: #ABABAB;
}

.footer_links a {
  color: #ABABAB;
  text-decoration: none;
  display: inline-block;
}

.footer_links a:hover {
  color: #838383;
}

.primary.button {
  color: #fff;
  background: #ec7228;
  text-transform: uppercase;
  position: relative;
}

.button.primary {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 18px;
}

.button {
  margin: 20px 0 0;
  padding: 12px 20px;
  color: #fff;
  background: #ec7228;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: none;
  width: 100%;
  font-size: 14px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.button:active {
  outline: none;
}

.vendor_login {
  position: relative;
}

.vendor_login .form-wrap {
  width: 770px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.4);
  margin-top: -66px;
  border-radius: 2px;
}

.vendor_login .vendor-header {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  margin: 0 auto;
}

.vendor_login .vendor-header .button {
  padding: 22px 0 22px;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 0px;
  margin-top: 45px;
  display: inline-block;
}

.vendor_login .vendor-header .button i {
  vertical-align: middle;
  font-size: 24px;
}

.vendor_login .qq-upload-drop-area {
  border-radius: 50% !important;
  overflow: hidden;
}

.vendor_login .drag_img img,
.vendor_login .drag_img .img {
  height: 122px;
  width: 122px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 20%;
}

.vendor_login .drag_img .icon-trash {
  right: 50px !important;
  bottom: 2px !important;
  top: auto !important;
}

.vendor_login .acc_list {
  font-size: 18px;
  font-weight: 300;
}

.vendor_login .input-layout {
  margin-top: 45px;
}

.vendor_login .wrap {
  padding: 15px;
}

.vendor_login .login_section_bg {
  height: 265px;
  font-size: 16px;
  color: #fff;
  background: url("../images/bg-blue.png") repeat 0px 0px;
}

.vendor_login .vendor-spacer {
  padding: 20px 0px;
}

.vendor_login .alb_logo_hdr {
  position: relative;
  display: none;
  top: 4px;
  padding: 0px 15px;
  margin: 0px 10px;
}

.vendor_login .alb_logo_hdr:before {
  border-left: 1px solid #a0afd5;
  display: inline-block;
  position: absolute;
  content: '';
  height: 25px;
  top: 0px;
  left: 0px;
}

.vendor_login .white-btn {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 18px;
}

.vendor_login .plead {
  background: #ebebeb;
  padding: 15px 15px;
  border-radius: 3px;
  color: #000;
  font-weight: 500;
  margin-top: -20px;
}

.vendor_login .footer_links {
  position: relative;
  bottom: 0px;
  padding: 20px 0px;
}

.vendor_login .upload_vendor {
  background: #e3e3e3;
  text-align: center;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  margin: -90px auto 0px;
  position: relative;
  border: 4px solid #fff;
}

.vendor_login .upload_vendor .qq-upload-list {
  margin-top: 45px;
  white-space: nowrap;
  font-size: 12px;
}

.vendor_login .upload_vendor .qq-upload-list .material-icons {
  font-size: 12px;
}

.vendor_login .qq-uploader {
  color: #34539E;
  text-transform: uppercase;
}

.whole_foods_login {
  background: url("../images/cover-image.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}

.whole_foods_login .wholefoods-login {
  position: absolute;
  left: 30px;
  top: -16px;
}

.whole_foods_login .login-form {
  margin-top: 22px;
}

.whole_foods_login .login-form form {
  padding: 0 30px 0 30px;
  margin-top: 16px;
}

.whole_foods_login .login-box {
  height: 448px;
  width: 768px;
  background: #fff;
  padding: 24px 48px 0 48px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.whole_foods_login .login-box .left-details {
  display: inline-block;
  width: 50%;
  float: left;
  font-family: 'Lato', sans-serif !important;
}

.whole_foods_login .login-box .left-details h3 {
  font-size: 18px;
  font-weight: 600;
  color: #293330;
  margin-bottom: 24px;
  margin-top: 32px;
  font-family: 'CircularStd';
}

.whole_foods_login .login-box .left-details h3.instructions {
  margin-top: 30px;
  margin-bottom: 16px;
}

.whole_foods_login .login-box .left-details .options-soda {
  font-size: 16px;
  color: #5c6460;
  margin-bottom: 16px;
}

.whole_foods_login .login-box .left-details .options-soda .circle-point {
  width: 20px;
  background: #5c6461;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  float: left;
  display: inline-block;
  margin-top: 2px;
}

.whole_foods_login .login-box .left-details .options-soda .what-can-i {
  float: left;
  display: inline-block;
  width: calc(100% - 32px);
  padding-left: 24px;
}

.whole_foods_login .login-box .left-details .options-soda .clearfix {
  clear: both;
}

.whole_foods_login .login-box .right-details {
  display: inline-block;
  width: 50%;
  float: left;
  position: relative;
}

.whole_foods_login .login-box .right-details .login-container form {
  border-left: 1px solid #d9d9d9;
  padding-bottom: 0;
}

.whole_foods_login .login-box .right-details .login-container form:before,
.whole_foods_login .login-box .right-details .login-container form:after {
  left: -1px;
  top: 70px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
}

.whole_foods_login .login-box .right-details .login-container form:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #dadada;
  border-width: 12px;
  margin-top: -13px;
  margin-left: 1px;
}

.whole_foods_login .login-box .right-details .login-container form:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #fff;
  border-width: 11px;
  margin-top: -12px;
}

.whole_foods_login .login-box .right-details .login-container form#forgot_pwd_frm:before,
.whole_foods_login .login-box .right-details .login-container form#forgot_pwd_frm:after {
  display: none;
}

.whole_foods_login .login-box .right-details .forgot-password-form .msg {
  padding: 0 0 20px;
  font-size: 16px;
  margin-top: 16px;
}

.whole_foods_login .login-box .right-details .input-layout-new {
  min-height: 64px;
  position: relative;
  padding-top: 30px;
}

.whole_foods_login .login-box .right-details .input-layout-new label {
  display: block;
  color: #7e8883;
  font-weight: 400;
  margin-bottom: 2px;
  margin-top: 8px;
  position: absolute;
  top: 0;
}

.whole_foods_login .login-box .right-details .input-layout-new input {
  display: block;
  width: 100%;
  border: 1px solid #e2e7e5;
  height: 36px;
  border-radius: 3px;
  padding: 0 13px;
}

.whole_foods_login .login-box .right-details .input-layout-new input:focus {
  border: 1px solid #3f9f4b;
}

.whole_foods_login .login-box .login-hdr {
  background: url("../images/wf_back.png");
  background-size: contain;
}

.whole_foods_login .login-box .login-hdr .logo {
  background: url("../images/wf_logo.png") no-repeat center center;
  background-size: contain;
}

.whole_foods_login .login-box .login-container {
  height: 300px;
}

.whole_foods_login .login-box .login-container .submit_btn {
  margin: 10px 0;
  background-color: #3f9f4b;
  box-shadow: none;
}

.whole_foods_login .login-box .login-container .submit_btn.reset_pwd {
  margin-top: 24px;
}

.whole_foods_login .login-box .login-container .submit_btn:hover {
  background-color: #368840;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.whole_foods_login .login-box .login-container .submit_btn:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.whole_foods_login .login-box .login-container .forgot-password-form .button {
  background-color: #3f9f4b;
  margin-top: 32px;
}

.whole_foods_login .login-box .login-container .forgot-password-form .button:hover {
  background-color: #368840;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.whole_foods_login .login-box .login-container .forgot-password-form .button:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.whole_foods_login .login-box .login-container .back-to-login .bck_arrow {
  color: #3f9f4b;
}

.whole_foods_login .login-box .login-container .back-to-login .bck_arrow:hover {
  color: #1e6f42;
}

.whole_foods_login .login-box .login-container.firefox-login {
  height: 330px;
}

.whole_foods_login .login-box .activation-msg {
  position: absolute;
  top: -76px;
  left: 0;
  right: 0;
  text-align: center;
  color: #34413D;
  font-weight: 600;
  font-size: 21px;
}

.whole_foods_login .login-box.page-404 {
  height: 362px;
  width: 576px;
}

.whole_foods_login .login-box .login-form a.frgt {
  color: #3f9f4b;
}

.whole_foods_login .login-box .login-form a.frgt:hover {
  color: #1e6f42;
}

.whole_foods_login .login-box .back-to-login i {
  width: 18px;
  height: 18px;
  overflow: hidden;
}

.whole_foods_login .browser-support {
  color: #5c6460;
  font-size: 13px;
  display: none;
}

.whole_foods_login .browser-support img {
  vertical-align: middle;
  margin-top: -2px;
  width: 18px;
  height: 17px;
}

/*Firefox related styles*/
.whole_foods_login .login-box.firefox-msg .login-container {
  height: 340px;
}

.whole_foods_login .login-box.firefox-msg {
  height: 480px;
}

.whole_foods_login .login-box.firefox-msg .browser-support {
  display: block;
}

/*Link Expired styles*/
.page-not-found {
  width: 480px;
  margin: 40px auto;
}

.page-not-found .back-to-login {
  margin-top: 24px;
}

.user-lost {
  width: 120px;
  float: left;
}

.card-404 {
  border-bottom: 1px solid #d9d9d9;
  padding: 0 0 24px 0;
}

.page-404-text {
  width: calc(100% - 120px);
  float: left;
  text-align: left;
  padding-left: 16px;
}

.page-404-text h3 {
  color: #34413D;
  font-size: 18px;
  font-weight: 600;
  font-family: 'CircularStd' !important;
  text-transform: uppercase;
  margin: 0 0 8px 0;
}

.page-404-text p {
  color: #616B68;
  font-size: 13px;
  font-family: 'Lato', sans-serif !important;
}

.whole_foods_login .login-box .submit_btn {
  margin: 10px 0;
  background-color: #3f9f4b;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 18px;
}

.whole_foods_login .login-box .submit_btn:hover {
  background-color: #368840;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.whole_foods_login .login-box .submit_btn:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.input-bottom-margin {
  margin-bottom: 20px;
}

/*# sourceMappingURL=login.css.map */