* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

#v3Form {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#v3Form fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

#v3Form fieldset:not(:first-of-type) {
    display: none;
}

#v3Form fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

.fs-title {
    font-size: 20px;
    color: #274964;
    font-weight: 600;
    text-align: center;
}

.full {
    width: 100%;
}

.space .btn-outline-primary 
{
    margin: 0 4px;  
    border-radius: 0;
}

.space-vertical
{
    margin-bottom: 4px;
}

.btn-outline-primary
{
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border: 1.5px solid #0a6887;
    background: white;
    color: #0a6887;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.next
{
    width: 100px;
    background: #0a6887;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
}

.submit
{
    width: 100px;
    background: #5859c8;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
}

.previous
{
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right;
}

input[class="form-control"] {
    padding: 12px 20px;
}

.progress-bar {
    background-color: #0a6887;
}

.select-vertical {
    margin-bottom: 10px !important;
    border-radius: 7px !important;
}

.fieldlabels {
    color: #274964;
    text-align: left;
    font-weight: 600;
    font-size: 18px
}