span.error {
    display: inline-block;
	color: #0b2e13;
}

.form-error {
    /*float: right;*/
    margin-left: 8px;
    margin-bottom: 5px;
    color: #0b2e13;
}

.input-group-password {
    display: table;
    position: relative;
    border-collapse: separate;
}

.input-group-addon {
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color:  white;
    border: 1px solid #ccc;
    /* -webkit-border-radius: 4px; */
    /* -moz-border-radius: 4px; */
    /* border-radius: 4px; */
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
}

.input-group-addon > img {
    position: absolute;
    right: 8px;
    top: 5px;
}

.tip-holder {
    min-height: 300px;
}

.frame {
    overflow-y: auto;
    /* border: 1px solid black;
    height: 3em;
    width: 10em;
    line-height: 1em; */
}

.frame::-webkit-scrollbar {
    -webkit-appearance: none;
}

.frame::-webkit-scrollbar:vertical {
    width: 12px;
}

.frame::-webkit-scrollbar:horizontal {
    height: 12px;
}

.frame::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; 
    background-color: #80808052;
}

.signupTitle {
    /* font-weight: 700; */
    font-size: 28px;
}

.signupFormEntitiesTitle {
    font-weight: 600;
    font-size:17px
}

.separator-google {
    display: flex;
    align-items: center;
    text-align: center;
  }
  
  .separator-google::before,
  .separator-google::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #ebebf1;
  }
  
  .separator-google:not(:empty)::before {
    margin-right: .25em;
  }
  
  .separator-google:not(:empty)::after {
    margin-left: .25em;
  }