﻿.headerSection {
    
    height: 50px;
    position: fixed;
    top: 0px;
    width: 100%;
    display: flex;
    z-index: 10;
}

.swArm {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.loginBody {
    position: absolute;
    top: 50px;
    margin: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 80px);
    overflow: auto;
    min-height: 100px;
}

.productName {
    height: 50px;
    align-items: center;
    display: flex;
    padding-left: 25px;
    border-bottom: 2px solid #ccc;
    font-size: 18px;
    font-weight: 400;
    color: #444;
}

.loginMainContent {
    margin-top: 10%;
    border: 10px;
    background: red;
    width: 450px;
}

.formContents {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 380px;
    height: 40px;
    border-radius: 3px;
}

.swiDefaultLogo {
    width: 200px;
    margin-top: 50px;
    margin-bottom: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.submitBtn {
    background-color: #0079aa;
    color: #fff;
}

.submitBtn:hover {
    background-color: #006d99;
}

.credTextBox {
    border: 1px solid #d9d9d9;
}

.credTextBox:invalid {
    border-left: 5px solid #d50000;
}

.credTextBox:valid {
    border-left: 5px solid #30b230;
}

.credTextBox:focus {
    border-left: 5px solid #0079aa;
    border-color: #0079aa;
    box-shadow: none;
}

.prodInfoContainer {
    margin-top: 20px;
}

.prodInfo {
    color: #111;
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 400px;
    text-align: center;
}

.totpUserNameBlock {
    height: 50px;
    align-items: center;
    display: block;
    text-align: center;
    align-content: center;
    font-size: 18px;
    font-weight: 400;
    color: #444;
    width: 380px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
}

.totpUserNameBlock a {
    text-decoration: underline;
    color: #0d0db7;
}

.enterTotpMsg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 380px;
    font-size: 18px;
    text-align: center;
}

/* Chrome, Safari, Edge, Opera */
.totpNumBox::-webkit-outer-spin-button,
.totpNumBox::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* Firefox */
.totpNumBox[type=number] {
    -moz-appearance: textfield;
}


/*
    dropdown
*/

.dropbtn {
    color: black;
    height: 50px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    padding: 0px 25px;
    width: inherit;
    background-color: #00000020; 
}

.dropdown {
    right: 0;
    position: absolute;
    margin-right: 15px;
    width: 200px;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 12;
    width: inherit;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #ec972f;
}

.windowsLoginBtn {
    text-align: center;
    padding-top: 8px;
    color: #0079aa;
    border: 1px solid #d9d9d9;
}

.windowsLoginBtn:hover {
    background-color: rgba(17,17,17,.05);
}

.app-page-content {
    height: calc( 100vh );
    width: 100%;
    margin-top: 0px;
    overflow-y: auto !important;
    margin-top: 0px;
    background: transparent;
    width: 100%;
    background-image: url(/assets/images/tile.png);
}

.login {
    padding: 0px;
}


.login-brand {
    justify-content: center;
    align-items: center;
}

.login-brand-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 500px;
}

.login-logo {
    padding: 0px;
    height: 55px;
    margin-top: 20px;
    margin-left: 80px;
}

.login-content {
    width: 500px;
    background: white;
    height:550px;
}
.login-error{
    height: 100px;
}

.centered {
    position: absolute;
    width: 500px;
    height: 600px;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -300px;
}

.parent {
    display: flex;
    flex-direction: row;
}

.column {
    flex: 1 1 0px;
    
}
