.regulamin-container{
  width: fit-content;
  padding: 10px;
  margin: 0 auto;
  border-radius: 5px;
}
.regDownload{
  color: #fd5353;
  text-decoration: none;
}

.all-form-objects-container{
  color: #4e4e4e;
  display: flex;
}
.btn-container{
  display: flex;
  text-align: center;
  justify-content: center;
  width: 50%;
  float: right;
}
.radio-box-container-parent{
  width: 100%;
  display: flex;
  justify-content: center;
}
.back{
  color: white;
}
.form-container{
  text-align: center;
  width: 80%;
  position: relative;
  margin-top: 2vh;
}
textarea {
  resize: none;
}
.form-field-text, .form-field-long-text, .number-field{
  font-size: 1.25rem;
  border: none;
  outline: none;
  width: 100%;
  font-weight: 700;
}
.awesomplete{
  display: inline !important;
  width: 100%;
}
#Uczelnia{
  display: inline !important;
  background-color: transparent;
}
.radio-box-container{
  font-size: 1.25rem;
  border-radius: 5px;
  width: 100%;
  border: none;
}
button{
float: right;
margin-right: 2%;
}
.forma-inna{
  font-size: 0.8rem;
  
}
form{
    padding: 10px;
}
.form-element{
  color: #4e4e4e;
  font-family: Arial, Helvetica, sans-serif;
}
.number-field{
  width: 12rem;
}
.required{
  color: #ff4e4e;
  vertical-align: top;
}
.required-legend{
  vertical-align: top;
  color: #ff4e4e;
}
.loader-container{
  color: #4e4e4e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
}
.krok{
  text-align: center;
}
.loader {
  border: 16px solid #f3f3f3; 
  border-top: 16px solid #ff5858; 
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.form-send-confirmation{
  color: #fbbdbd;
  float: left;
  padding: 10px;
}
.form-send-confirmation h1{
  font-size: 4rem;
  color: #FF514B;
  text-align: left;
}
.form-send-confirmation h1 p{
  margin: 0;
  color: #FF514B;
}
.form-send-description{
  font-size: 1.9rem;
  font-weight: 400;
  color: #333;
  text-align: left;
}
.confirmation-img{
  width: 40%; 
}
.back-to-mp-btn{
  float: left;
  margin-left: 30%;
  
}
.cancle-btn{
  text-decoration: none;
}
