/*
    Rock Content Guideline Colors
*/
.highcharts-container {
  overflow: visible !important; }
  .highcharts-container.svg {
    overflow: visible !important; }

.height-30 {
  height: 30%; }

.height-15 {
  height: 15%; }

.icon-fix {
  font-style: normal; }

.icon-error {
  font-style: normal;
  color: #E01F1F; }

.icon-success {
  font-style: normal;
  color: #2AA254; }

.toggle-password {
  float: right;
  margin-top: -25px;
  cursor: pointer;
  margin-right: 10px; }

/************Login***************/
.login-title {
  position: relative;
  width: 275px;
  height: 60px;
  left: 60px;
  font-size: 44px;
  font-weight: bold; }

.login-validation {
  color: #E01F1F;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%; }

.login-link {
  display: block;
  text-align: center;
  color: #225ED8;
  font-weight: bold; }

.login-forgot-password {
  display: flow;
  text-align: center;
  color: #225ED8;
  font-weight: bold;
  width: 200px;
  height: 21px;
  left: calc(50% - 156px/2);
  top: calc(50% - 21px/2); }

.login-submit {
  align-items: center;
  padding: 10.5px 24px;
  width: 145px;
  left: calc(50% - 125px/2 + 130.5px);
  top: 62.05%;
  bottom: 31.96%;
  background: #225ED8;
  border-radius: 6px;
  border: 2px solid #225ED8;
  font-weight: bold;
  color: #FFFFFF; }

/************Reset***************/
.reset-title {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  color: #1A202C; }

.reset-subtitle {
  position: relative;
  width: 475px;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%; }

.reset-error {
  left: calc(50% - 394px/2);
  top: 46.57%;
  bottom: 44.44%;
  background: #FFC7C7;
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.05), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 6px; }

.reset-error-title {
  font-size: 16px; }

.reset-error-subtitle {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px; }

.reset-success {
  left: calc(50% - 394px/2);
  top: 46.57%;
  bottom: 44.44%;
  background: #BDEFCE;
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.05), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 6px; }

.reset-success-title {
  font-size: 16px; }

.reset-success-subtitle {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 10px; }

.reset-error-close-button {
  position: relative;
  top: 5px;
  float: right;
  border: 0;
  background-color: transparent;
  color: #000000;
  font-style: normal;
  font-size: large; }

.reset-password-match {
  display: none;
  color: #E01F1F;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%; }

.reset-submit {
  align-items: center;
  padding: 10.5px 24px;
  width: 200px;
  left: calc(50% - 125px/2 + 130.5px);
  top: 62.05%;
  bottom: 31.96%;
  background: #225ED8;
  border-radius: 6px;
  border: 2px solid #225ED8;
  font-weight: bold;
  color: #FFFFFF; }

.reset-password-different {
  border-color: #E01F1F; }

.reset-password-different-text {
  color: #E01F1F; }

.reset-password-same-text {
  color: #2AA254; }

#formSubmit:disabled {
  opacity: 0.2; }

/************Reset Request***************/
.reset-request-title {
  font-size: 50px;
  font-weight: bold; }

.reset-request-instructions {
  position: relative;
  width: 475px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%; }

.reset-request-submit {
  align-items: center;
  padding: 10.5px 24px;
  width: 200px;
  left: calc(50% - 125px/2 + 130.5px);
  top: 62.05%;
  bottom: 31.96%;
  background: #225ED8;
  border-radius: 6px;
  border: 2px solid #225ED8;
  font-weight: bold;
  color: #FFFFFF; }

.reset-request-link {
  display: block;
  text-align: center;
  color: #225ED8;
  font-weight: bold; }

.reset-request-error {
  padding-bottom: 17px;
  height: 80px; }

.reset-request-error-empty {
  padding-bottom: 17px;
  height: 67px;
  visibility: hidden; }

.reset-request-password-error {
  padding-bottom: 28.5px; }

.reset-request-password-init {
  padding-bottom: 41.5px; }

.box {
  padding-top: 10%; }

@media (max-width: 1366px) and (max-height: 768px) {
  .box {
    padding-top: 5vh; } }
