.mat-container {
  background: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 1px;
  transform: scale(1);
  transition: box-shadow 0.28s ease, transform 0.28s ease;
}
.mat-container:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  transform: scale(1.005);
}

.mat-btn-ani {
  background: white;
  box-shadow: 0 0 1px transparent;
  border-radius: 1px;
  transform: scale(1);
  transition: box-shadow 0.28s ease, transform 0.28s ease;
}
.mat-btn-ani:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  transform: scale(1.005);
}

.mat-form-radio,
.mat-form-group {
  position: relative;
  margin-top: 30.52px;
}

.mat-form-inline > .form-group,
.mat-form-inline > .btn {
  display: inline-block;
  margin-bottom: 0;
}

.mat-form-help {
  margin-top: 1.75px;
  margin-left: 1.75px;
  color: #c7c7c7;
  font-size: 11.2px;
}
.checkbox .mat-form-help, .form-radio .mat-form-help, .form-group .mat-form-help {
  position: absolute;
  width: 100%;
}
.checkbox .mat-form-help {
  position: relative;
  margin-bottom: 14px;
}
.form-radio .mat-form-help {
  padding-top: 3.5px;
  margin-top: -14px;
}

.mat-form-group-hire input {
  height: 26.6px;
  margin-bottom: 0;
}
.mat-form-group-hire textarea {
  resize: vertical;
  margin-bottom: 0;
}
.mat-form-group-hire select {
  width: 100%;
  font-size: 14px;
  height: 22.4px;
  padding: 1.75px 1.75px 0.875px;
  background: none;
  border: none;
  line-height: 1.6;
  box-shadow: none;
}
.mat-form-group-hire .mat-control-label {
  position: absolute;
  top: -5px;
  pointer-events: none;
  padding-left: 1.75px;
  z-index: 1;
  color: #c7c7c7;
  font-size: 14px;
  font-weight: normal;
  transition: all 0.28s ease;
  text-transform: uppercase;
}
.mat-form-group-hire .mat-control-label-l {
  position: absolute;
  top: -5px;
  right: 30px;
  pointer-events: none;
  z-index: 1;
  color: #c7c7c7;
  font-size: 14px;
  font-weight: normal;
  transition: all 0.28s ease;
  height: 27px;
  width: 27px;
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  text-align: center;
}
.mat-form-group-hire .mat-bar {
  position: relative;
  border-bottom: 0.875px solid #c9c9c9;
  display: block;
}
.mat-form-group-hire .mat-bar::before {
  content: '';
  height: 1.75px;
  width: 0;
  left: 50%;
  bottom: -0.875px;
  position: absolute;
  background: #098ad6;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.mat-form-group-hire input,
.mat-form-group-hire textarea {
  display: block;
  background: none;
  padding: 1.75px 43.75px 0.875px 0px;
  font-size: 14px;
  border-width: 0;
  border-color: transparent;
  width: 100%;
  color: #333;
  transition: all 0.28s ease;
  box-shadow: none;
}
.mat-form-group-hire input[type="file"] {
  line-height: 1;
}
.mat-form-group-hire input[type="file"] ~ .mat-bar {
  display: none;
}
.mat-form-group-hire select,
.mat-form-group-hire input:focus,
.mat-form-group-hire input:valid,
.mat-form-group-hire input.form-file,
.mat-form-group-hire input.has-value,
.mat-form-group-hire textarea:focus,
.mat-form-group-hire textarea.form-file,
.mat-form-group-hire textarea.has-value {
  color: #7c7c7c;
}
.mat-form-group-hire select ~ .mat-control-label,
.mat-form-group-hire input:focus ~ .mat-control-label,
.mat-form-group-hire input:valid ~ .mat-control-label,
.mat-form-group-hire input.form-file ~ .mat-control-label,
.mat-form-group-hire input.has-value ~ .mat-control-label,
.mat-form-group-hire textarea:focus ~ .mat-control-label,
.mat-form-group-hire textarea.form-file ~ .mat-control-label,
.mat-form-group-hire textarea.has-value ~ .mat-control-label {
  font-size: 11.2px;
  color: #c9c9c9;
  top: -16px;
  left: 15px;
}
.mat-form-group-hire select ~ .mat-control-label-l,
.mat-form-group-hire input:focus ~ .mat-control-label-l,
.mat-form-group-hire input:valid ~ .mat-control-label-l,
.mat-form-group-hire input.form-file ~ .mat-control-label-l,
.mat-form-group-hire input.has-value ~ .mat-control-label-l,
.mat-form-group-hire textarea:focus ~ .mat-control-label-l,
.mat-form-group-hire textarea.form-file ~ .mat-control-label-l,
.mat-form-group-hire textarea.has-value ~ .mat-control-label-l {
  transition: all 0.28s ease;
  border: 1px solid #c9c9c9;
  border-radius: 50%;
  text-align: center;
  color: #c9c9c9;
}
.mat-form-group-hire select:focus,
.mat-form-group-hire input:focus,
.mat-form-group-hire textarea:focus {
  outline: none;
}
.mat-form-group-hire select:focus ~ .mat-control-label,
.mat-form-group-hire input:focus ~ .mat-control-label,
.mat-form-group-hire textarea:focus ~ .mat-control-label {
  color: #098ad6;
}
.mat-form-group-hire select:focus ~ .mat-bar::before,
.mat-form-group-hire input:focus ~ .mat-bar::before,
.mat-form-group-hire textarea:focus ~ .mat-bar::before {
  width: 100%;
  left: 0;
}
@media screen and (max-width: 480px) {
  .mat-form-group-hire .breaksmall {
    margin-bottom: 35px;
  }
}

.mat-form-group input {
  height: 26.6px;
  margin-bottom: 0;
}
.mat-form-group textarea {
  resize: vertical;
  margin-bottom: 0;
}
.mat-form-group select {
  width: 100%;
  font-size: 14px;
  height: 22.4px;
  padding: 1.75px 1.75px 0.875px;
  background: none;
  border: none;
  line-height: 1.6;
  box-shadow: none;
}
.mat-form-group .mat-control-label {
  position: absolute;
  top: -5px;
  pointer-events: none;
  padding-left: 1.75px;
  z-index: 1;
  color: #c7c7c7;
  font-size: 14px;
  font-weight: normal;
  transition: all 0.28s ease;
  text-transform: uppercase;
}
.mat-form-group .mat-control-label-l {
  position: absolute;
  top: -5px;
  right: 30px;
  pointer-events: none;
  z-index: 1;
  color: #c7c7c7;
  font-size: 14px;
  font-weight: normal;
  transition: all 0.28s ease;
  height: 27px;
  width: 27px;
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  text-align: center;
}
.mat-form-group .mat-bar {
  position: relative;
  border-bottom: 0.875px solid #c2c3c6;
  display: block;
}
.mat-form-group .mat-bar::before {
  content: '';
  height: 1.75px;
  width: 0;
  left: 50%;
  bottom: -0.875px;
  position: absolute;
  background: white;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.mat-form-group input,
.mat-form-group textarea {
  display: block;
  background: none;
  padding: 1.75px 43.75px 0.875px 0px;
  font-size: 14px;
  border-width: 0;
  border-color: transparent;
  width: 100%;
  color: #333;
  transition: all 0.28s ease;
  box-shadow: none;
}
.mat-form-group input[type="file"] {
  line-height: 1;
}
.mat-form-group input[type="file"] ~ .mat-bar {
  display: none;
}
.mat-form-group select,
.mat-form-group input:focus,
.mat-form-group input:valid,
.mat-form-group input.form-file,
.mat-form-group input.has-value,
.mat-form-group textarea:focus,
.mat-form-group textarea.form-file,
.mat-form-group textarea.has-value {
  color: white;
}
.mat-form-group select ~ .mat-control-label,
.mat-form-group input:focus ~ .mat-control-label,
.mat-form-group input:valid ~ .mat-control-label,
.mat-form-group input.form-file ~ .mat-control-label,
.mat-form-group input.has-value ~ .mat-control-label,
.mat-form-group textarea:focus ~ .mat-control-label,
.mat-form-group textarea.form-file ~ .mat-control-label,
.mat-form-group textarea.has-value ~ .mat-control-label {
  font-size: 11.2px;
  color: white;
  top: -16px;
  left: 15px;
}
.mat-form-group select ~ .mat-control-label-l,
.mat-form-group input:focus ~ .mat-control-label-l,
.mat-form-group input:valid ~ .mat-control-label-l,
.mat-form-group input.form-file ~ .mat-control-label-l,
.mat-form-group input.has-value ~ .mat-control-label-l,
.mat-form-group textarea:focus ~ .mat-control-label-l,
.mat-form-group textarea.form-file ~ .mat-control-label-l,
.mat-form-group textarea.has-value ~ .mat-control-label-l {
  transition: all 0.28s ease;
  border: 1px solid white;
  border-radius: 50%;
  text-align: center;
  color: white;
}
.mat-form-group select:focus,
.mat-form-group input:focus,
.mat-form-group textarea:focus {
  outline: none;
}
.mat-form-group select:focus ~ .mat-control-label,
.mat-form-group input:focus ~ .mat-control-label,
.mat-form-group textarea:focus ~ .mat-control-label {
  color: white;
}
.mat-form-group select:focus ~ .mat-bar::before,
.mat-form-group input:focus ~ .mat-bar::before,
.mat-form-group textarea:focus ~ .mat-bar::before {
  width: 100%;
  left: 0;
}
@media screen and (max-width: 480px) {
  .mat-form-group .breaksmall {
    margin-bottom: 35px;
  }
}

.checkbox label,
.form-radio label {
  position: relative;
  cursor: pointer;
  padding-left: 28px;
  text-align: left;
  color: white;
  display: block;
}
.checkbox input,
.form-radio input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}

.radio {
  margin-bottom: 14px;
}
.radio .helper {
  position: absolute;
  top: -3.5px;
  left: -3.5px;
  cursor: pointer;
  display: block;
  font-size: 14px;
  user-select: none;
  color: #c2c3c6;
}
.radio .helper::before, .radio .helper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 3.5px;
  width: 14px;
  height: 14px;
  transition: transform 0.28s ease;
  border-radius: 50%;
  border: 1.75px solid currentColor;
}
.radio .helper::after {
  transform: scale(0);
  background-color: white;
  border-color: white;
}
.radio label:hover .helper {
  color: white;
}
.radio input:checked ~ .helper::after {
  transform: scale(0.5);
}
.radio input:checked ~ .helper::before {
  color: white;
}

