﻿ 
.centered-form {
  /*margin-top: 60px;*/
  /*color: #5d5d5d;*/
  background: rgba(255, 255, 255, 0.75);
  padding: 26px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.26);
}

  .centered-form .panel {
    background: rgba(255, 255, 255, 0.75);
    box-shadow: rgba(0, 0, 0, 0.3) 20px 20px 20px;
  }

label.label-floatlabel {
  font-weight: bold;
  /*color: #46b8da;*/
  font-size: 11px;
}

.registerimg {
  display: block;
  margin: 0 auto;
  margin-bottom: 35px;
}

.progress-bar {
  color: #fff;
}

.progress {
  background-color: #f2e1e6;
}
.input-with-icon {
  padding-right: 30px;
}

.error-icon {
  position: absolute;
  right: 10px;
  top: 40px;
  transform: translateY(-50%);
  color: red;
  font-size: 16px;
  pointer-events: none;
}
.error-md-icon {
  position: absolute;
  right: 10px;
  top: 15px;
  transform: translateY(-50%);
  color: red;
  font-size: 16px;
  pointer-events: none;
}
