
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
          height: 100%;

          font-family: Nunito,sans-serif;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article>*+* {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@font-face {
    font-family: GeogrotesqueRegular;
    src: url("../fonts/geogrotesque-regular-webfont.eot?");
    src: url("../fonts/geogrotesque-regular-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/geogrotesque-regular-webfont.woff") format("woff"),url("../fonts/geogrotesque-regular-webfont.ttf") format("truetype"),url("../fonts/geogrotesque-regular-webfont.svg#Geogrotesque") format("svg")
}

@font-face {
    font-family: GeogrotesqueMedium;
    src: url("../fonts/geogrotesque-medium-webfont.eot?");
    src: url("../fonts/geogrotesque-medium-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/geogrotesque-medium-webfont.woff") format("woff"),url("../fonts/geogrotesque-medium-webfont.ttf") format("truetype"),url("../fonts/geogrotesque-medium-webfont.svg#Geogrotesque") format("svg")
}

@font-face {
    font-family: GeogrotesqueLight;
    src: url("../fonts/geogrotesque-light-webfont.eot?");
    src: url("../fonts/geogrotesque-light-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/geogrotesque-light-webfont.woff") format("woff"),url("../fonts/geogrotesque-light-webfont.ttf") format("truetype"),url("../fonts/geogrotesque-light-webfont.svg#Geogrotesque") format("svg")
}

@font-face {
    font-family: GeogrotesqueSemibold;
    src: url("../fonts/geogrotesque-semibold-webfont.eot?");
    src: url("../fonts/geogrotesque-semibold-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/geogrotesque-semibold-webfont.woff") format("woff"),url("../fonts/geogrotesque-semibold-webfont.ttf") format("truetype"),url("../fonts/geogrotesque-semibold-webfont.svg#Geogrotesque") format("svg")
}

@font-face {
    font-family: GeogrotesqueBold;
    src: url("../fonts/geogrotesque-bold-webfont.eot?");
    src: url("../fonts/geogrotesque-bold-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/geogrotesque-bold-webfont.woff") format("woff"),url("../fonts/geogrotesque-bold-webfont.ttf") format("truetype"),url("../fonts/geogrotesque-bold-webfont.svg#Geogrotesque") format("svg")
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

body{
  background: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
     min-height: 100vh;
}

.container{
    max-width: 600px;
    padding: 0 0 0 0;
    margin: 0 auto;
    width: 100%;
}

.head{
      background: rgba(153, 204, 0, .9);
    border-radius: 3px 0 0 0;
    height: 55px;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 30px; 
    position: relative;
}

.logoTitle{

      font-family: GeogrotesqueMedium;
    font-size: 24px;
    color: #fff;
    width: 100%;
    line-height: 1;
    margin: 16px 0 15px 0;
}

.logobg{
    height: 75px;
    background: url(../img/positiveline.png) no-repeat bottom right;
    background-size: contain;
    width: 300px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.logo{
      background: url(../img/logo.png) no-repeat bottom right;
    background-size: contain;
    height: 55px;
    width: 300px;
    z-index: 2;
}

.body{
    padding: 1% 40px;
    position: relative;
    background-color: #fff;
    min-height: 365px;
    font-size: 15px;
}

.title{
    font-family: GeogrotesqueRegular;
    font-size: 24px;
    color: #1f2426;
    margin-top: 40px;
    text-align: center;
  }
.methodBlock {
    border: 1px solid #e8e9ed;
    border-radius: 3px;
    margin-top: 20px;
    height: 90px;
    cursor: pointer;
    display: flex;
}
.methodBlock img {
    height: 50px;
    width: 50px;
    align-self: center;
    justify-content: space-around;
    margin: 0 20px;
}

.methodBlock div{
    color: #1f2426;
    font-size: 18px;
    font-family: GeogrotesqueRegular;
    margin-bottom: 0;
    align-self: center;
    font-weight: normal;
    flex-direction: column;
    cursor: pointer;
}
.methodBlock:hover {
    box-shadow: 0 0 20px 0 rgba(97, 110, 116, .1);
    cursor: pointer;
    border-bottom: 1px solid #e8e9ed;
}
.footer {
    padding: 0 40px;
    height: 60px;
    border-radius: 0 0 3px 3px;
    margin-top: -1px;
    text-align: left;
    background-color: #f5f5f7;
    vertical-align: middle;
    font-family: GeogrotesqueRegular;
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
}

.help{
  position: absolute;
    height: 56px;
    min-height: 56px;
    background-color: #036;
    box-shadow: 0 1px 3px 0 rgba(31, 36, 38, .15);
    border: none;
    padding: 0;
    right: 15px;
    bottom: 15px;
        width: 56px;
    min-width: 56px;
    border-radius: 50%;
    font-size: 31px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
}
.help::after {
    display: block;
    clear: both;
    content: "";
}

.lang span{
      color: #4b5559;
    border-bottom: none;
    margin-right: 10px ;
      cursor: pointer;
}


.a {
    color: #007db8;
    text-decoration: none !important;
    cursor: pointer;
    border-bottom: 1px dotted #007db8;
    font-size: 15px;
      width: fit-content;
    margin: 0 auto;
}

.lang span.active{
      font-family: GeogrotesqueMedium !important;
    color: #1f2426;
}



.inputBox {
    position: relative;
    z-index: 0;
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    width: 100%;
    margin: 20px 0px 0px;
    border-radius: 4px;

    overflow: hidden;
    width: 100%;
    outline: 0;
    transition: box-shadow 150ms ease-out;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
        border: 1px solid #dadbe0;
}

.inputBox input {

    height: 39px;
    width: 100%;
    background-color: transparent;
    color: #121212;
    font-size: 17px;
    position: relative;
    display: block;
    float: right;
    /* padding: 1.2em 15px 0em 15px; */
    border: none;
    border-radius: 1px;
    /* color: #aaa; */
    -webkit-appearance: none;
    /* padding: 1rem 2rem 0 .75rem; */
    color: #191414;
    outline: none;

    padding: 0 12px;
 
}
.focus{
    box-shadow: 0 3px 0 0 #2473db;
}
.inputBox label{
    display: inline-block;
    float: right;
    padding: 0 1em;
    /* width: 40%; */
    color: #666666;
    font-size: 100%;
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;

    width: 100%;
    text-align: left;
    position: absolute;
    pointer-events: none;
    overflow: hidden;
    
    font-size: 16px;
    padding: 0 20px;
    bottom: calc(100% + 12px);
    bottom: 100%;
    transform: translate3d(0, 2.6em, 0);
    transition: transform 0.25s;
    transition-timing-function: ease-in-out;
    display: inline-block;
    float: right;
    padding: 0 1em;
    /* width: 40%; */
    color: #666666;
    font-size: 100%;
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
        width: 100%;
    text-align: left;
    position: absolute;
    pointer-events: none;
    transform: translate3d(0, 2.93em, 0);
    bottom: 100%;
    margin-bottom: 5px;
    left: 0;
    font-size: 16px;
    display: none;
}

.btn.disabled {
   color: rgba(0, 0, 0, .26);
    background-color: rgba(0, 0, 0, .12);
    pointer-events: none;
    box-shadow: none !important;
    border: 1px solid #D3D3D3 !important;
    opacity: 0.65;
}

.btn{
      width: 50%;
    color: #fff;
        background-color: #9c0;
  
    border: 2px solid #2473db;
      border-color: #9c0;
            margin: 0 auto;
            margin-top: 50px;
            margin-bottom: 20px;
            height: auto;
    font-size: 16px;
    line-height: 2;
    font-weight: 600;
    border-radius: 4px;
    padding: 8px 24px;
    cursor: pointer;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
    text-transform: uppercase;


}

.link{

    font-size: 14px;
    color: #707070;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
}



.open label{
      margin: 0 0 -4px 15px;

    transform: translate3d(0, 25px, 0);
    display: inline-block;
    width: auto;
    padding: 0 10px 0px 0px;
}
.inputBox input:focus~label{

        margin: 0 0 -4px 15px;

    transform: translate3d(0, 25px, 0);
    display: inline-block;
    width: auto;
    padding: 0 10px 0px 0px;
}

.error_text{
  display: none;
}
.error{
    border-bottom: 2px solid #bb1b47;
    color: #b92a45;
        box-shadow: 0 3px 0 0 #d71117;
}
.error label{
    color: #b92a45 !important;
}

.error input{
    border: none;
}

.check{
  margin-top: 10px;
      width: 100%;
}
.sub_title{
  text-align: left;
}
.tit img{
      width: 30px;
    height: 30px;
}

#breadcrumb_content #breadcrumb_title {
    margin-left: 18px;
}
#breadcrumb_content #breadcrumb_title {
    margin-left: 20px;
    height: 30px;
}

#breadcrumb_content {
    margin: 30px 0 30px;
    font-family: GeogrotesqueRegular;
    font-size: 21px;
    display: flex;
    align-items: center;
    text-align: left;
}

#breadcrumb_title{
  display: flex;
  gap: 7px;
}

#breadcrumb_method {
    color: #616f74;
}

::placeholder {
  font-size: 14px;
}

.owerlay{

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0000007a;
}

.alert{
    max-width: 500px;
    width: 100%;
}

.alert .btn{

    margin: 0;

        width: 28%;
    padding: 0px 10px;
}

.alert .footer{

    justify-content: space-between;
}

@media (max-width: 700px) {
    .container {
        width: 95%;
    }
    .alert {
        max-width: 500px;
        width: 93%;
    }
    .body {
     padding: 1% 18px;
        position: relative;
        background-color: #fff;
        min-height: 365px;
        font-size: 15px;
    }

    .form .logobg {
        height: 75px;
        background: url(../img/positiveline.png) no-repeat bottom right;
        background-size: contain;
        width: 195px;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
    }   
    .form .logo {
        background: url(../img/logo.png) no-repeat bottom right;
        background-size: contain;
        height: 55px;
        width: 120px;
        z-index: 2;
    }
    .form .logoTitle {
        font-family: GeogrotesqueMedium;
        font-size: 14px;
        color: #fff;
        width: 100%;
        line-height: 1;
        margin: 16px 0 15px 0;
    }

}