.checkbox {
  margin-top: 42px;
  margin-bottom: 14px;
}
.checkbox .helper {
  color: #c2c3c6;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  z-index: 0;
  border: 1.75px solid currentColor;
  border-radius: 0.875px;
  transition: border-color 0.28s ease;
}
.checkbox .helper::before, .checkbox .helper::after {
  position: absolute;
  height: 0;
  width: 2.8px;
  background-color: white;
  display: block;
  transform-origin: left top;
  border-radius: 3.5px;
  content: '';
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
}
.checkbox .helper::before {
  top: 9.1px;
  left: 5.32px;
  transform: rotate(-135deg);
  box-shadow: 0 0 0 0.875px white;
}
.checkbox .helper::after {
  top: 4.2px;
  left: 0;
  transform: rotate(-45deg);
}
.checkbox label:hover .helper {
  color: white;
}
.checkbox input:checked ~ .helper {
  color: white;
}
.checkbox input:checked ~ .helper::after, .checkbox input:checked ~ .helper::before {
  opacity: 1;
  transition: height 0.28s ease;
}
.checkbox input:checked ~ .helper::after {
  height: 7px;
}
.checkbox input:checked ~ .helper::before {
  height: 16.8px;
  transition-delay: 0.28s;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: 14px;
}

.has-error .legend.legend, .has-error.form-group .mat-control-label.mat-control-label {
  color: #c7c7c7;
}
.has-error.form-group .form-help,
.has-error.form-group .helper, .has-error.checkbox .form-help,
.has-error.checkbox .helper, .has-error.radio .form-help,
.has-error.radio .helper, .has-error.form-radio .form-help,
.has-error.form-radio .helper {
  color: #f43935;
}
.has-error .mat-bar::before {
  background: #f43935;
  left: 0;
  width: 100%;
}

button.btn-submits {
  background-color: white;
  width: 187px;
  display: block;
  margin: 6.5rem auto;
  color: white;
  border-radius: 25px;
  height: 41px;
}
button.btn-submits:hover, button.btn-submits:active {
  color: white;
}

button.btn-gut-log {
  margin: 5rem auto;
}

legend.mat-form-head {
  background-color: white;
}
legend.mat-form-head h2, legend.mat-form-head h3, legend.mat-form-head h4, legend.mat-form-head h5, legend.mat-form-head h6 {
  margin: 0px 0px -5px 0px;
  color: white;
}
legend.mat-form-head small {
  font-size: 12px;
  color: white;
}
legend.mat-form-head .text-div-form {
  padding: 4rem 5rem;
}
@media screen and (max-width: 480px) {
  legend.mat-form-head .text-div-form {
    display: block;
  }
}
legend.mat-form-head .login-head {
  padding: 3rem 4rem;
}
legend.mat-form-head .img-rt {
  float: right;
  margin-top: -33px;
}
@media screen and (max-width: 480px) {
  legend.mat-form-head .img-rt {
    width: 25%;
    margin-top: 0;
  }
}

option.first-opt {
  color: #c7c7c7 !important Rule;
}
