

.box-content {
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 30px;
    /* background-color: rgb(0 0 0 / 66%); */
    /*padding: 40px 120px;*/
    border-radius: 22px;
}

.row {
    display: flex;
}
.clr-white {
    color: #fff;
}
.input-field {
    padding: 20px 0;
}

input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
label.status.gender {
    width: 100%;
    max-width: 80%;
    margin: auto;
}

/*.form-control {
    padding: 15px;
    height: auto !important;
    border-radius: 10px;
    outline: none;
    color: #1f1f1f !important;
    font-weight: 700;
    background-color: #fff;
    position: relative;
    border: 2px solid #b1b1b1;
}*/

.mx-width {
    max-width: 960px;
    margin: auto;
}
/*.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}*/

/*.form-control {
    padding: 15px;
    height: auto !important;
    border-radius: 10px;
    outline: none;
    color: #1f1f1f !important;
    font-weight: 700;
    background-color: #fff;
    position: relative;
    border: 2px solid #b1b1b1;
}*/
/*.form-control {
    padding: 15px;
    height: auto !important;
    border-radius: 10px;
    outline: none;
    color: #1f1f1f !important;
    font-weight: 700;
    background-color: #fff;
    position: relative;
    border: 2px solid #b1b1b1;
}*/

.input-field label {
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    margin: 10px;
}
.status-heading {
    font-family: 'Patrick Hand', cursive;
    font-size: 2.2rem !important;
    text-align: left;
    display: block;
    text-shadow: 2px 2px 0px #000a86;
}

label.status-heading {
    font-size: 22px !important;
    line-height: 1.5;
    padding-bottom: 20px;
    color: #000 !important;
    text-shadow: 0 0 0px black;
    padding-left: 20px;
}
/*.input-field {
    margin: auto;
    max-width: 85%;
    padding-left: 20px;
    padding-right: 20px;
}*/
.checked label.status {
    /* background: linear-gradient(45deg, #42c58e, #2c8ee2); */
    background: linear-gradient(45deg, #5012a478, #bd693291);
}


@media(max-width: 768px){

    /*.row{
        display: block;
    }*/
      label.status.gender {
    width: 100%;
   max-width: 100%;
    margin: auto;
    margin-bottom: 30px;
}
}


@media(max-width: 500px){
  

}