body{
    background: linear-gradient(45deg, #121212, #31333f, #607D8B);
    background-repeat: no-repeat;
}

.card{
    margin-top: 33px;
    margin-bottom: 66px;
    border-radius: 19px;
}

h1{
    margin-top: 15px;
    margin-bottom: 34px;
    text-align: center;
}

.form-group .form-control:not(textarea) {
    border: 1px solid #ddd;
    border-radius: 8px;
    height: 50px !important;
}

.required:after {
    color: red;
    content: "*";
    font-size: 14px;
    vertical-align: top;
}


.btn-success{
    padding: 12px 76px;
    border-radius: 37px; 
}

.packs{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.packs .form-check{
    display: flex;
    flex-direction: column;
    border: 1px dashed #03A9F4;
    background-color: #03a9f440;
    margin-bottom: 14px;
    padding: 21px 46px;
    border-radius: 15px;
    min-width: 32%;
    margin-right: 10px;
}

.packs .form-check-label{
    display: flex;
    flex-direction: column;
}

.packs input[type=checkbox],.packs input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    height: 29px;
    width: 37px;
    margin-left: -2.4rem;
}
