html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 734px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bg-dark1{
/*background-color: #000000!important;*/
  background-image: url("img/dark.jpg");
  background-size: cover;
  width: 100%;
}
.font-clr-h1{
  color: #8f8b8b;
}
.fs-18{
  font-size: 18px !important;
}
.card-hvr{
  transition: 0.2s;
}
.card-hvr:hover{
  margin-top: -8px;
}
.text-left{
  text-align: left;
}


/**/
.rating ul {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
    gap: 20px;
    list-style-type: none;
    margin-bottom: 25px;
}
/*.rating li {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    flex-direction: column;*/
/*    color: #60699a;*/
/*    font-size: 14px;*/
/*    font-weight: 500;*/
/*    width: 96.84px;*/
/*    height: 105px;*/
/*    background: #ffffff;*/
/*    border: 2px solid #e6edff;*/
/*    border-radius: 5px;*/
/*    cursor: pointer;*/
/*    transition: 0.2s;*/
/*}*/
/*.rating li:hover{*/
/*   margin-top: -4px;*/
/*}*/
/*.rating li svg {*/
/*    margin-bottom: 10px;*/
/*}*/
/*.rating li:hover, .submit:hover, .cancel:hover {*/
/*    cursor: pointer;*/
/*    opacity: 0.8;*/
/*}*/
/*#selected {*/
/*    color: #121c51;*/
/*    background: #93b57d;*/
/*    border: 2px solid #f2f6ff;*/
/*    box-shadow: 0px 4px 4px rgba(164, 121, 255, 0.25), 0px 4px 17px rgba(255, 40, 40, 0.25);*/
/*    border-radius: 5px;*/
/*}*/
.dvd{
  width: 13rem;
    margin-bottom: 16px;
}


.star-rating {
  display: flex;
    flex-direction: row-reverse;
    font-size: 2.5em;
    justify-content: space-around;
    text-align: center;
    width: 5em;
    margin-bottom: 25px;
}

.star-rating input {
  display:none;
}

.star-rating label {
  color:#ccc;
  cursor:pointer;
  margin-bottom: 5px !important;
    font-size: 37px !important;
    line-height: 32px !important;
}

.star-rating :checked ~ label {
  color:#f90;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
  color:#fc0;
}
.form-body{
  background: #322e25;
  border-radius: 15px;
}
.form-body h3{
  font-size: 20px;
    color: #b5ab64;
}
.form-body hr{
  border-top: 1px solid #fff;
}
.form-control {
    background-color: #bdbaba;
  }
  .form-body label{
    color: #fff;
    margin-bottom: 5px;
    font-size: 13px;
  }
  .form-body .form-control{
    margin-bottom: 16px;
  }

  .submit{
    display: block !important;
    text-align: center !important;
    margin: 0 auto;
    width: 16rem;
  }
  
  /*radio css*/
  
  input[type="radio"] {
  display: inline-block;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1;
  width: 1;
  margin: -1;
  padding: 0;
  border: 0;
}

.icon {
  display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #60699a;
    font-size: 14px;
    font-weight: 500;
    width: 96.84px;
    height: 105px;
    background: #ffffff;
    border: 2px solid #e6edff;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
}

.icon:hover {
  cursor: pointer;
   background: #cedcc0;
}

.peer:checked ~ .icon {
 color: #121c51;
    background: #93b57d;
    border: 2px solid #f2f6ff;
    box-shadow: 0px 4px 4px rgba(164, 121, 255, 0.25), 0px 4px 17px rgba(255, 40, 40, 0.25);
    border-radius: 5px;
}