@font-face {
  font-family: "H_Lt";
  src: url("/fonts/Helvetica_Now_Text_Light.otf") format("opentype");
}
@font-face {
  font-family: "H_Th";
  src: url("/fonts/Helvetica_Now_Text_Light.otf") format("opentype");
}
@font-face {
  font-family: "H_Roman";
  src: url("/fonts/Helvetica_Now_Text_Regular.otf") format("opentype");
}
@font-face {
  font-family: "H_Md";
  src: url("/fonts/Helvetica_Now_Text_Medium.otf") format("opentype");
}
@font-face {
  font-family: "H_Bd";
  src: url("/fonts/Helvetica_Now_Text_Bold.otf") format("opentype");
}
html {
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
.logoHold {
    display: none;
}
.loginContainer {
    border: 0px solid red;
    border-bottom: 1px solid #ccc;
}
.flagList {
    width: 100px;
    border: 1px solid blue;
}
.loginInput {
    display: inline-block;
    vertical-align: middle;
}
.loginFlag {
    display: inline-block;
    padding: 25px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0px solid red;
    vertical-align: middle;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.l0047 {
		background-image: url('/gfx/flags/norway_640.png');
}
.l0046 {
		background-image: url('/gfx/flags/sweden_640.png');
}

.l0045 {
		background-image: url('/gfx/flags/denmark_640.png');
}

.l00358 {
		background-image: url('/gfx/flags/finland_640.png');
}

.l0049 {
		background-image: url('/gfx/flags/germany_640.png');
}

.l0048 {
		background-image: url('/gfx/flags/poland_640.png');
}

.l0032 {
		background-image: url('/gfx/flags/belgium_640.png');
}
.l0033 {
		background-image: url('/gfx/flags/france_640.png');
}
.l0041 {
		background-image: url('/gfx/flags/switzerland_640.png');
}

.l0031 {
		background-image: url('/gfx/flags/netherlands_640.png');
}

.l0043 {
		background-image: url('/gfx/flags/austria_640.png');
}

.l0039 {
		background-image: url('/gfx/flags/italy_640.png');
}

.l00358 {
		background-image: url('/gfx/flags/croatia_640.png');
}

.l00420 {
		background-image: url('/gfx/flags/czech_republic_640.png');
}

.l0086{
		background-image: url('/gfx/flags/china_640.png');
}
.blueBtn1 {
    border: 2px solid #255fff;
    background: #ffffff;
    color: #255fff;
    font-family: 'H_Md';
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 50px;
    user-select: none;
    height: 43px;
    transition: all .2s;
    
}
.blueBtn2:hover {
    border-color: #053cd4;
}
.blueBtn2 {
    border: 2px solid #255fff;
    background: #255fff;
    color: #fff;
    font-family: 'H_Md';
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 50px;
    user-select: none;
    padding: 8px;
    white-space: nowrap;
    transition: all .2s;
}
.blueBtn2:hover {
    background-color: #053cd4;
    border-color: #053cd4;
}
.btnAdapt {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    margin-top: 2rem !important;
}
.loginKey{
    display: inline-block;
    font-size: 25px;
    vertical-align: middle;
    padding: 10px;
    padding-left: 7px;
    padding-right: 7px;
    color: #000;
}
body {
    margin: 0;
    padding: 0;
				background-color: #fff;
    font-family: 'H_Roman';
}
#successMess {
    position: fixed;
    z-index: 10000;
    background-color: rgb(44 226 105 / 96%);
    transition: all ease .5s;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    top: -45px;
    left: 30px !important;
    font-family: 'H_Md';
    font-weight: normal;
    border-radius: 8px;
    box-shadow: 0 0 5px #bfbfbf;
}
#errorMess {
    position: fixed;
    z-index: 10000;
    background-color: rgb(226 44 44 / 96%);
    transition: all ease .5s;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    top: -45px;
    left: 30px !important;
    font-family: 'H_Md';
    font-weight: normal;
    border-radius: 8px;
    box-shadow: 0 0 5px #bfbfbf;
}
.flexWrap {
				display: flex;
				justify-content: center;
				align-content: center;
				width: 100vw;
				min-height: 100vh;
	}
