* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
body {
    background-color: #efefef;
}
.msform {
    margin: 20px;
}
#fieldset2 {
    display: none;
}
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}
select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}
.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}
.fs-title {
    font-size: 25px;
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}
#progressbar .active {
    color: #000;
}
#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 50%;
    float: left;
    position: relative;
}
#progressbar #account::before {
    content: "1";
}
#progressbar #personal::before {
    content: "2";
}
#progressbar li::before {
    width: 20px;
    height: 20px;
    line-height: 15px;
    display: block;
    font-size: 14px;
    color: #fff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 0 auto;
    padding: 2px;
}
#progressbar li::after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: -1;
}
#progressbar li.active::before,
#progressbar li.active::after {
    background: skyblue;
}
.radio-group {
    position: relative;
    margin-bottom: 25px;
}
.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
}
.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}
.fit-image {
    width: 100%;
    object-fit: cover;
}
.card-header h3 {
    margin-bottom: 0 !important;
}
.box-register {
    margin: 20px;
}
.control-label::after {
    content: " *";
    color: red;
}
.control-label.not::after {
    content: "";
}
