html {
  height : 100%;
}

body {
  display             : flex;
  height              : 100%;
  background          : #1d2435;
  /*background-image    : url('../img/login/circle.svg');*/
  background-repeat   : no-repeat;
  background-position : calc(50% - 350px) center;
  background-size     : 700px auto;
  align-items         : center;
  flex-direction      : column;
  justify-content     : center;
}

body > form {
  display       : flex;
  /*width         : 800px;*/
  /*height        : 466px;*/
  height        : auto;
  border-radius : 5px;
  /*background    : #fff;*/
  background    : #3d4863;
  box-shadow    : 0px 10px 50px 0px #00000014;
  align-items   : stretch;
}

body > form > section.kr-login-view {
  display         : flex;
  position        : relative;
  width           : 360px;
  min-width       : 360px;
  align-items     : center;
  flex-direction  : column;
  justify-content : space-around;
}

body > form > section.kr-login-view > * {
  width : 300px;
}

body > form > section > header {
  display     : flex;
  min-height  : 100px;
  align-items : center;
}

body > form > section > header > img {
  width : 215px;
  fill  : #4f535c;
  padding: 1.5rem;
}

body > form > section > section {
  display         : flex;
  align-items     : stretch;
  flex            : 1;
  flex-direction  : column;
  justify-content : center;
}

body > form > section > footer {
  /*min-height : 100px;*/
}

body > form > section > section > section.kr-login-field {
  display        : flex;
  flex-direction : column;
}

body > form > section > section > section.kr-login-field > div {
  display        : flex;
  padding-top    : 5px;
  padding-bottom : 15px;
  color          : #ee2727;
}

body > form > section > section > section.kr-login-field > div > span {
  font-size : 12px;
}

body > form > section > section > section.kr-login-field > div.kr-signup-check {
  color:#000;
}

body > form > section > section > section.kr-login-field > div.kr-signup-check label > i {
  font-style: normal;
  color:#ff7700;
  font-weight: bold;
}

body > form > section > section > section.kr-login-field > div.kr-signup-check input[type="checkbox"] { display: none; }

body > form > section > section > section.kr-login-field > div.kr-signup-check input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 29px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

body > form > section > section > section.kr-login-field > div.kr-signup-check input[type="checkbox"] + label:last-child { margin-bottom: 0; }

body > form > section > section > section.kr-login-field > div.kr-signup-check input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #94969a;
  position: absolute;
  left: 0;
  top: 2px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

body > form > section > section > section.kr-login-field > div.kr-signup-check input[type="checkbox"].kr-inp-error + label:before {
  border-color: #ee2727;
}

