 html,
 body {
     width: 100%;
     height: 100%;
     margin: 0;
     padding: 0;
 }
 
 ul {
     margin: 0;
     padding: 0;
 }
 
 .forgot-password {
    float: right;
    font-size: 14px;
    color: #00a88b;
    font-weight: 500;
    margin-top: 16px;
}

 .ms-welcome__header {
    padding-top: 10px;
    padding-bottom: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06);
 }

 .ms-welcome__main {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: 1 0 0;
    flex: 1 0 0;
    padding: 10px 20px;
 }
 
 .ms-welcome__main > h2 {
     width: 100%;
     text-align: center;
 }
 
 .ms-welcome__features {
     list-style-type: none;
     margin-top: 20px;
 }
 
 .ms-welcome__features.ms-List .ms-ListItem {
     padding-bottom: 20px;
     display: -webkit-flex;
     display: flex;
 }
 
 .ms-welcome__features.ms-List .ms-ListItem > .ms-Icon {
     margin-right: 10px;
 }
 
 .ms-welcome__action.ms-Button--hero {
     margin-top: 30px;
 }
 
.ms-Button.ms-Button--hero .ms-Button-label {
  color: #00a88b;
}

.ms-Button.ms-Button--hero:hover .ms-Button-label,
.ms-Button.ms-Button--hero:focus .ms-Button-label{
  color: #00a88b;
  cursor: pointer;
}

b, .bold {
    font-weight: bold;
}

#app-body {
    position: relative;
}
.input-wrapper {
    width: 90%;
    margin: 10px 0 10px 5%;
    position: relative;
}
.input-wrapper .input-icon {
    display: inline-block;
    width: 39px;
    height: 39px;
    vertical-align: top;
}
.input-wrapper .input-icon img {
    width: 39px;
    height: 39px;
}
.input-wrapper .input-field {
    display: inline-block;
    width: -webkit-calc(100% - 50px);
    width: expression(100% - 50px);
    width: -o-calc(100% - 50px);
    width: calc(100% - 50px);
    vertical-align: top;
    padding: 0;
}
.input-wrapper .input-field input {
    width: -webkit-calc(100% - 24px);
    width: expression(100% - 24px);
    width: -o-calc(100% - 24px);
    width: calc(100% - 24px);
    height: 34px;
    padding: 4px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    margin: 0 0 0 -5px;
}
.input-field-search {
    display: inline-block;
    width: -webkit-calc(100% - 80px);
    width: expression(100% - 80px);
    width: -o-calc(100% - 80px);
    width: calc(100% - 80px);
    vertical-align: top;
    padding: 0;
    margin-bottom: 8px;
}
.input-field-search input {
     border-radius: .375rem;
     font-size: .875rem;
     line-height: 1.25rem;
    padding: 4px;
}
.input-search {
    display: inline-block;
    border: 2px solid #00a88b;
    font-size: 16px;
    color: #00a88b;
    border-radius: 12px;
    padding: 4px 10px 6px;
    width: auto;
    background-color: #fff;
}
.input-search:hover {
    cursor: pointer;
}
.intro-h2 {
    font-weight: normal;
    font-size: 18px;
}
#loginform label {
 font-weight: 700;
}
#loginform input {
    margin-top: 6px;
    display: block;
    width: 100%;
    border-radius: .375rem;
    font-size: .875rem;
    line-height: 1.25rem;
}
.general-btn {
    margin-top: 16px;
    border: 2px solid #00a88b;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    padding: 4px 15px 6px;
    width: 90%;
    background-color: #00a88b;
    text-align: center;
}
.general-btn:hover {
    cursor: pointer;
}
#contacts {
    padding: 4px;
    margin: 4px;
    margin-left: 0px;
}
#loader {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(0.6,0.6,0.6,0.2);
    vertical-align: middle;
}
#loader img {
    position: relative;
    top: 50%;
    margin-top: -60px;
}
.contactItem {
    padding: 4px;
    padding-left: 5px;
    width: 100%;
    border-bottom: 1px solid #999;
}
.visible {
    display: block;
}
.contactItem:hover {
    cursor: pointer;
}
.contactItem.selected {
    background-color: #00a88b;
    color: #fff;
}
.item {
    display: block;
    margin: 5px 0 5px 0;
    height: 25px;
}
.item span {
    margin-right: 8px;
}
.item select {
    float: right;
}

#logout {
    width: 70px;
    position: absolute;
    top: -25px;
    right: 15px;
    display: none;

    margin-top: 32px;
    border: 2px solid #00a88b;
    font-size: 16px;
    color: #fff;
    border-radius: 12px;
    padding: 2px 4px 3px 4px;
    text-align: center;
}

.system-tab:hover {
    cursor: pointer;
}

.system-tab {
    color: #333333;
    padding: 12px;
    margin-right: 12px;
    display: inline-block;
    border-bottom: 1px solid #999;
}

.system-tab.active {
    color: #00a88b;
    border-bottom: 2px solid #00a88b;
}
#login {
    margin-bottom: 8px;
}
#message {
    margin-top: 4px;
    color: darkred;
}
 .lds-ring {
     display: inline-block;
     position: relative;
     width: 80px;
     height: 80px;
     margin-top: 80px;
 }
 .lds-ring div {
     box-sizing: border-box;
     display: block;
     position: absolute;
     width: 64px;
     height: 64px;
     margin: 8px;
     border: 8px solid #fff;
     border-radius: 50%;
     animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
     border-color: #fff transparent transparent transparent;
 }
 .lds-ring div:nth-child(1) {
     animation-delay: -0.45s;
 }
 .lds-ring div:nth-child(2) {
     animation-delay: -0.3s;
 }
 .lds-ring div:nth-child(3) {
     animation-delay: -0.15s;
 }
 @keyframes lds-ring {
     0% {
         transform: rotate(0deg);
     }
     100% {
         transform: rotate(360deg);
     }
 }