@font-face {
  font-family: "Studio Gothic";
  src: url("fonts/studio-gothic/StudioGothic-Regular.woff2") format("woff2"), url("fonts/studio-gothic/StudioGothic-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Studio Gothic";
  src: url("fonts/studio-gothic/StudioGothic-Thin.woff2") format("woff2"), url("fonts/studio-gothic/StudioGothic-Thin.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Studio Gothic";
  src: url("fonts/studio-gothic/StudioGothic-Light.woff2") format("woff2"), url("fonts/studio-gothic/StudioGothic-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Studio Gothic";
  src: url("fonts/studio-gothic/StudioGothic-Bold.woff2") format("woff2"), url("fonts/studio-gothic/StudioGothic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Studio Gothic";
  src: url("fonts/studio-gothic/StudioGothic-Bold.woff2") format("woff2"), url("fonts/studio-gothic/StudioGothic-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("fonts/nunito/static/NunitoSans_10pt-ExtraLight.ttf") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("fonts/nunito/static/NunitoSans_10pt-Light.ttf") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("fonts/nunito/static/NunitoSans_10pt-Bold.ttf") format("woff2");
  font-weight: 500;
  font-style: normal;
}
body {
  background-color: #fff;
  font-family: "Nunito Sans", sans-serif;
}

a {
  color: #000;
}
a.underline {
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: none;
}

.logo {
  margin: 0;
  padding: 50px 0 30px;
  text-align: center;
}
.logo img {
  width: 100%;
  max-width: 200px;
}
.logo.small {
  padding-top: 40px;
  padding-bottom: 0;
}
.logo.small img {
  max-width: 120px;
}

form.closed {
  display: none;
}

.login-hint {
  text-align: center;
  color: #909090;
  display: block;
  font-size: 17px;
  font-weight: 300;
  line-height: 12px;
  margin-bottom: 15px;
}

select.form-control {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

#language-switcher {
  position: absolute;
  top: 10px;
  right: 15px;
}
#language-switcher .language {
  color: #000;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
}
#language-switcher .language:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin-left: 5px;
}
#language-switcher .language:hover, #language-switcher .language.active {
  text-decoration: underline;
}

.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 0;
}

.content {
  max-width: 400px;
  width: 100%;
  margin: 40px auto;
}

.form-title {
  color: #313130;
  text-align: center;
  font-family: "Studio Gothic", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 157.895% */
  letter-spacing: 3px;
  text-transform: uppercase;
  display: block;
}

.form-subtitle {
  color: #313130;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  display: block;
  margin-bottom: 25px;
}

.login .content .form-actions {
  clear: both;
  border: 0;
  padding: 0 30px 25px;
  margin-left: -30px;
  margin-right: -30px;
}

.login-divider {
  border-top: 1px solid #ccc;
  color: #909090;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 0;
  margin: 20px 0 40px;
  text-align: center;
  position: relative;
}

.login-divider span {
  background: #fff none repeat scroll 0 0;
  color: #000;
  display: block;
  font-size: 12px;
  font-weight: 700;
  left: 50%;
  line-height: 12px;
  padding: 0 30px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  background-color: #fff;
  border: 1px solid #918273;
  color: #000;
  height: 43px;
  outline: 0 !important;
  box-shadow: none !important;
  width: 100%;
  padding: 6px 12px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
  border-radius: 0;
}
.form-control:focus {
  border-color: #000;
}

.form-explanation {
  margin-bottom: 30px;
  color: #909090;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.form-actions {
  clear: both;
  border: 0;
  padding: 0 15px 25px;
  margin-left: -15px;
  margin-right: -15px;
}
.form-actions btn {
  margin-top: 1px;
}

.btn:not(.btn-sm):not(.btn-lg) {
  line-height: 1.44;
}

.btn, .btn-default {
  background-color: #000;
  border-color: transparent;
  color: #fff;
  font-weight: 600;
  padding: 10px 25px !important;
  outline: 0 !important;
  margin-bottom: 0;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  font-size: 10px;
  user-select: none;
  border-radius: 0;
  transition: background-color 0.25s ease, color 0.25s ease;
}
@media (min-width: 768px) {
  .btn, .btn-default {
    font-size: 14px;
  }
}
.btn:hover, .btn-default:hover {
  background-color: rgba(0, 0, 0, 0.15);
  color: #000;
  border-color: transparent;
}
.btn.cyberark, .btn-default.cyberark {
  background-color: #1c2635;
  background-image: url(../img/cyberark_logo.png);
  background-position: 12px 50%;
  background-repeat: no-repeat;
  background-size: auto 24px;
  border-color: transparent;
  border-radius: 0;
  color: #fff;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.btn.cyberark:hover, .btn-default.cyberark:hover {
  background-color: rgba(28, 38, 53, 0.15);
  background-image: url(../img/cyberark_logo_black.png);
  color: #1c2635;
  text-decoration: none;
}

.btn-block {
  display: block;
  width: 100%;
}

.uppercase {
  text-transform: uppercase !important;
}

.control-label {
  margin-top: 1px;
  font-weight: 400;
}

.visible-ie9 {
  display: none;
}

.visible-ie8 {
  display: none;
}

#form-toggle {
  position: relative;
  cursor: pointer;
  background-color: #ccc;
  color: #fff;
  border-color: #ccc;
  display: none;
}
#form-toggle.open:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#form-toggle:after {
  position: absolute;
  width: 10px;
  height: 20px;
  background-image: url(../img/nav-arrow-white.png);
  background-size: 5px auto;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  top: 10px;
  right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#form.recurring {
  border: 1px solid #ccc;
  margin-bottom: 30px;
}
#form.recurring #form-toggle {
  display: block;
}
#form.recurring #profile-form {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  margin-left: -25px;
  height: 18px;
  width: 18px;
  background-color: #eee;
}

.custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #000;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox label, .radio label {
  padding-left: 25px;
}

.link-container {
  padding: 10px 0;
}

/*# sourceMappingURL=main.css.map */
