html,
body {
  min-height: 100%;
}

body,
div,
form,
input,
select,
p {
  padding: 0;
  margin: 0;
  outline: none;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  color: #eee;
}

body {
  background: #16bdbd;
  background-size: cover;
}

h1,
h2 {
  text-transform: uppercase;
  font-weight: 400;
}

h2 {
  margin: 0 0 0 8px;
}

.main-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 25px;
  /* background: rgba(0, 0, 0, 0.024); */
}

.left-part,
form {
  padding: 25px;
  padding-top: 0px;
  padding-bottom: 10px;
}

.left-part {
  text-align: center;
  position: sticky;
}

.fa-graduation-cap {
  font-size: 72px;
}

form {
  background: rgba(0, 0, 0, 0.7);
}

.title {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.info {
  display: flex;
  flex-direction: column;
}

input,
select {
  padding: 5px;
  margin-bottom: 30px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #eee;
}

input::placeholder {
  color: #eee;
}

option:focus {
  border: none;
}

option {
  background: black;
  border: none;
}

input.checkboxsizing {
  transform: scale(1.5);
}

.checkboxsizing {
  padding: 0.3rem;
}

@media (min-width: 700px) {
  input.checkboxsizing {
    transform: scale(1.5);
  }

  .checkboxsizing {
    padding: 5rem;
  }
}

.checkbox input {
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.checkbox a {
  color: #26a9e0;
}

.checkbox a:hover {
  color: #85d6de;
}

:hover.btn2hover {
  background-color: cyan;
}

.btn2hover {
  background-color: #16bdbd;
}


.button {
  padding: 10px 5px;
  margin-top: 20px;
  border-radius: 5px;
  border: none;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.btn-item,
.btnstyle {
  padding: 10px 5px;
  margin-top: 20px;
  border-radius: 5px;
  border: none;
  background: #26a9e0;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.btn-item {
  display: inline-block;
  margin: 20px 5px 0;
}

.linklooklikebutton {
  padding: 10px 5px;
  margin-top: 20px;
  border-radius: 5px;
  border: none;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  width: 1;
}

button {
  width: 100%;
}

.btnstyle:hover,
.btn-item:hover {
  background: #85d6de;
}

.submitbtn:disabled:hover {
  background-color: gray;
}

.submitbtn:hover {
  background-color: cyan;
}

.submitbtn {
  background-color: #16bdbd;
}

.submitbtn:disabled {
  background-color: rgb(218, 209, 209);
}

@media (min-width: 568px) {
  .main-block {
    flex-direction: row;
    height: calc(100% - 50px);
  }

  .left-part,
  form {
    flex: 1;
    height: auto;
  }
}

.form {
  /* background-color: #002626; */
  color: white;
  /* padding: 2.5rem; */
  margin: 1rem 0.5rem 1rem;
}

.parent-form {
  background-color: #002626;
  color: white;
  padding: 2.5rem;
  margin: 1rem 0.5rem 1rem;
}

.wrs {
  display: none;
}