html,
body {
    height: 100%;
    position: relative;
    -webkit-user-select: none;  /* Safari */
    -ms-user-select: none;      /* IE 10 and IE 11 */
    user-select: none;          /* Standard, Firefox */
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    font-weight: 500;
    font-family: Roboto, "Helvetica Neue", sans-serif;
    margin: 0;
    background: white url('/images/bg.png') center center no-repeat fixed;
    background-size: cover;
}

img, svg {
    vertical-align: middle;
}

input,
button,
textarea,
select {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    vertical-align: middle;
}

button {
    -webkit-appearance: button;
}

.cc-message, .cc-compliance {
  display: none !important;
}

.login {
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 5px;
    width: 940px;
    height: 618px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    box-shadow: 2px 2px 15px 2px #DDDDDD;
    margin: 0 auto;
}

.login-left {
  border-radius: 5px 0 0 5px;
  background-color: #013D4F;
  width: 370px;
  height: 100%;
  float: left;
  position: relative;
}

.login-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.login-logo-merchant {
  background-image: url('/images/logo.png');
  width: 179px;
  height: 48px;
}

.login-logo-admin {
  background-image: url('/images/logo-admin.png');
  width: 179px;
  height: 71px;
}

.login-right {
  width: 570px;
  height: 100%;
  float: right;
  box-sizing: border-box;
  padding: 0 129px;
  position: relative;
}

.login-title {
  color: #013D4F;
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 30px;
}

.login-message {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #3E3F3E;
  margin-bottom: 29px;
}

.login-title-password {
  font-size: 30px;
}

.login-form {
  width: 312px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.login .close {
    opacity: 0.4;
    cursor: pointer;
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.login .close .fa-times {
    font-weight: 300;
    font-size: 23px;
    line-height: 15px;
    color: #666;
}

.login .close:hover {
    opacity: 0.7;
}

.login h1 {
    font-weight: 500;
    font-size: 36px;
    line-height: 47px;
    color: #013D4F;
    margin: 23px 0 17px;
}

.login h2 {
    font-weight: 500;
    font-size: 25px;
    line-height: 33px;
    color: #013D4F;
    margin: 23px 0 17px;
}

.login p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.15px;
    color: #6d6d6d;
    margin: 0;
    padding-bottom: 5px;
}

.login .group {
    margin-bottom: 10px;
}

.login input {
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-weight: 400;
    background-color: white;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    color: #3e3f3e;
    letter-spacing: 0.15px;
    padding: 0 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.login .password-container {
  position: relative;
}

.login .password-field {
    padding-right: 52px;
}

.login .eye-image {
  position: absolute;
  top: 16px;
  right: 13px;
  width: 26px;
  height: 18px;
}

.login .eye-image:hover {
  cursor: pointer;
}

.login input:-webkit-autofill::first-line,
.login input:-webkit-autofill,
.login input:-webkit-autofill:hover,
.login input:-webkit-autofill:focus,
.login input:-webkit-autofill:active {
  font-family: Roboto, "Helvetica Neue", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.login input:focus {
    border-color: #afadad;
    outline: none;
}

.login input::-webkit-input-placeholder {
    color: #6d6d6d;
}

.login input::-moz-placeholder {
    color: #6d6d6d;
}

.login input:-ms-input-placeholder {
    color: #6d6d6d;
}

.login input::-ms-input-placeholder {
    color: #6d6d6d;
}

.login input::placeholder {
    color: #6d6d6d;
}

.login .btn {
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #013D4F;
    padding: 15px 0;
    border: none;
    cursor: pointer;
    background-color: #4FC8EC;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.login .btn:hover:not([disabled]) {
  color: #013D4F;
  background-color: #30A4C7;
}

.login .btn:active:not([disabled]) {
  color: white;
  background-color: #2787A4;
}

.login .btn:disabled {
  color: #013D4F80;
  background-color: #4FC8EC80;
  cursor: initial;
}

.login .password {
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.15px;
    text-align: center;
    padding-top: 20px;
}

.login .password a {
    color: #013D4F;
    text-decoration: none;
}

.login .password a:hover {
    color: #4FC8EC;
}

.company {
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.15px;
    color: #9D9D9D;
    text-align: center;
    position: absolute;
    bottom: 26px;
    left: 0;
    right: 0;
}

.validation-summary-errors {
    color: #dc3545;
    background: none;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: 12px;
}

.validation-summary-errors ul, .validation-summary-errors li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.validation-field-error {
  box-sizing: border-box;
  padding-top: 3px;
  height: 16px;
  margin-left: 5px;
  color: #dc3545 !important;
  font-size: 12px;
  display: inline-block;
}