.col1 {
    display: flex;
    width: 49vw;
    border: 0px solid red;
    height: 100vh;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-evenly;
}
.col2 {
    display: flex;
    width: 49vw;
    border: 0 solid red;
    height: 100vh;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-evenly;
    background-image: url(../gfx/K1904W.1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70% auto;
}
.loginWrap {
    display: block;
    border: 0px solid green;
    padding: 25px;
    border-radius: 15px;
    background-color: transparent;
}

.input {
    padding: 10px;
    margin: 0;
    width: 450px;
    border: none;
    border-radius: 0;
    display: block;
    background-color: transparent !important;
    font-size: 20px;
    text-indent: 0px;
    outline: none;
    font-family: 'H_Md';
    font-weight: normal;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
-webkit-box-shadow: 0 0 0 30px white inset !important;
}

fieldset {
    border: none;
}

.phone {
    background: url(../gfx/phone.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px;
    margin-top: 50px;
}

.key {
    background: url(../gfx/key.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px;
}


h1 {
    font-family: 'H_Bd';
    font-size: 50px;
    font-weight: normal;
    margin: 0;
    margin-bottom: 10px;
    margin-block-start: 0;
    margin-inline-start: 0;
}
span {
    font-family: 'H_MD';
    font-weight: normal;
    font-size: 14px;
}
.forgotText {
    padding-top: 20px;
    font-family: 'H_Md';
    font-size: 14px;
}
.mt35 {
			margin-top: 35px;
}

@media screen and (max-width: 1000px) {
body {
    margin: 2rem;
    padding: 0;
    background-color: #fff;
    font-family: 'H_Roman';
    display: flex;
    justify-content: center;
    align-items: center;
}
.flexWrap {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100vw;
    min-height: unset;
    flex-direction: column;
}
.col1 {
    display: flex;
    width: 100%;
    border: 0px solid red;
    height: unset;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-evenly;
}
.col2 {
    display: flex;
    width: 100%;
    border: 0 solid red;
    height: unset;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-evenly;
    background-image: url(../gfx/7.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 60%;
}
.loginWrap {
    display: block;
    border: 0px solid green;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}
h1 {
    font-family: 'H_Bd';
    font-size: 1.5rem;
    font-weight: normal;
    margin: 0;
    margin-bottom: .5rem;
    margin-block-start: 0;
    margin-inline-start: 0;
}
span {
    font-family: 'H_MD';
    font-weight: normal;
    font-size: .8rem;
}
.mt35 {
    margin-top: 1rem;
}
.loginFlag {
    display: inline-block;
    padding: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border: 0px solid red;
    vertical-align: middle;
    background-position: center center;
    background-size: 50%;
    background-repeat: no-repeat;
    width: 1.5rem;
    height: 1.5rem;
}
.input {
    padding: .5rem;
    margin: 0;
    width: 90%;
    border: none;
    border-radius: 0;
    display: block;
    background-color: transparent !important;
    font-size: 1rem;
    text-indent: 0px;
    outline: none;
    font-family: 'H_Md';
    font-weight: normal;
}
.loginKey {
    display: inline-block;
    font-size: 1.3rem;
    vertical-align: middle;
    padding: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #000;
    width: 1.5rem;
}
.forgotText {
    padding-top: 1rem;
    font-family: 'H_Md';
    font-size: .7rem;
}
.blueBtn2 {
    border: 2px solid #255fff;
    background: #255fff;
    color: #fff;
    font-family: 'H_Md';
    text-transform: uppercase;
    font-size: .8rem;
    border-radius: 5rem;
    user-select: none;
    padding: .5rem;
    white-space: nowrap;
    transition: all .2s;
    width: 100%;
}
.btnAdapt {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    margin-top: 2rem !important;
}
.blueBtn1 {
    border: 2px solid #255fff;
    background: #fff;
    color: #255fff;
    font-family: 'H_Md';
    text-transform: uppercase;
    font-size: .8rem;
    border-radius: 5rem;
    user-select: none;
    padding: .5rem;
    white-space: nowrap;
    transition: all .2s;
    width: 100%;
}
#errorMess {
    position: fixed;
    z-index: 10000;
    background-color: rgb(226 44 44 / 96%);
    transition: all ease .5s;
    color: #fff;
    font-size: .7rem;
    text-align: center;
    padding: .8rem;
    padding-left: unset;
    padding-right: unset;
    margin: auto;
    top: -45px;
    left: 2rem;
    font-family: 'H_Md';
    font-weight: normal;
    border-radius: 8px;
    box-shadow: 0 0 5px #bfbfbf;
    right: 2rem;
}
#successMess {
    position: fixed;
    z-index: 10000;
    background-color: rgb(44 226 105 / 96%);
    transition: all ease .5s;
    color: #fff;
    font-size: .7rem;
    text-align: center;
    padding: .8rem;
    padding-left: unset;
    padding-right: unset;
    margin: auto;
    top: -45px;
    left: 2rem;
    font-family: 'H_Md';
    font-weight: normal;
    border-radius: 8px;
    box-shadow: 0 0 5px #bfbfbf;
    right: 2rem;
}
.logoHolderBlack {
    width: 4rem;
    height: 3rem;
    margin-left: 0;
    left: 0;
    top: 0;
    border: 0px solid blue;
    float: none;
    padding: .5rem;
    background-color: black;
    -webkit-mask-image: url(/gfx/logo_svg.svg);
    -webkit-mask-position: left center;
    -webkit-mask-repeat: no-repeat;
}
.logoHold {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


}