/* login start */

@font-face {
    font-family: Brandon Grotesque;
    src: url('https://europe.merlin.net/merlin-cloud/b2c/Brandon-Grotesque/brandon-grotesque-light-58a8a4b38001d.otf');
}

@font-face {
    font-family: Roboto-Medium;
    src: url('https://europe.merlin.net/merlin-cloud/b2c/Brandon-Grotesque/Roboto-Medium.ttf');
}

@font-face {
    font-family: Roboto-Regular;
    src: url('https://europe.merlin.net/merlin-cloud/b2c/Brandon-Grotesque/Roboto-Regular.ttf');
}

#localAccountForm {
    width: 400px;
    margin: 0 auto;
}
#localAccountForm > .entry {
    position: relative;
}
/* #localAccountForm .buttons #next {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;

  position: absolute;
  width: 79px;
  height: 48px;
  top: 215px;


  background: #03a9f4;

  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.24);
  border-radius: 4px;
} */

/*.entry-item */
#localAccountForm .password-label a#forgotPassword {
    /* width: 239px; */
    height: 16px;
    left: calc(30% - 239px / 2);
    top: 150px;
    /* top: 365px; */
    /* top: calc(100% - 16px/2); */

    /* BUTTON - med 14 (16px, 1.25px) */

    /* font-family: Roboto; */
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height, or 114% */

    display: flex;
    align-items: center;
    text-align: left;
    letter-spacing: 1.25px;
    /* text-transform: uppercase; */

    /* Black / Inactive */

    color: rgba(0, 0, 0, 0.54);
    text-transform:none !important;
}

#localAccountForm .buttons {
    margin-top: 15px;
}
#localAccountForm .companyLogo,
#localAccountForm .divider,
#localAccountForm .create {
    display: none;
}
#localAccountForm .intro h2 {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
}

.error.itemLevel p {
    margin: 0;
}
.error.itemLevel {
    font-size: 12px;
    color: red;
    width: 360px;
}

.entry .entry-item label.active {
    color: #03a9f4;
}

.intro {
    display: none;
}

.logo {
    background-image: url('https://europe.merlin.net/merlin-cloud/b2c/logo1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 112px;
    height: 58px;
    position: absolute;
    left: 56px;
    top: 40px;
}

a#forgotPassword {
    position: absolute;
    /* top: 145px; */
    top: 310px;
    left: 0;
    text-decoration: none;
    font-family: 'Roboto-Regular';
}

.header {
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

div#Wrapper {
    /* width: 467px;
    height: 860px;
    float: left; */

    position: absolute;
    width: 100%;
    height: 13%;
    left: -1.7rem;
}

#brand-welcome {
    position: absolute;
    height: 72px;
    /* width: 350px; */
    left: 56px;
    top: 111px;
    font-style: revert;
    font-family: system-ui;
    font-weight: 500;
    line-height: 25px;
    align-items: flex-start;
    letter-spacing: 0px;
}
button#next {
    margin-left: 0;
}
#api {
    position: absolute;
    top: 220px; /*top: 232px; */
    left: 56px;
}

/*****************Added By Nandan***********************/
.login___text__info {
    /* text-transform: uppercase; */
    vertical-align: middle;
    width: 638px;
    color: white;
}
.login___text__info h3 {
    font-size: 48px;
    line-height: 50px;
    font-weight: 400;
    font-family: Brandon Grotesque;
}
.login___text__info span {
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    font-family: Brandon Grotesque; /* -webkit-pictograph;  */
}

#aside {
    top: 0;
    position: fixed;
    margin-left: 467px;
    height: 100vh !important;
    float: left;
    width: calc(100vw - 467px) !important;
    background-image: url(https://europe.merlin.net/merlin-cloud/b2c/bgImage.png);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: unset;
}

