/**
*
* This contains common EOS styles.  Do not edit, unless for a good reason ( i.e., a bug ).
* If you need to change the a style reason for a specific app then overwrite the CSS in that app's stylesheet.
* Changing styles here can affect all EOS Applications.
*
*/

/************************************* GENERAL *************************************/

label {
    font-weight: bold;
}

.app_wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.app-banner {
              height: 30px;
              width: 210px;
              margin-top: 15px;
              padding: 15px 0px 5px 0px;
              background-color: rgba(0, 0, 0, 0.7);
              font-size: 22px;
              color: #fff;
              font-weight: 200;
              box-shadow: 0px 2px 2px #666;
              border-top: 1px solid #fff;
              border-bottom: 1px solid #ccc;
              text-transform: uppercase;
              text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

/** this is a hack until we can figure out why this is needed **/
.login-container #username {
    height: 30px;
}

/** this is a hack until we can figure out why this is needed **/
.login-container #password {
    height: 30px;
}

.login-img-container {
    width: 400px;
    height: 191px;
    margin: auto;
}

.login-img-container img {
    width: 400px;
    height: 191px;
    background-size: 400px 191px;
}

.login-container {
    width: 400px;
    margin: auto;
    border: 1px solid #ccc;
    padding: 30px 10px 10px 10px;
    background-color: #ddd;
    border-radius: 8px;
}

.browser-img-container {
    padding: 0px 10px 10px 10px;
    margin: auto;
}

.browser-img-container img {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}