body > form > section > section > section.kr-login-field > div.kr-signup-check input[type="checkbox"]:checked + label:before {
  width: 8px;
  border-color:#3ed72a;
  top: -2px;
  left: 2px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body > form > section > section > section.kr-login-field > footer {
  display         : flex;
  padding         : 10px 0px;
  padding-top     : 0px;
  align-items     : center;
  justify-content : space-between;
}

body > form > section > section > section.kr-login-field > footer > a {
  color           : #979ea3;
  text-decoration : none;
  font-size       : 14px;
  cursor          : pointer;
}

body > form > section > section > section.kr-login-field > footer > a:hover {
  color : #82898f;
}

body > form > section > section > section.kr-login-separator {
  display     : flex;
  padding     : 10px 0px;
  align-items : center;
}

body > form > section > section > section.kr-login-separator > div {
  height        : 1px;
  border-bottom : 1px dashed #e0e2e5;
  flex          : 1;
}

body > form > section > section > section.kr-login-separator > span {
  margin    : 0px 11px;
  color     : #78828a;
  font-size : 14px;
}

body > form > section > section > section.kr-login-oauth {
  display        : flex;
  min-height     : 40px;
  padding        : 10px 0px;
  flex-direction : column;
}

body > form > section > section > section.kr-login-oauth > a {
  margin-bottom : 14px;
  padding       : 0px;
}

body > form > section > section > section.kr-login-oauth > div > a {
  padding: 0;
  flex:1;
  margin-left: 5px; margin-right: 5px;
}

body > form > section > section > section.kr-login-oauth > div > a:first-child {
  margin-left: 0px;
}

body > form > section > section > section.kr-login-oauth > div > a:last-child {
  margin-right: 0px;
}

body > form > section > section > section.kr-login-oauth > a:last-child,
body > form > section > section > section.kr-login-oauth > div > a:last-child {
  margin-bottom : 0px;
}

body > form > section > section > section.kr-login-oauth > a > div.kr-login-oauth-icn,
body > form > section > section > section.kr-login-oauth > div > a > div.kr-login-oauth-icn {
  display         : flex;
  width           : 39px;
  min-width       : 39px;
  max-width       : 39px;
  height          : 39px;
  border-radius   : 2px 0px 0px 2px;
  background      : rgba(0,0,0,0.1);
  align-items     : center;
  justify-content : center;
}

body > form > section > section > section.kr-login-oauth > a > div.kr-login-oauth-icn > svg,
body > form > section > section > section.kr-login-oauth > div > a > div.kr-login-oauth-icn > svg {
  width  : 19px;
  height : 19px;
  fill   : #fff;
}

body > form > section > section > section.kr-login-oauth > a > div.kr-login-oauth-name,
body > form > section > section > section.kr-login-oauth > div > a > div.kr-login-oauth-name {
  text-align     : center;
  text-transform : uppercase;
  flex           : 1;
}

body > form > section > section > section.kr-login-oauth > div {
  display: flex; align-items: center;
  margin-bottom: 10px;
}

body > form > section.kr-app-overview {
  display       : flex;
  position      : relative;
  overflow      : hidden;
  border-radius : 0px 5px 5px 0px;
  flex          : 1;
}

body > form > section.kr-app-overview > section {
  width               : 500px;
  min-width           : 500px;
  height              : 466px;
  border-radius       : 0px 5px 5px 0px;
  background-color    : #181f2c;
  background-position : center center;
  background-size     : cover;
  transition          : transform 0.3s linear;
}

body > form > section.kr-app-overview > div.kr-app-ovrview-infos {
  z-index       : 999;
  box-sizing    : border-box;
  position      : absolute;
  right         : 0;
  bottom        : 0px;
  left          : 0px;
  padding       : 30px;
  border-radius : 0px 0px 5px 0px;
  background    : -moz-linear-gradient(
                    top,
                    rgba(0,0,0,0) 0%,
                    rgba(0,0,0,1) 100%
                  );
  background    : -webkit-linear-gradient(
                    top,
                    rgba(0,0,0,0) 0%,
                    rgba(0,0,0,1) 100%
                  );
  background    : linear-gradient(
                    to bottom,
                    rgba(0,0,0,0) 0%,
                    rgba(0,0,0,1) 100%
                  );
  filter        : progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

body > form > section.kr-app-overview > div.kr-app-ovrview-infos > div {
  height        : 37px;
  min-height    : 37px;
  margin-bottom : 23px;
}

body > form > section.kr-app-overview > div.kr-app-ovrview-infos > div > h2 {
  color     : #fff;
  font-size : 30px;
}

body > form > section.kr-app-overview > div.kr-app-ovrview-infos > ul {
  display     : flex;
  align-items : center;
}

body > form > section.kr-app-overview > div.kr-app-ovrview-infos > ul > li {
  width         : 23px;
  height        : 7px;
  margin-right  : 9px;
  border-radius : 4px;
  background    : #fff;
  transition    : width 0.15s linear;
}

body > form > section.kr-app-overview > div.kr-app-ovrview-infos > ul > li.kr-app-ovrview-selected {
  width      : 44px;
  background : #ff7700;
}

/* Input field */
input[type="password"],
input[type="text"] {
  -moz-appearance    : none;
  -o-appearance      : none;
  -webkit-appearance : none;
  padding            : 13px 15px;
  border             : 1px solid #e1e3e6;
  border-radius      : 2px;
  font-size          : 15px;
}
select{
  padding            : 13px 15px;
  border             : 1px solid #e1e3e6;
  border-radius      : 2px;
  font-size          : 15px;
  color              : #5f5e5e;
  background-color   : #ffffff;
}

input[type="password"].kr-inp-error,
input[type="text"].kr-inp-error,
select.kr-inp-error {
  color        : #ee2727 !important;
  border-color : #ee2727 !important;
  outline      : none;
}

/* Loading */

div.kr-loading-fnc {
  z-index         : 1;
  display         : none;
  position        : absolute;
  top             : 0;
  right           : 0;
  bottom          : 0;
  left            : 0;
  width           : auto !important;
  border-radius   : 5px 0px 0px 5px;
  background      : #fff;
  align-items     : center;
  justify-content : center;
}

/* Full screen loading */

section.kr-login-loading-full {
  z-index         : 99999999;
  display         : none;
  position        : absolute;
  top             : 0;
  right           : 0;
  bottom          : 0;
  left            : 0;
  background      : #f5f7fa;
  align-items     : center;
  flex-direction  : column;
  justify-content : center;
}

section.kr-login-loading-full > img {
  max-width     : 264px;
  margin-bottom : 15px;
}

/* Two factor view */

section.kr-login-tfs {
  z-index         : 9999999999999;
  display         : flex;
  position        : absolute;
  top             : 0;
  right           : 0;
  bottom          : 0;
  left            : 0;
  background      : rgba(255,255,255,0.43);
  align-items     : center;
  justify-content : center;
}

section.kr-login-tfs > section {
  display         : flex;
  width           : 400px;
  height          : 400px;
  border-radius   : 2px;
  background      : #fff;
  box-shadow      : 0px 2px 5px #0000006e;
  align-items     : center;
  flex-direction  : column;
  justify-content : center;
}

section.kr-login-tfs > section > img {
  width  : 130px;
  height : 130px;
}

section.kr-login-tfs > section > form {
  display        : flex;
  margin-top     : 35px;
  align-items    : center;
  flex-direction : column;
}

section.kr-login-tfs > section > form > span {
  margin-bottom : 15px;
  font-size     : 16px;
  font-weight   : bold;
  text-align: center;
}

section.kr-login-tfs > section > form > input[type="text"] {
  margin-bottom  : 15px;
  text-align     : center;
  font-size      : 20px;
  letter-spacing : 15px;
}

section.kr-login-tfs > section > form > input[type="submit"] {
  text-transform : uppercase;
  font-weight    : bold;
}

/* Footer */
body > footer {
  /*width     : 800px;*/
  max-width : 100%;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

body > footer > ul {
  display: flex; align-items: center;
}

body > footer > ul > li {
  margin-left: 15px;
}

body > footer > ul > li > a {
  text-transform: uppercase;
  font-size: 13px;
  color:#ff7700;
  text-decoration: none;
  cursor: pointer;
}

body > footer > ul > li > a:hover {
  text-decoration: underline;
}

div.kr_lang_select {
  position: relative;
}

div.kr_lang_select > div {
  display: flex; align-items: center;
  width: auto;
  padding: 5px 9px 5px 5px;
  cursor: pointer;
}

div.kr_lang_select > div:hover {
  background: #e5e5e5;
}

div.kr_lang_select > div > div {
  width: 22px; height: 22px;
  margin-right: 7px;
}

div.kr_lang_select > div > span {
  font-weight: 500;
  /*color:#252525;*/
  color:#fff!important;
  font-size: 15px;
}

div.kr_lang_select > div > span:hover {
  color:#000;
}

div.kr_lang_select > ul {
  position: absolute;
  bottom: 5px;
  left:5px;
  background: #fff;
  padding: 3px 0px;
  min-width: 170px;
  box-shadow: 0px 2px 3px #0000004a;
  display: none;
  height: 340px;
  max-height: 100vh;
  overflow-y: auto;
}

div.kr_lang_select > ul > li > a {
  display: flex; align-items: center;
  padding: 6px;
  cursor: pointer;
  text-decoration: none;
}

div.kr_lang_select > ul > li > a:hover {
  background: #f5f5f5;
}

div.kr_lang_select > ul > li > a > div {
  width: 22px; height: 22px;
  min-width: 22px;
  margin-right: 7px;
}

div.kr_lang_select > ul > li > a > span {
  font-weight: 500;
  color:#252525;
  font-size: 15px;
}

/* Ads */
div.kr-ads {
  margin-top: 20px;
}

div.kr-ads > ins {
  background: url('../img/login/google_ad.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Page view */
section.kr-page-view {
  position: absolute;
  z-index: 99999;
  top:0; left:0; right:0; bottom: 0;
  display: flex; justify-content: center; align-items: center;
  background: rgba(0,0,0,0.25);
  display: none;
}

section.kr-page-view > section {
  background: #fff;
  width: 750px;
  height: 90%;
  border-radius: 2px;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.35);
  display: flex; flex-direction: column;
}

section.kr-page-view > section > section {
  flex:1;
  overflow-y: auto;
  padding: 15px;
  text-align: justify;
  font-size: 14px;
  color:#26282a;
}

section.kr-page-view > section > section h1,
section.kr-page-view > section > section h2,
section.kr-page-view > section > section h3,
section.kr-page-view > section > section h4,
section.kr-page-view > section > section h5 {
  margin:0px; padding: 0px;
  margin-bottom: 10px;
  margin-top: 15px;
  padding-bottom: 5px;
  width: 100%;
  border-bottom: 1px solid rgba(50,50,50,0.1);
}

section.kr-page-view > section > footer {
  display: flex; justify-content: flex-end;
  padding: 15px;
}

/* Country blacklisted */
body > form > section > section.kr-login-act-msg {
  display: flex; flex-direction: column;
  align-items: center;
}

body > form > section > section.kr-login-act-msg > span {
  font-weight: bold;
  color:#ea2626;
  font-size: 21px;
  text-align: center;
}

body > form > section > section.kr-login-act-msg > p {
  text-transform: uppercase;
  font-size: 13px;
  opacity: 0.8;
  padding-top: 15px;
}

body > form > section > section.kr-login-act-msg > ul {
  display: flex; flex-direction: column;
  align-items: stretch;
  width: 100%;
}

body > form > section > section.kr-login-act-msg > ul > li {
  text-align: center;
  background: #e5e9ef;
  padding: 13px;
  border-radius: 4px;
  margin-bottom: 10px;
  box-shadow: 0px 3px 20px 0px #0000000d;
  font-size: 14px;
}

.dd .ddTitle .ddTitleText {
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 3px 0px 3px 0px;
}

.dd {
    border: none;
}
.dd .ddChild{
    left: 0;
}
.dd .ddTitle{
    color: #000;
    background: #fff;
    padding: 10px 10px;
}
.dd .divider {
    border: none;
    right: 0;
}
.borderRadiusTp {
    border-radius: 3px;
}

.ddcommon .ddChild {
    width: 250px;
    height: 250px;
}
.error {
    color: red;
}

@media only screen and (max-width: 575px) {
    .cc-block {
        width: 25%;
        float: left;
    }
    .phone-block{
        width: 75%;
    }
}

/* wCs */
/* wCs */
/* wCs */

.kr-login-view{
  border: 1px solid rgba(60,66,79,0.5) !important;
  padding: 20px!important;
  background: #131722!important;
}

body > form > section > header {
  height: max-content!important;
  min-height: unset!important;
  margin-bottom: 20px;
}

body > form > section > header img{
  display: block!important;
  width: auto!important;
  height: 50px!important;
  padding: 0!important;
}

.kr-login-field{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

body > form > section > section > section.kr-login-field > div{
  display: block!important;
  padding: 0;
  color: unset;
}

.kr-login-field .input-nz-box{
  position: relative;
  width: calc(100% - 20px);
}

.kr-login-field .input-nz-box label{
  position: absolute;
  left: 10px;
  top: 10px;
  color: #98AABA;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  z-index: 3;
}

.kr-login-field .input-nz-box input{
  display: block;
  width: 100%;
  padding: 27px 10px 10px 10px;
  border: 1px solid #3C424F;
  background: #131722;
  font-size: 16px;
  color: white;
  transition: 0.4s;
  border-radius: 0;
}

.inputs-row-phone{
  display: flex;
  width: calc(90vw - 42px);
  max-width: 308px;
}

.inputs-row-phone > div:nth-child(1){
  z-index: 1;
  width: calc(100% - 170px);
}

.kr-user-f-l .input-nz-box{
  width: 100%;
}

.inputs-row-phone > div:nth-child(1) .dd .ddTitle{
  width: 100%;
  box-sizing: border-box;
  padding: 27px 20px 10px 10px;
  border: 1px solid #3C424F;
  background: #131722;
}

.inputs-row-phone > div:nth-child(1) .dd .ddTitle .ddTitleText{
  color: white;
  padding: 0;
}

.inputs-row-phone > div:nth-child(1) .dd .arrow{
  background: none;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  border-radius: 19px;
  margin: 0;
  top: 37px;
  transform: translate(0px, -50%);
  right: 10px;
}

.inputs-row-phone > div:nth-child(2){
  z-index: 2;
  width: 50px;
}

.inputs-row-phone > div:nth-child(2) input{
  padding-right: 0;
  border-left: none;
  border-right: none;
}

.inputs-row-phone > div:nth-child(3){
  z-index: 3;
  width: 120px;
}

.inputs-row-phone > div:nth-child(3) input{
  padding-left: 0;
  padding-right: 0;
  border-left: none;
}

.kr-login-field .input-nz-box .inputs-row-phone input{
  border-color: #3C424F!important;
}

.kr-login-field .input-nz-box input:focus{
  border-color: #98aaba;
  outline: none!important;
}

.kr-login-field .input-nz-box input.kr-inp-error{
  border-color: #E74C3C!important;
  color: white!important;
}

body > form > section.kr-login-view > *{
  width: 100%;
}

body > form > section > section > section.kr-login-field > footer{
  width: 100%;
  padding: 0;
  flex-direction: column-reverse;
  align-items: center;
  gap: 16px;
}

body > form > section > section > section.kr-login-field > footer .btn-shadow{
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  transition: 0.4s;
  padding: 15px;
  height: unset;
  background: #0AAC96 !important;
  color: white !important;
  text-align: center;
  box-shadow: none;
  letter-spacing: 0.1em;
}

body > form > section > section > section.kr-login-field > footer .btn-shadow:hover{
  background: #19917f !important;
}

body > form > section > section > section.kr-login-field > footer > a{
  opacity: 1!important;
  text-decoration: underline!important;
  transition: 0.4s;
}

body > form{
  width: 90%;
  max-width: 350px;
  min-width: unset;
}

body > form > section.kr-login-view{
  width: 100%;
  min-width: unset;
}

.kr-login-separator{
  border-bottom: 1px solid rgba(60,66,79,0.5) !important;
  padding: 0!important;
  margin: 32px 0!important;
}

.kr-login-separator *{
  display: none;
}

.kr-login-oauth{
  padding: 0!important;
  gap: 20px;
}

body > form > section > section > section.kr-login-oauth > div{
  margin: 0;
}

body > form > section > section > section.kr-login-oauth > .btn-shadow{
  padding: 15px!important;
  height: unset!important;
  letter-spacing: 0.1em;
  transition: 0.4s;
}

body > form + footer{
  z-index: 10;
  width: 90%;
  max-width: 350px;
  min-width: unset;

  border: 1px solid rgba(60,66,79,0.5) !important;
  border-top: none!important;
  background: #131722!important;
  margin: 0;
}

div.kr_lang_select{
  width: 100%;
}

div.kr_lang_select > div{
  padding: 20px!important;
  box-sizing: border-box;
  width: 100%;
  justify-content: center;
  transition: 0.4s;
}

div.kr_lang_select > div:hover{
  background: rgba(255,255,255,0.1);
}

div.kr_lang_select > ul{
  z-index: 10;
  width: 100%;
  background: #343c4c;
}

div.kr_lang_select > ul::-webkit-scrollbar-track {
  background: #343c4c!important;
}

div.kr_lang_select > ul::-webkit-scrollbar-thumb {
  background: #0AAC96!important;
  border-radius: 99px;
}

div.kr_lang_select > ul > li > a > span{
  color: white;
}

div.kr_lang_select > ul > li > a{
  transition: 0.4s;
}

div.kr_lang_select > ul > li > a:hover{
  background: rgba(255,255,255,0.1);
}

section.kr-notif-alt > div{
  border: none!important;
}

section.kr-notif-alt > div > div{
  position: relative;
  padding: 20px;
}

section.kr-notif-alt > div > div.alert-warning{
  background: #F1C40F;
}

section.kr-notif-alt > div > div.alert-warning,
section.kr-notif-alt > div > div.alert-warning *{
  color: #131722!important;
}

section.kr-notif-alt > div > div > button,
section.kr-notif-alt > div > div.alert-warning > button{
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 99px;
  border: 1px solid #131722;
  font-size: 16px;
  color: white!important;
  background: #131722;
  cursor: pointer;
}

div.kr-loading-fnc{
  z-index: 20!important;
  background: #131722!important;
}

body > form > section > section > section.kr-login-field > div.kr-signup-check input[type="checkbox"] + label{
  color: white;
}
body > form > section > section > section.kr-login-field > div.kr-signup-check label > i{
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
  transition: 0.4s;
}
body > form > section > section > section.kr-login-field > div.kr-signup-check label > i:hover{
  color: #0aa395;
}

body.kr-login {
  background: linear-gradient(180deg, #1D2436 0%, #2C364F 100%) !important;
  position: relative;
}
body.kr-login:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://jet.podcator.com/app/views/login/tpl-3/img/map.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
body.kr-login form{
  z-index: 3;
}

@media screen and (max-width: 768px){
  body.kr-login:before {
    background-position: center 10px;
  }
}

.loaderSVG {
  width: 100px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.loaderSVG__track {
  stroke: hsl(222.35deg 28.81% 23.14%);
  transition: stroke 0.3s;
}
.loaderSVG__worm1,
.loaderSVG__worm2 {
  animation: worm1 2s linear infinite;
}
.loaderSVG__worm2 {
  animation-name: worm2;
}
@keyframes worm1 {
  from {stroke-dashoffset: 0;}
  50% {animation-timing-function: steps(1);stroke-dashoffset: -358;}
  50.01% {animation-timing-function: linear;stroke-dashoffset: 358;}
  to {stroke-dashoffset: 0;}
}
@keyframes worm2 {
  from {stroke-dashoffset: 358;}
  50% {stroke-dashoffset: 0;}
  to {stroke-dashoffset: -358;}
}

section.kr-login-loading-full{
  background: linear-gradient(180deg, #1D2436 0%, #2C364F 100%) !important;
}
section.kr-login-loading-full:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://jet.podcator.com/app/views/login/tpl-3/img/map.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
section.kr-login-loading-full > img {
  width: 150px;
  max-width: unset;
  z-index: 3;
}
section.kr-login-loading-full > .loaderSVG {
  position: static;
  transform: none;
  z-index: 3;
}