body {
  color: #607d8b !important;
}

input {
  border-radius: 0 !important;
  outline: none !important;
}

.show-grid {
  /*padding-top: 10px;*/
  /*padding-bottom: 10px;*/
  /*background-color: #eee;*/
  /*background-color: rgba(86, 61, 124, .15);*/
  /*border: 1px solid #ddd;*/
  /*border: 1px solid rgba(86, 61, 124, .2);*/
}

.full-page {
  position: absolute;
  top: 0; /* Header Height */
  bottom: 0; /* Footer Height */
  width: 100%;
}

.full-height {
  height: 100%;
}

.full-width {
  width: 100%;
}

.button-full-width {
  width: 100%;
}

.full-width-element  {
  width: 100%;
}

.top-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

.copyright {
  display: block;
  text-align: center;
  bottom: 0;
  margin-bottom: 20px;
}

.integrated-content {
  vertical-align: middle;
}

.center-in-page {
  margin-top: -10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-44%) translateY(-50%);
}

.horizontal-center {
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.alert-message {
  padding-top: 20px;
  font-style: italic !important;
}

/* a class to style only error messages */
.alert-error {
  color: red !important;
}

#idDivLogin.center {
  float: none;
  margin: auto;
}

.login-container {
  border-radius: 4px;
  border: 1px solid #607d8b;
}

.dropdown-lng {
  margin-bottom: 40px;
}

.forgot-password {
  padding-left: 0px;
  font-size: 12px !important;
}

#kc-form-options {
  padding-top: 10px !important;
  font-size: 12px !important;
}
.welcome-text {
  color: #607d8b !important;
  text-align: center;
  padding-bottom: 60px;
  padding-top: 30px;
  font-size: 28px !important;
  font-style: italic !important;
}

.body-style {
  font-family: "Noto Sans" !important;
  font-size: 14px !important;
}

.kc-form-buttons {
  padding-top: 30px;
}

.button-style {
  background-color: #00bfa5 !important;
  color: white !important;
  border-radius: 0 !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  font-size: 16px !important;
  font-weight: bold !important;
}

.mvs-button {
  background-color: #2d3b62 !important;
}

.button-style-little {
  /*background-color: #00BFA5 !important;*/
  background-color: white !important;
  color: #00bfa5 !important;
  border-radius: 4px !important;
  border: thin solid #00bfa5 !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  font-size: 12px !important;
}

.mvs-button-little {
  color: #2d3b62 !important;
  border-color: #2d3b62 !important;
}

.email-identifier {
  font-size: 12px !important;
  padding-top: 10px;
}

.reset-password-submit {
  padding-bottom: 10px;
}

.login-form {
  padding-top: 10px;
}

.input-wrapper input {
  margin-top: 10px;
}

.label-wrapper label {
  margin-top: 10px;
}

.info-area {
  margin-bottom: 20px;
}

.back-to-login {
  margin-bottom: 20px;
  font-size: 12px !important;
}

.form-options {
  margin-top: -5px;
}

.locale-section {
  margin-top: -35px;
  width: 200px !important;
  float: right !important;
  margin-right: 15px !important;
}

.top-image-section {
  margin-bottom: 20px;
}

.input-wrapper > .form-control:focus {
  border-color: #00bfa5 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px #00bfa5 !important;
}

.mvs-input-wrapper > .form-control:focus {
  border-color: #2d3b62 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px #2d3b62 !important;
}

.input-wrapper > .form-control {
  border-color: #607d8b !important;
}

.mvs-input-wrapper > .form-control {
  border-color: #2d3b62 !important;
}

a.mvs {
  color: #2d3b62 !important;
}

a.mvs:visited {
  color: #2d3b62 !important;
}

a.mvs:hover {
  color: #2d3b62 !important;
}

a {
  color: #00bfa5 !important;
}

a:visited {
  color: #00bfa5 !important;
}

a:hover {
  color: #00bfa5 !important;
}

li > a {
  color: #333 !important;
}

li > a.mvs:hover {
  color: white !important;
  background-color: #2d3b62 !important;
}

li > a:hover {
  color: #333 !important;
  background-color: #00bfa5 !important;
}

@media (max-width: 767px) {
  .welcome-text {
    padding-bottom: 10px;
    padding-top: 0;
    font-size: 18px !important;
  }

  .username-label {
    padding-top: 0;
  }

  .dropdown-lng {
    margin-bottom: 20px;
  }

  .top-image-section {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.arrow{
  width: 7px; 
  height: 7px; 
  border: solid #e7811b;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.left{
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.right{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.button{
  width:auto; 
  height:30px;
}
.iconSvg{
  font-size : 36px;
}
.link{
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid !important; 
  border-color : black !important;
  vertical-align: middle !important; 
  width:80%;
  margin-left:10%; 
  background-color: transparent;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border-radius: 4px;
}
p{
  white-space: pre-line;
}
.error{
  color: #ff0000 !important;
}
.info{
  color : #0E4BEF !important;
}
.warning{
  color: #ff7f00 !important;
}
.ol-mobile {
  padding-left: 1.4em !important;
}


