
* {
    box-sizing: border-box;
}

body, html {
    height: 100%;
    width: 100%;
}


.align-center {
    text-align: center !important;
}

.p-20 {
    padding: 20px !important;
}

.text-color {
    color: #00838f !important;
}

.separator {
    height: 20px;
}

body {
    font-family: "Segoe UI","Segoe WP",Segoe,device-segoe,Tahoma,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 10pt;
    color: #444;
    margin: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}

.formhost-control .st-columns-caption, .st-band .st-columns-caption, .st-group .st-columns-caption, div {
    display: block;
}

.st-minimal-page {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.st-minimal-layout {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    max-height: 700px;
    max-width: 558px;
    margin: 100px auto 0;
    overflow-x: hidden;
}

.st-minimal-border {
    border: #9a9a9a 1px solid;
}

.signIn-Footer {
    margin: 0 auto;
    font-size: 8pt;
    display: flex;
    justify-content: center;
}

.edit-container a, .edit-container a:visited, a {
    text-decoration: none;
    color: #0072c6;
}

.icon-btn, a {
    cursor: pointer;
}

.signin-footer-separator {
    margin-right: 6px;
    margin-left: 6px;
}

.st-minimal-logo {
    margin: -1px;
}

img {
    -webkit-tap-highlight-color: transparent;
    border: 0;
}

.st-minimal-logo img {
    display: block;
    max-width: 558px;
    max-height: 107px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.st-minimal-content {
    vertical-align: middle;
    text-align: left;
}

.st-minimal-content-innerContent {
    padding: 0 100px;
}

.st-minimal-content-innerContent.full-width {
    padding: 0;
    
}
