#ccf-btn-cert-login {
  display: none !important;
}

#ccf-btn-first-time-cert-login {
  display: none !important;
}

* {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.2px;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  color: #656565;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

a {
  color: #000000;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin: 24px 0px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  letter-spacing: 1px;
}
a:hover {
  color: rgba(0, 0, 0, 0.6666666667);
}

input:disabled {
  background: white;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  position: relative;
}

html,
body,
div[data-caspanel],
#cf-layout,
#cf-panel-CasContentWrapper,
#cf-panel-CasContent,
.cf-workflowcontainer,
.cf,
.cf-bodycontainer,
.cf-datacontainer,
#cf-body,
#cf-datacontainer,
#cf-main,
.cf-container,
#cf-contentcontainer {
  display: flex;
  flex: 1;
  min-height: 100vh;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

#cf-overlay {
  z-index: 1112;
  background-color: white;
  opacity: 0.4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  transition: all 0.2s;
}
#cf-overlay.cf-overlay-inrequest {
  z-index: 1201;
}

#cf-layout {
  background-image: url(solution/skins/yinco/images/yinco.jpg);
  background-color: rgb(65, 63, 59);
  background-size: cover;
}
#cf-layout div {
  margin: auto;
}
#cf-layout #cf-datacontainer {
  flex: 1;
}
#cf-layout .cf-form-title {
  display: none;
}
#cf-layout .cf-bodycontainer,
#cf-layout #cf-body,
#cf-layout #cf-main,
#cf-layout #cf-headercontainer,
#cf-layout #ccf-sel-header,
#cf-layout #cf-sel-header,
#cf-layout .cf-container,
#cf-layout #cf-contentcontainer {
  display: flex;
}
#cf-layout #cf-contentcontainer,
#cf-layout .cf-container {
  width: 100%;
}
#cf-layout #cf-contentcontainer {
  flex-direction: column;
}
#cf-layout #cf-body {
  flex-direction: column;
}
#cf-layout .cf-errormessages {
  padding-bottom: 20px;
}
#cf-layout .cf-flex {
  display: flex;
  flex: 1;
}

#cf-main {
  font-family: "Open Sans", sans-serif;
}
#cf-main .cf-box {
  background-color: #fff;
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 10px;
}
#cf-main .cf-masonry-item {
  break-inside: avoid-column;
  page-break-inside: avoid;
  background-color: white;
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 10px;
}
#cf-main .cf-grp .cf-legend {
  font-size: 36px;
  margin: 16px 0px;
  color: #414141;
  font-weight: 300;
}
#cf-main .cf-grp .cf-a-ctrl {
  display: flex;
  flex: 1;
}
#cf-main .cf-grp .cf-a-ctrl > div:last-child {
  padding-right: 0px;
}
#cf-main #cf-summarycontainer {
  background-color: white;
}

.cf-btn-bar {
  background: transparent;
  display: flex;
  flex: 1;
}
.cf-btn-bar > div {
  height: inherit;
}

.cf-a-ctrl .cf-el-label label {
  color: #666;
  font-size: 10px;
}
.cf-a-ctrl .cf-el-label + label {
  display: inline-block;
  padding: 2px 0 4px 0;
}

.cf-questions .cf-qa .cf-q {
  display: none;
}
.cf-questions .cf-qa .cf-a .cf-val-mes {
  color: #c1092c;
  line-height: 1.5em;
  padding-top: 8px;
  text-align: left;
}

.cf-pagetitle {
  margin-bottom: 20px;
}
.cf-pagetitle span {
  color: orange;
  font-size: 27px;
}

.cf-overlay-show {
  display: block !important;
  transition: all 0.2s;
  opacity: 0.8;
}

button:focus {
  outline: none;
}

.cf-alreadyLoggedInAtList {
  width: 352px;
}
.cf-alreadyLoggedInAtList .cf-repeaterv2-row-items {
  display: flex;
  justify-content: space-between;
}
.cf-alreadyLoggedInAtList .cf-repeaterv2-row-items > .cf-el {
  display: flex;
  margin: 0 !important;
}