#aside_mLite {
    top: 0;
    position: fixed;
    margin-left: 467px;
    height: 100vh !important;
    float: left;
    width: calc(100vw - 467px) !important;

    display: flex;
    justify-content: center;
    align-items: center;
}
.footer__link {
    /* position: absolute; */
    font-family: Roboto-Medium;
    /* bottom: 43px; */
    font-size: 14px;
    /* left: -15px; */
    letter-spacing: 0.1px;
    width: 467px;

    position: relative;
    bottom: -38rem;
    left: 2vw;
}

.footer__link ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}
.footer__link ul li {
    float: left;
    display: flex;
    padding: 10px 0;
}
.footer__link ul li .line-gap {
    margin-right: 10px;
    margin-left: 10px;
}

h3#brand-welcome span {
    line-height: 0px;
    justify-content: flex-start;
    font-family: Roboto-Medium;
    font-weight: 500;
    font-size: 25px; /*30px; */
    line-height: 20px;
}
/* login end */
/*********Login text field outline design**************/
.container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.entry-item {
    position: relative;
    margin-bottom: 20px;
    /* margin-top: 20px; */
}

label {
    position: absolute;
    font-size: 1rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    color: gray;
    padding: 0 0.3rem;
    margin: 0 0.5rem;
    transition: 0.1s ease-out;
    transform-origin: left top;
    pointer-events: none;
    font-size: 14px;
    font-family: 'Roboto-Regular';
}
input {
    font-size: 14px;
    font-family: 'Roboto-Regular';
    outline: none;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 1rem 0.5rem;
    color: gray;
    transition: 0.1s ease-out;
    width: 95%;
}
input:focus {
    border-color: #03a9f4; /*#6200EE */
}
input:focus + label {
    color: #03a9f4;
    top: 0;
    transform: translateY(-50%) scale(0.9);
}
input:not(:placeholder-shown) + label {
    top: 0;
    transform: translateY(-50%) scale(0.9);
}
.password-label label {
    display: none;
}

.error.pageLevel {
    background-color: #ffc;
    text-align: center;
    border: 1px solid #999;
    font-size: 14px;
    padding: 0 1.5em;
    margin-bottom: 10px;
    font-family: 'Roboto-Regular';
}

/***********From common css******/
button {
    background-color: #03a9f4;
    color: white;
    box-sizing: border-box;
    position: relative;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    text-align: center;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    margin: 10px 10px 0 10px;
    font-size: 14px;
    font-weight: 500;
}

button:focus {
    background-color: #197ea9;
}

button:disabled,
button:disabled:focus,
button[aria-disabled='true'],
button[aria-disabled='true']:focus {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

button#cancel {
    border: 1px solid rgba(0, 0, 0, 0.24) !important;
    box-sizing: border-box;
    background: transparent;
    color: rgba(0, 0, 0, 0.24);
}

button#cancel:focus {
    background-color: #cccccc;
}

.sign_in_label {
    top: 189px;
    font-family: 'ROBOTO-MEDIUM';
    font-style: initial;
    position: absolute;
    font-size: 13px;
    left: 56px;
    color: #777;
}

.eyesymbol {
    position: absolute;
    margin-top: 8px;
    background: white;
    margin-left: -35px;
    cursor: pointer;
    width: 24px;
    color: #808080;
    background-repeat: no-repeat;
    font-size: 19px;
    background-image: url(https://europe.merlin.net/merlin-cloud/b2c/Vector.png);
    background-position: bottom;
}
.eyeline {
    margin-left: 6px;
    height: 17px;
    position: absolute;
    top: -7px;
    font-size: 37px;
    font-weight: bolder;
}
.hide {
    display: none;
}
#next {
    /* text-transform: uppercase; */
    font-family: 'Roboto-Regular';
}

#ProSanteExchange {
    background-size: contain;
    background-color: white;
    background-image: url(https://europe.merlin.net/merlin-cloud/b2c/ProSanteConnect/pscButton.png);
    color: transparent;
    padding: 0;
    background-repeat: no-repeat;
    margin: 20px;
    height: 70px;
    width: 90%;
    position: relative; 
    left:2rem;

}