#usrmngEmptySpace{ padding-right: 30px; }
#usrmngAdminLogo { width: 300px; padding: 20px 0 0 0; }

#usrmngColorPicker { 
    width:30px;
    height: 25px;
    border-color: #009086;
    border-radius: 3px;
    height: 36px;
}

#usersmanagerThemeOptions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#usrmngThemeSubtitle {
    color: #009086;
    width: 80%;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    padding: 30px 0;
}

#usrmngTextTutorial {
    font-weight: normal;
    padding: 50px 15px;
}

.iframeusersmanager {
    width: 1px;
    min-width: 100%;
    width:100%;
}

.usersmanager { font-family: "Open Sans", sans-serif; }
.usrmngAdminTextBox { width:300px; border-color: #009086; border-radius: 3px; height: 36px; }
.usrmngColor { color: #009086; }
.usrmngFlex1 { display: flex; align-items: center; }
.usrmngCentered { display: flex; width: 100%; justify-content: center; align-items: center; flex-direction: column; }

.usrmngSaveChanges {
    background-color: #009086;
    border-color: #009086;
    background: #009086;
    box-shadow: 0 1px 0 #009086;
    color: white;
    padding: 5px;
}