@font-face {
  font-family: "Material Design Icons";
  src: url("/__admin/skins/cas/fonts/materialdesignicons/materialdesignicons-webfont.eot?v=5.8.55");
  src: url("/__admin/skins/cas/fonts/materialdesignicons/materialdesignicons-webfont.eot?#iefix&v=5.8.55") format("embedded-opentype"), url("/__admin/skins/cas/fonts/materialdesignicons/materialdesignicons-webfont.woff2?v=5.8.55") format("woff2"), url("/__admin/skins/cas/fonts/materialdesignicons/materialdesignicons-webfont.woff?v=5.8.55") format("woff"), url("/__admin/skins/cas/fonts/materialdesignicons/materialdesignicons-webfont.ttf?v=5.8.55") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.mg-24 {
  margin: 24px 0px !important;
}

.center {
  text-align: center;
}

.cf-logo {
  background-image: url(solution/skins/yinco/images/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  height: 80px;
  width: auto;
}

button {
  height: 48px;
  color: white;
  transition: all 0.2s;
  background-color: #000000;
  border-radius: 4px;
  border: solid 2px #000000;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  font-size: 16px;
}
button:hover {
  background-color: rgba(0, 0, 0, 0.6666666667);
  border-color: rgba(0, 0, 0, 0.6666666667);
}
button.btn-secondary {
  background-color: white;
  color: #000000;
  border-color: #000000;
}
button.btn-secondary:hover {
  background-color: rgba(0, 0, 0, 0.6666666667);
  border-color: transparent;
  color: white;
}
button.organization {
  background-color: white;
  color: rgba(0, 0, 0, 0.6666666667);
  border-color: #000000;
  min-height: 40px;
  width: 346px;
  font-size: 14px;
  text-transform: none;
  padding: 12px 24px;
  height: auto;
}
button.organization:hover {
  background-color: rgba(0, 0, 0, 0.6666666667);
  border-color: transparent;
  color: white;
}

.cf-grp {
  margin-bottom: 24px !important;
}

.icon::before {
  font-family: "Material Design Icons";
  font-family: "Material Design Icons";
  font-size: 1em;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0.03deg);
}

.arrow-icon::before {
  content: "\f0054";
}

.lock-icon::before {
  content: "\f0341";
}

.questionmark-icon::before {
  content: "\f0026";
}

.user-icon::before {
  content: "\e92b";
  top: -4px;
}

.sms-verification {
  padding-top: 126px;
}
.sms-verification::before {
  font-family: "Material Design Icons";
  content: "\f0366";
  font-size: 64px;
  color: #000000;
  opacity: 0.25;
}

.renew-pwd-confirmation::before {
  content: "\f05e0";
  font-family: "Material Design Icons";
  width: 50px;
  height: 50px;
  color: #000000;
  font-size: 50px;
  opacity: 0.25;
}

.exclamation-mark {
  padding-top: 96px;
}
.exclamation-mark::before {
  font-family: "Material Design Icons";
  content: "\f030b";
  font-size: 64px;
  color: #000000;
  opacity: 0.25;
}

.icon-check-mark {
  padding-top: 3px;
}
.icon-check-mark::before {
  font-family: "Material Design Icons";
  content: "\f05e0";
  font-size: 64px;
  color: #000000;
  opacity: 0.25;
}

.email-wrapper {
  min-height: 80px;
}

.pwd-wrapper {
  min-height: 58px;
}

.cf-login-pnl .pwd-container-wrapper .cf-a .cf-a-ctrl {
  padding: 0px !important;
}

.cf-legend {
  font-size: 36px;
}

.gr-1 .cf-legend {
  font-size: 24px !important;
  text-decoration: underline;
  text-align: left;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .gr:after {
    display: table;
    content: " ";
    clear: both;
  }
  .gr-1 {
    float: left;
    width: 50%;
  }
}
.cf-toastcontainer {
  z-index: 100;
  width: 420px;
  min-height: 96px;
  border: 1px #6d9d71 solid;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(65, 65, 65, 0.5);
  -moz-box-shadow: 0px 2px 4px 0px rgba(65, 65, 65, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(65, 65, 65, 0.5);
  background-color: white;
  position: absolute;
  bottom: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.cf-toastcontainer .cf-toast {
  height: 96px;
  color: #656565;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  display: inline-block;
}
.cf-toastcontainer .cf-toast .cf-toast-message {
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
}
.cf-toastcontainer .cf-toast-icon {
  width: 64px;
  height: 96px;
  display: inline-block;
}
.cf-toastcontainer .cf-toast-icon::before {
  font-family: "Material Design Icons";
  content: "\f05e0";
  color: #6d9d71;
  font-size: 24px;
  position: absolute;
  left: 24px;
  top: 35px;
}
.cf-toastcontainer .cf-toast-close {
  height: 96px;
  width: 50px;
  display: inline-block;
}
.cf-toastcontainer .cf-toast-close::before {
  font-family: "Material Design Icons";
  content: "\f0156";
  color: #656565;
  font-size: 16px;
  position: absolute;
  right: 14px;
  bottom: 62px;
  cursor: pointer;
}
.cf-toastcontainer .cf-toast-close-2 {
  width: 64px;
}
.cf-toastcontainer strong {
  font-weight: 600;
}

.cf-login-intro {
  font-size: 16px;
  padding-bottom: 8px;
  max-width: 530px;
  letter-spacing: 0.2px;
  line-height: 1.5;
}
.cf-login-intro strong {
  font-weight: 600;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
  width: 352px;
  padding: 0px 0px 4px 0px;
  padding: 0px;
  border: none;
  z-index: 10;
  color: #656565;
  border-bottom: 1px solid #656565;
  border-radius: 0px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 28px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus {
  outline: none;
  color: #595454;
  border-bottom: 1px solid #595454;
}

input[type=number] {
  font-weight: 600;
}

.pwd-toggle {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
  font-family: "Material Design Icons";
  font-size: 24px;
  font-weight: 300;
  vertical-align: middle;
  cursor: pointer;
}

.show-pwd-icon:after {
  content: "\f0208";
}

.hide-pwd-icon:after {
  content: "\f0209";
}

.pwd-wrapper input {
  padding-right: 32px;
}

.cf-login-pnl {
  border-radius: 5px;
  background-color: white;
  min-height: auto;
  min-width: 500px;
  text-align: center;
  width: 320px;
  padding: 45px 40px 30px;
  box-shadow: none;
}
.cf-login-pnl p {
  margin-top: 4px;
  font-size: 16px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #656565;
  margin-bottom: 32px;
  letter-spacing: 0.2px;
}
.cf-login-pnl button {
  width: 352px;
}
.cf-login-pnl .cf-qa.cf-focus .cf-a-ctrl .cf-el-label label {
  color: #656565;
  top: -14px !important;
  font-size: 12px;
}
.cf-login-pnl .cf-qa .not-empty label {
  top: -14px !important;
  font-size: 12px !important;
  color: #656565;
}
.cf-login-pnl .cf-qa .cf-el-label {
  text-align: left;
}
.cf-login-pnl .cf-qa.cf-focus .cf-a-ctrl input {
  border-bottom-color: #000000;
}
.cf-login-pnl .cf-qa.cf-focus .cf-a-ctrl .cf-el-label label {
  color: #000000;
}
.cf-login-pnl .cf-qa .cf-a-ctrl {
  padding: 32px 0px 0px 0px !important;
  position: relative;
}
.cf-login-pnl .cf-qa .cf-a-ctrl .cf-el-label label {
  transition: all 0.2s ease 0s;
  position: absolute;
  top: 0px;
  font-weight: bold;
  cursor: auto;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  z-index: 100;
}
.cf-login-pnl .cf-qa .cf-a-ctrl .cf-el-label label:hover {
  color: #000000;
}
.cf-login-pnl .cf-qa::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.cf-login-pnl .cf-login-error,
.cf-login-pnl .cf-sso-error,
.cf-login-pnl .cf-errormessages {
  border: 1px #c1092c solid;
  border-radius: 4px;
  width: 420px;
  min-height: 96px;
  padding: 24px 80px 24px 64px;
  background-color: #fff;
  position: absolute;
  bottom: 25px;
  line-height: 1.5;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(65, 65, 65, 0.5);
  -moz-box-shadow: 0px 2px 4px 0px rgba(65, 65, 65, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(65, 65, 65, 0.5);
}
.cf-login-pnl .cf-login-error a,
.cf-login-pnl .cf-sso-error a,
.cf-login-pnl .cf-errormessages a {
  font-weight: 400;
}
.cf-login-pnl .cf-login-error ul,
.cf-login-pnl .cf-login-error div,
.cf-login-pnl .cf-sso-error ul,
.cf-login-pnl .cf-sso-error div,
.cf-login-pnl .cf-errormessages ul,
.cf-login-pnl .cf-errormessages div {
  width: 280px;
}
.cf-login-pnl .cf-login-error strong,
.cf-login-pnl .cf-sso-error strong,
.cf-login-pnl .cf-errormessages strong {
  font-weight: 600;
}
.cf-login-pnl .cf-login-error::before,
.cf-login-pnl .cf-sso-error::before,
.cf-login-pnl .cf-errormessages::before {
  font-family: "Material Design Icons";
  content: "\f0028";
  color: #c1092c;
  font-size: 24px;
  position: absolute;
  left: 24px;
  top: 24px;
}
.cf-login-pnl .cf-login-error .cf-err-close-button,
.cf-login-pnl .cf-sso-error .cf-err-close-button,
.cf-login-pnl .cf-errormessages .cf-err-close-button {
  position: initial;
}
.cf-login-pnl .cf-login-error .cf-err-close-button::after,
.cf-login-pnl .cf-sso-error .cf-err-close-button::after,
.cf-login-pnl .cf-errormessages .cf-err-close-button::after {
  font-family: "Material Design Icons";
  content: "\f0156";
  color: #656565;
  font-size: 16px;
  position: absolute;
  right: 0px;
  top: 16px;
  cursor: pointer;
  height: 96px;
  width: 74px;
  display: inline-block;
}

.notification-overlay {
  position: absolute;
  bottom: 0px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

.cf-smscode {
  width: 32px;
  height: 32px;
  padding: 0px;
  border: none;
  z-index: 10;
  color: #656565;
  border-bottom: 1px solid #656565;
  border-radius: 0px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 28px;
  margin-left: 8px;
  text-align: center;
}
.cf-smscode:focus {
  outline: none;
  color: #000000;
  border-bottom: 1px solid #000000;
}

.third-digit {
  margin-right: 16px;
}

.cf-smscode-full {
  display: none;
}

.requirements-label-wrapper .cf-a .cf-a-ctrl {
  padding: 0px !important;
}
.requirements-label-wrapper .requirements-label {
  font-size: 16px;
  margin-top: -32px;
}

.repeat-pwd-field-wrapper {
  top: -6px;
  height: 62px;
}

.pwd-field-wrapper {
  height: 58px;
  top: 3px;
}

.pwd-requirements {
  width: 304px;
  height: 232px;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  color: #656565;
}
.pwd-requirements div {
  padding-left: 64px;
  line-height: 1.5;
  font-size: 16px;
  text-align: left;
  padding-right: 16px;
}
.pwd-requirements div.pwd-requirements-header {
  font-weight: 700;
}
.pwd-requirements div.pwd-requirements-mixlength,
.pwd-requirements div.pwd-requirements-regex {
  font-weight: 400;
}
.pwd-requirements .invalid-req::before {
  font-family: "Material Design Icons";
  content: "\f0156";
  color: #595454;
  width: 24px;
  height: 24px;
  font-size: 24px;
  position: absolute;
  left: 20px;
  top: 10px;
}
.pwd-requirements .valid-req::before {
  content: "\f012c";
  font-family: "Material Design Icons";
  color: #6d9d71;
  width: 24px;
  height: 24px;
  font-size: 24px;
  position: absolute;
  left: 20px;
  top: 10px;
}

.invalid-req-wrapper {
  border: 1px solid dimgray;
  background-color: #f1f5f9;
}
.invalid-req-wrapper div.pwd-requirements-header::before {
  font-family: "Material Design Icons";
  content: "\f02fc";
  color: dimgray;
  width: 24px;
  height: 24px;
  font-size: 24px;
  position: absolute;
  left: 20px;
  top: 10px;
}

.valid-req-wrapper {
  border: 1px solid #6d9d71;
  background-color: #f1f5f9;
}
.valid-req-wrapper div.pwd-requirements-header::before {
  content: "\f05e0";
  font-family: "Material Design Icons";
  color: #6d9d71;
  width: 24px;
  height: 24px;
  font-size: 24px;
  position: absolute;
  left: 20px;
  top: 10px;
}

.cf-password-cpx {
  display: none;
}

.hidden {
  display: none !important;
}

.renew-pwd-confirmation-wrapper .renew-pwd-confirmation-label {
  position: relative;
  top: -32px;
  font-size: 16px;
}

.sms-code-resend {
  font-weight: 400;
  font-size: 16px;
}
.sms-code-resend span {
  font-weight: 700;
}
.sms-code-resend .cf-resendsms-wrapper {
  display: inline;
}
.sms-code-resend .cf-resendsms-wrapper a {
  font-weight: 400;
  text-decoration: underline;
  letter-spacing: 0.2px;
}
.sms-code-resend .cf-resendsms-wrapper a:hover {
  text-decoration: none;
}

input:webkit-autofill {
  display: none !important;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.white-text {
  color: #fff !important;
}

.pwd-reset-navigation {
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
}

@media only screen and (min-width: 545px) and (max-width: 1280px) {
  .logo {
    display: none;
  }
  .cf-toastcontainer {
    z-index: 160;
    width: 312px;
    height: auto;
    border: 1px #6d9d71 solid;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(65, 65, 65, 0.5);
    -moz-box-shadow: 0px 2px 4px 0px rgba(65, 65, 65, 0.5);
    box-shadow: 0px 2px 4px 0px rgba(65, 65, 65, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: unset;
    background-color: white;
    opacity: 1;
  }
  .cf-toastcontainer .cf-toast {
    color: #656565;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    display: inline-block;
    height: auto;
  }
  .cf-toastcontainer .cf-toast .cf-toast-message {
    padding: 24px 0px;
    width: 210px;
    height: auto;
    left: 0;
    top: 0;
    transform: none;
  }
  .cf-toastcontainer .cf-toast-icon {
    width: 64px;
    height: 96px;
    display: inline-block;
  }
  .cf-toastcontainer .cf-toast-icon::before {
    font-family: "Material Design Icons";
    content: "\f05e0";
    color: #6d9d71;
    font-size: 24px;
    position: absolute;
    left: 24px;
    top: 24px;
  }
  .cf-toastcontainer .cf-toast-close {
    width: 35px;
    display: inline-block;
  }
  .cf-toastcontainer .cf-toast-close::before {
    font-family: "Material Design Icons";
    content: "\f0156";
    color: #656565;
    font-size: 16px;
    position: absolute;
    right: 14px;
    bottom: 62px;
    cursor: pointer;
  }
  .cf-toastcontainer strong {
    font-weight: 600;
  }
  .cf-login-error,
  .cf-sso-error,
  .cf-errormessages {
    border: 1px #c1092c solid;
    border-radius: 4px;
    width: 312px;
    height: auto;
    padding: 24px 64px 24px 64px;
    background-color: #ffffff;
    position: absolute;
    bottom: unset;
    line-height: 1.5;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(65, 65, 65, 0.5);
    -moz-box-shadow: 0px 2px 4px 0px rgba(65, 65, 65, 0.5);
    box-shadow: 0px 2px 4px 0px rgba(65, 65, 65, 0.5);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 160;
  }
  .cf-login-error a,
  .cf-sso-error a,
  .cf-errormessages a {
    font-weight: 400;
  }
  .cf-login-error ul,
  .cf-login-error div,
  .cf-sso-error ul,
  .cf-sso-error div,
  .cf-errormessages ul,
  .cf-errormessages div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 210px;
    display: contents;
    height: auto;
  }
  .cf-login-error strong,
  .cf-sso-error strong,
  .cf-errormessages strong {
    font-weight: 600;
  }
  .cf-login-error::before,
  .cf-sso-error::before,
  .cf-errormessages::before {
    font-family: "Material Design Icons";
    content: "\f0028";
    color: #c1092c;
    font-size: 24px;
    position: absolute;
    left: 24px;
    top: 29px;
  }
  .cf-login-error .cf-err-close-button,
  .cf-sso-error .cf-err-close-button,
  .cf-errormessages .cf-err-close-button {
    position: initial;
  }
  .cf-login-error .cf-err-close-button::after,
  .cf-sso-error .cf-err-close-button::after,
  .cf-errormessages .cf-err-close-button::after {
    font-family: "Material Design Icons";
    content: "\f0156";
    color: #656565;
    font-size: 16px;
    position: absolute;
    right: 0px;
    top: 16px;
    cursor: pointer;
    height: 96px;
    width: 74px;
    display: inline-block;
  }
  .notification-overlay {
    position: fixed;
    top: -50px;
    left: -50px;
    background: black;
    z-index: 150;
    width: 150%;
    height: 150%;
    opacity: 0.64;
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 544px) {
  .logo,
  .pwd-toggle {
    display: none;
  }
  #cf-body {
    background-color: #ffffff;
  }
  #cf-layout {
    background: none;
  }
  .sms-code-resend .cf-resendsms-wrapper a {
    display: block;
  }
  .notification-overlay {
    position: fixed;
    top: -50px;
    left: -50px;
    background: black;
    z-index: 150;
    width: 150%;
    height: 150%;
    opacity: 0.64;
    display: none;
  }
  .cf-login-pnl {
    width: 100%;
    min-width: 360px;
    border-radius: 5px;
    width: 360px;
    padding: 0px 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
  .cf-login-pnl h1 {
    height: 45px;
    font-size: 32px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #003781;
    letter-spacing: 0.2px;
  }
  .cf-login-pnl h2 {
    height: 45px;
    font-size: 32px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #656565;
    letter-spacing: 0.2px;
    margin-top: 40px;
  }
  .cf-login-pnl p {
    margin-top: 4px;
    font-size: 16px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #656565;
    margin-bottom: 32px;
    letter-spacing: 0.2px;
  }
  .cf-login-pnl button {
    width: 312px;
    padding: 12px 26px;
    height: auto;
  }
  .cf-login-pnl input[type=text],
  .cf-login-pnl input[type=password],
  .cf-login-pnl input[type=email],
  .cf-login-pnl input[type=tel] {
    width: 312px;
    padding: 0px 0px 4px 0px;
    padding: 0px;
    border: none;
    z-index: 10;
    color: #656565;
    border-bottom: 1px solid #656565;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 28px;
  }
  .cf-login-pnl input[type=text]:focus,
  .cf-login-pnl input[type=password]:focus,
  .cf-login-pnl input[type=email]:focus,
  .cf-login-pnl input[type=tel]:focus {
    outline: none;
    color: #000000;
    border-bottom: 1px solid #000000;
  }
  .cf-login-pnl .tooltip {
    width: 328px;
    left: -152px;
    padding: 18px 24px;
    height: 108px;
    top: -128px;
  }
  .cf-login-pnl .tooltip div {
    left: 163px;
  }
  .cf-login-pnl .tooltip span {
    width: 280px;
    display: block;
  }
  .cf-login-pnl .cf-toastcontainer {
    z-index: 160;
    width: 312px;
    height: auto;
    border: 1px #6d9d71 solid;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(65, 65, 65, 0.5);
    -moz-box-shadow: 0px 2px 4px 0px rgba(65, 65, 65, 0.5);
    box-shadow: 0px 2px 4px 0px rgba(65, 65, 65, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: unset;
    background-color: white;
    opacity: 1;
  }
  .cf-login-pnl .cf-toastcontainer .cf-toast {
    color: #656565;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    display: inline-block;
    height: auto;
  }
  .cf-login-pnl .cf-toastcontainer .cf-toast .cf-toast-message {
    padding: 24px 0px;
    width: 210px;
    height: auto;
    left: 0;
    top: 0;
    transform: none;
  }
  .cf-login-pnl .cf-toastcontainer .cf-toast-icon {
    width: 64px;
    height: 96px;
    display: inline-block;
  }
  .cf-login-pnl .cf-toastcontainer .cf-toast-icon::before {
    font-family: "Material Design Icons";
    content: "\f05e0";
    color: #6d9d71;
    font-size: 24px;
    position: absolute;
    left: 24px;
    top: 24px;
  }
  .cf-login-pnl .cf-toastcontainer .cf-toast-close {
    width: 35px;
    display: inline-block;
  }
  .cf-login-pnl .cf-toastcontainer .cf-toast-close::before {
    font-family: "Material Design Icons";
    content: "\f0156";
    color: #656565;
    font-size: 16px;
    position: absolute;
    right: 14px;
    bottom: 62px;
    cursor: pointer;
  }
  .cf-login-pnl .cf-toastcontainer strong {
    font-weight: 600;
  }
  .cf-login-pnl .cf-tooltip {
    top: 0px;
  }
  .cf-login-pnl .tooltip {
    transform: translateY(9px);
  }
  .cf-login-pnl .cf-login-error,
  .cf-login-pnl .cf-sso-error,
  .cf-login-pnl .cf-errormessages {
    border: 1px #c1092c solid;
    border-radius: 4px;
    width: 312px;
    height: auto;
    padding: 24px 64px 24px 64px;
    background-color: #fff;
    position: absolute;
    bottom: unset;
    line-height: 1.5;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(65, 65, 65, 0.5);
    -moz-box-shadow: 0px 2px 4px 0px rgba(65, 65, 65, 0.5);
    box-shadow: 0px 2px 4px 0px rgba(65, 65, 65, 0.5);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 160;
  }
  .cf-login-pnl .cf-login-error a,
  .cf-login-pnl .cf-sso-error a,
  .cf-login-pnl .cf-errormessages a {
    font-weight: 400;
  }
  .cf-login-pnl .cf-login-error ul,
  .cf-login-pnl .cf-login-error div,
  .cf-login-pnl .cf-sso-error ul,
  .cf-login-pnl .cf-sso-error div,
  .cf-login-pnl .cf-errormessages ul,
  .cf-login-pnl .cf-errormessages div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 210px;
    display: contents;
    height: auto;
  }
  .cf-login-pnl .cf-login-error strong,
  .cf-login-pnl .cf-sso-error strong,
  .cf-login-pnl .cf-errormessages strong {
    font-weight: 600;
  }
  .cf-login-pnl .cf-login-error::before,
  .cf-login-pnl .cf-sso-error::before,
  .cf-login-pnl .cf-errormessages::before {
    font-family: "Material Design Icons";
    content: "\f0028";
    color: #c1092c;
    font-size: 24px;
    position: absolute;
    left: 24px;
    top: 20px;
  }
  .cf-login-pnl .cf-login-error .cf-err-close-button,
  .cf-login-pnl .cf-sso-error .cf-err-close-button,
  .cf-login-pnl .cf-errormessages .cf-err-close-button {
    position: initial;
  }
  .cf-login-pnl .cf-login-error .cf-err-close-button::after,
  .cf-login-pnl .cf-sso-error .cf-err-close-button::after,
  .cf-login-pnl .cf-errormessages .cf-err-close-button::after {
    font-family: "Material Design Icons";
    content: "\f0156";
    color: #656565;
    font-size: 16px;
    position: absolute;
    right: 0px;
    top: 16px;
    cursor: pointer;
    height: 96px;
    width: 74px;
    display: inline-block;
  }
}
#viewportNotSupported {
  display: none;
}

h1 {
  font-size: 36px;
  text-align: center;
  padding-bottom: 6px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: dimgray;
  letter-spacing: 0.2px;
}

h2 {
  font-size: 36px;
  text-align: center;
  padding-bottom: 6px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #656565;
  letter-spacing: 0.2px;
}

.lined-text {
  background-color: #cecece;
  height: 1px;
  width: 419px;
  margin: 24px auto !important;
  text-align: center;
}
.lined-text span {
  background-color: white;
  padding: 10px 24px;
  position: relative;
  top: -10px;
  font-size: 18px;
  color: #cecece;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 1.06px;
}

.top-spacing-1 {
  padding-top: 8px;
}

.top-spacing-2 {
  padding-top: 16px;
}

.top-spacing-3 {
  padding-top: 24px;
}

.top-spacing-4 {
  padding-top: 32px;
}

.top-spacing-5 {
  padding-top: 40px;
}

.top-spacing-6 {
  padding-top: 48px;
}

.top-spacing-7 {
  padding-top: 56px;
}

.top-spacing-8 {
  padding-top: 68px;
}

.top-spacing-9 {
  padding-top: 74px;
}

.top-spacing-10 {
  padding-top: 192px;
}

.top-spacing-11 {
  padding-top: 200px;
}

.top-spacing-12 {
  padding-top: 208px;
}

.cf-tooltip {
  position: relative;
  border-radius: 4px;
  margin: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  top: -4px;
}
.cf-tooltip.active-tooltip .tooltip {
  visibility: visible;
  opacity: 1;
  transition: 0.2s linear;
}
.cf-tooltip::after {
  font-family: "Material Design Icons";
  width: 24px;
  height: 24px;
  content: "\f02fc";
  font-size: 24px;
  color: #000000;
  display: inline-block;
}
.cf-tooltip::after:hover {
  background-color: rgba(0, 0, 0, 0.6666666667);
}
.cf-tooltip.cf-tooltip-orig {
  display: none;
}

.tooltip {
  visibility: hidden;
  z-index: 2;
  opacity: 0.4;
  padding: 24px;
  width: 400px;
  min-height: 96px;
  background: #fff;
  color: #656565;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -110%);
  border-radius: 4px;
  border: 1px #d9d9d9 solid;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(65, 65, 65, 0.5);
  -moz-box-shadow: 0px 2px 4px 0px rgba(65, 65, 65, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(65, 65, 65, 0.5);
}
.tooltip div {
  z-index: 1;
  height: 12px;
  position: absolute;
  width: 12px;
  background: white;
  bottom: -5px;
  box-shadow: 2px 2px 1px 1px white, -2px -2px 4px rgba(65, 65, 65, 0.5);
  transform: translate(-50%) rotate(225deg);
  left: 198px;
}
.tooltip span {
  z-index: 2;
}

.tooltip-wrapper {
  display: inline;
}

/*# sourceMappingURL=yinco-login.css.map */

