.box-form {
    border-width           : 1px;
    border-top-left-radius : .25rem;
    border-top-right-radius: .25rem;
    position               : relative;
    border-radius          : 24px;
    background-color       : #ffffff;
    padding                : 32px 32px 8px 32px;
    box-shadow             : rgba(224, 224, 224, 1) 0px 5px 15px;
}

.box-notice {
    border          : solid 1px #f8be69;
    position        : relative;
    border-radius   : 8px;
    background-color: #ffffff;
    padding         : 16px;
}

.box-gray {
    border          : solid 1px #e9ecef;
    position        : relative;
    border-radius   : 8px;
    background-color: #f4f5f6;
    padding         : 16px;
}

.box-select {
    border          : solid 3px #adb5bd;
    position        : relative;
    border-radius   : 8px;
    background-color: #ffffff;
    padding         : 8px;
    color           : #adb5bd;
    cursor          : pointer;
    stroke          : #adb5bd;
}

.box-chart {
    border          : solid 1px #ffffff;
    position        : relative;
    border-radius   : 16px;
    background-color: #ffffff;
    padding         : 10px;
    width           : 100%;
    height          : 350px;
    box-shadow      : rgba(224, 224, 224, 1) 0px 0px 5px;
}

.box-group {
    border          : solid 1px #ffffff;
    position        : relative;
    border-radius   : 8px;
    background-color: #ffffff;
    padding         : 16px;
    width           : 100%;
    height          : auto;
    border          : solid 1.5px #ced4da !important;
}

.box-comment {
    margin-top: 30px;
    position        : relative;
    border-radius   : 16px;
    background-color: #E2F0D9;
    padding         : 16px;
    width           : 100%;
    height          : 350px;
}

.masthead {
    padding-top      : calc(6rem + 240px);
    padding-bottom   : 6rem;
    background-image : url('../images/img_wellcome_mask.png');
    background-repeat: no-repeat;
    background-size  : 100% 100%;
}

.masthead .masthead-heading {
    font-size  : 2.75rem;
    line-height: 2.75rem;
}

.masthead .masthead-subheading {
    font-size: 1.25rem;
}

.masthead .masthead-avatar {
    width: 15rem;
}