* {
    outline: none !important;
}
*::placeholder {
    color: #808D9A;
}
body {
    outline: none !important;
    font-family: 'Circe', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 768px) {
  .qrImgBlock {
    display: none;
  }

  .linkImgBlock {
    display: block;
  }
}

@media only screen and (min-width: 769px) {
  .qrImgBlock {
    display: block;
  }

  .linkImgBlock {
    display: none;
  }
}


.position-relative {
  position: relative;
}
.cursor-pointer {
  cursor: pointer;
}
.container {
    max-width: 486px !important;
}
.pull-right > .dropdown-menu {
  right: 15px;
  top: 60px;
}
.header {
  height: 70px; 
  /* border-bottom: 1px solid #D3DCE9;  */
  margin-bottom: 74px;
}
.logo {
  /* width: 68px;  */
  display: inline-block;
  margin-top: 32px;
  margin-left: 32px;
  width: 115px;
  height: 40px;
  opacity: 1;
}
#TradeIn3p .logo {
  margin-top: 24px;
}
#password[type="password"] + div #openEye {
  display: none;
}
#password[type="text"] + div #closeEye {
  display: none;
}
.page-title {
  font-weight: 400; 
  font-size: 20px; 
  color: #000; 
  margin-bottom: 5px;
}
label {
  margin-bottom: 15px; 
  display: block;
}
label .title {
  /* font-weight: 400;  */
   /* color: #808D9A;  */
  color: #000; 
  margin-bottom: 5px;
  font-family: Circe;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;

}
label.error .title,
label.error-true .title {
  color: #EB001B;
}
input {
  background: #fff;
  color: #000; 
  border: 1px solid #808D9A; 
  border-radius: 6px; 
  font-weight: 400; 
  font-size: 14px; 
  width: 100%; 
  height: 40px; 
  padding-left: 15px; 
  padding-right: 15px;
}
label.error input,
label.error-true input {
  border-color: #EB001B;
  padding-right: 48px;
}
input.with-icon {
  padding-right: 48px;
}
label:not(.error, .error-true) .field-icon-error {
  display: none;
}
.field-icon {
  position: absolute; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  width: 48px; 
  padding-top: 11px; 
  text-align: center;
}
.field-icon-error {
  padding-top: 10px; 
}

.alertLayout {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000050;
  z-index: 4;
}
.alertLayout.show {
  display: block;
}

/* .notification {
  background: rgba(235, 0, 27, 0.05);
  border: 1px solid #EB001B;
  border-radius: 6px;
  padding: 15px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color:  #000;
  margin-bottom: 15px;
  display: none;
} */

.alertTitle {
  font-family: Circe;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 8px;
  color: #DC2626;
}
.notificationAlert {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  width: 440px;
  height: 307px;
  padding: 32px;
  border-radius: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  color: black;
  align-items: center;
  font-size: 1.5rem;
  z-index: 5;
}

.notificationAlert.isShow {
  display: flex;
}

.notification {
  text-align: center;
  margin-bottom: 24px;
  padding: 0 16px;
}
.notification a {
  color: #EB001B !important; 
}
.notification.notification-success {
  background: #F4F6F8;
  border-color: #00C853;
}
.notification.notification-success a {
  color: #00C853 !important; 
}
.button {
  height: 50px;
  /* background: #6959CB; */
  background: #161ff9;
  width: 100%;
  border-radius: 6px;
  /* font-weight: 700; */
  font-size: 16px;
  color: #fff;
  border: none;
}
#TradeIn3p .button {
  background: #5697DA;
}
.forgotPasswordLink {
  font-weight: 400; 
  font-size: 14px; 
  /* color: #297BF6 !important;   */
  color: #161ff9 !important;
  margin-bottom: 25px; 
  display: inline-block;
}
#TradeIn3p .forgotPasswordLink {
  color: #5697DA !important;
}
.dropdown-menu {
  text-align: center; 
  min-width: 64px; 
  padding: 8px 0;
  border-color: #D3DCE9;
}
.dropdown-menu li {
  padding: 8px 0;
  cursor: pointer;
  color: #808D9A;
}
.dropdown-menu li.active, 
.dropdown-menu li:hover {
  color: #000; 
}
.dropdown-menu li.active {
  cursor: default;
}
.caret-icon {
  position: relative; 
  top: -2px;
}
.button-link {
  color: #000; 
  font-size: 14px;
  font-weight: 400;
  text-decoration: none !important; 
  margin: 32px 16px;
  /* background-color: transparent; */
  border-color: #f4f6f8;
  border-radius: 8px;
  border-color: transparent;
  /* border-radius: 0; */
}
.button-link span {
  margin-right: 3px;
}
.info {
  font-weight: 400; 
  font-size: 14px; 
  color: #000; 
  margin-bottom: 15px;
}

.loginBlock {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: white;
  height: 100vh;
  z-index: 3;
}
.loginBackground {
  display: block;
  height: 100vh;
  position: absolute;
  background: radial-gradient(46.48% 55.62% at 78.13% 53.52%, rgba(126, 0, 190, 0.85) 0%, #3500BE 100%);
}

.loginBackgroundBlick {
  width: 812px;
  height: 801px;
  opacity: 0.5;
  top: -112px;
  right: 10%;
  border-radius: 50%;
  background: #FFFFFF1A;
  position: absolute;
  z-index: 1;
}

.loginHeader {
  font-family: Circe;
  color: #000;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 24px;
}

.qrFooterBlock {
  padding-bottom: 24px;
  width: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.qrHeader {
  font-family: Circe;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  line-height: 100%;
  text-align: center;
  margin-bottom: 16px;
}

.bgHandImg {
  position: absolute;
  bottom: 100px;
  right: 0;
  z-index: 2;
  padding: 0;
}

.bgTextBlock {
  position: absolute;
  color: #fff;
  padding: 56px;
  height: 100%;
  z-index: 2;
}

.bgTextBlockHeader {
  padding-top: 132px;
  margin-bottom: 24px;
  font-family: Circe;
  font-style: Bold;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
}

.btTextBlockSubHeader {
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
}
.btTextBlockFooter {
  position: absolute;
  bottom: 32px;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
}