body {
    margin: 0;
    padding: 0;
    background: #ffffff;
}

.create-btn {
    font-weight: bold !important; 
    color:green !important; 
    width: 80px !important;
}

.create-btn:hover {
    color: #ffffff !important;
}

.login-btn {
    font-weight: bold; 
    color:green; 
    margin-right: 10px
}

.page-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 70px;
    line-height: 111px;
}

.auth-label {
    color: black; 
    font-weight:bold;
}

.logo-title-green {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 5px;
    color: #2B7B19;
}

.logo-title-black {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 18.4px;
    color: #000000;
}

.textarea-header {
    position: absolute;
    width: 99.6%;
    top: 2px;
    left: 2px
}

.textarea-header-sm {
    position: absolute;
    width: 99%;
    top: 2px;
    left: 2px
}

.user-content-box {
    position: relative;
    min-height: 200px;
}

.user-content {
    border: none;
    outline: none;
    margin-top: 50px;
}

.user-content-sm {
    border: none;
    outline: none;
    margin-top: 50px;
}

.quality-indicator-box {
    min-height: 180px;
    margin-top: 50px;
}

.likert-box {
    min-height: 246px;
}

.radio-input {
    vertical-align: middle;
}

.radio-input {
    accent-color: #008000;
}

.likert-input {
    display: flex;
    justify-content: space-between;
}

.text-format {
    white-space: pre-line;
    font-size: 16px;
}
  