html, body {
    font-family: "Lato", sans-serif;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #000;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.form-input {
    float: left;
    width: 100%;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #2d3748;
    letter-spacing: 0;
    cursor: text;
    border: none;
    outline: none;
    padding: 17px 0px;
}

input.form-input::placeholder {
    color: #a0aec0;
}

div.form-input {
    width: 100%;
    height: 58px;
    cursor: text;
    padding: 0px 15px 0px 18px;
    border-radius: 5px;
    border: 1px solid #e2e8f0;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

div.input-error {
    width: 100%;
    height: 20px;
}

div.input-error-icon {
    float: left;
    width: 16px;
    height: 16px;
    padding-top: 1px;
    box-sizing: border-box;
}

div.input-error-msg {
    float: left;
    width: calc(100% - 16px);
    height: 20px;
    line-height: 20px;
    margin-top: 2px;
    color: #e15563;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.page-container {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-image: url("/images/bg.jpeg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    box-sizing: border-box;
}

div.form-container {
    width: 100%;
    height: 491px;
    margin-top: 41px;
    box-sizing: border-box;
    overflow: hidden;
}

div.login-container {
    position: absolute;
    left: max(calc(50% - 550px), 100px);
    top: max(calc(50% - 350px), 50px);
    width: 1100px;
    height: 700px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2px 12px 3px rgba(183,183,183,0.5);
    box-sizing: border-box;
}

div.login-form-container {
    position: relative;
    float: left;
    width: 684px;
    height: 100%;
    box-sizing: border-box;
}

div.login-form-image {
    position: relative;
    float: left;
    width: 416px;
    height: 100%;
    background-image: url("/images/img.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

div.login-form {
    position: relative;
    width: 405px;
    height: 100%;
    margin: auto;
}

div.vendo-logo-container {
    width: 100%;
    height: 49px;
    margin-top: 35px;
}

div.vendo-logo {
    width: 170px;
    height: 49px;
    cursor: pointer;
}

div.login-title {
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin-bottom: 35px;
    color: #2d3748;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
}

div.login-button-container {
    width: 100%;
    height: 58px;
    margin-top: 15px;
}

div.separator-container {
    width: 100%;
    height: 45px;
    margin: 4px 0px;
}

div.line {
    float: left;
    width: 164px;
    height: 23px;
    border-bottom: 1px solid #e2ebf0;
}

div.or {
    float: left;
    width: 75px;
    height: 44px;
    line-height: 44px;
    color: #a0aec0;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
}

div.sso-top-container {
    width: 100%;
    height: 58px;
}

div.sso-bottom-container {
    width: 100%;
    height: 58px;
    margin-top: 12px;
}

div.sso-provider-button-container-left {
    float: left;
    width: calc(50% - 5px);
    height: 58px;
    cursor: pointer;
    border: 1px solid #747775;
    border-radius: 5px;
    box-sizing: border-box;
}

div.sso-provider-button-container-right {
    float: left;
    width: calc(50% - 5px);
    height: 58px;
    margin-left: 10px;
    cursor: pointer;
    border: 1px solid #747775;
    border-radius: 5px;
    box-sizing: border-box;
}

div.sso-provider-icon {
    float: left;
    width: 40px;
    height: 62px;
    padding: 15px 0px 0px 12px;
    box-sizing: border-box;
}

div.sso-passkey-icon {
    float: left;
    width: 40px;
    height: 62px;
    padding: 11px 0px 0px 12px;
    box-sizing: border-box;
}

div.sso-provider-sign-in-google {
    float: left;
    width: calc(100% - 48px);
    height: 56px;
    line-height: 56px;
    padding-left: 6px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    color: #2d3748;
    text-align: left;
    box-sizing: border-box;
}

div.sso-provider-sign-in-microsoft {
    float: left;
    width: calc(100% - 48px);
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    color: #2d3748;
    text-align: left;
    box-sizing: border-box;
}

div.no-account-container {
    width: 100%;
    height: 20px;
    margin-top: 40px;
}

div.no-account {
    float: left;
    width: 233px;
    height: 20px;
    line-height: 20px;
    padding-left: 35px;
    color: #a0aec0;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
}

div.get-in-touch {
    float: left;
    width: 100px;
    height: 20px;
    line-height: 20px;
    color: #2d3748;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: underline;
    cursor: pointer;
}

div.passcode-send-new-container {
    width: 100%;
    height: 20px;
    margin-top: 20px;
}

div.passcode-back {
    float: left;
    width: 100px;
    height: 20px;
    line-height: 20px;
    color: #2d3748;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: underline;
    cursor: pointer;
}

div.passcode-send-new {
    float: right;
    width: 200px;
    height: 20px;
    line-height: 20px;
    color: #2d3748;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: underline;
    text-align: right;
    cursor: pointer;
}

div.copyright {
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-top: 50px;
    color: #a0aec0;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
}

div.select-workspace-title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 35px;
    color: #2d3748;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
}

div.workspace-list {
    width: 100%;
    max-height: 340px;
    overflow-x: hidden;
    overflow-y: auto;
}

div.workspace {
    width: 400px;
    height: 68px;
    padding: 16px 20px 0px 20px;
    margin-bottom: 8px;
    border: 1px solid #e2ebf0;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
}

div.workspace-name {
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #a0aec0;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.workspace-url {
    width: 100%;
    height: 16px;
    line-height: 16px;
    color: #a0aec0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.resolution {
    width: 75%;
    line-height: 20px;
    padding: 20px;
    margin: auto;
    margin-top: 50px;
    background-color: #fff;
    border-radius: 5px;
    color: #2d3748;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    box-sizing: border-box;
}

div.blue-button {
    float: left;
    width: 100%;
    height: 58px;
    line-height: 56px;
    border-radius: 5px;
    border: 1px solid #388aaa;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    background-color: #388aaa;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

div.blue-button:hover {
    background-color: #1e5e74;
}

div.warning-button {
    float: left;
    width: 100%;
    height: 58px;
    line-height: 56px;
    border-radius: 5px;
    border: 1px solid #e15563;
    background-color: #fff;
    color: #e15563;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

div.warning-button:hover {
    background-color: #ffe1e3;
}

div.passkey-button {
    float: left;
    width: 100%;
    height: 58px;
    border-radius: 5px;
    border: 1px solid #747775;
    background-color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

div.passkey-button:hover {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

div.passkey-button-img {
    float: left;
    width: 35px;
    height: 35px;
    margin: 10px 0px 0px 10px;
}

path.passkey-black {
    fill: #2f2e2f;
}

path.passkey-orange-lt {
    fill: #e7ac22;
}

path.passkey-orange-dk {
    fill: #cf912b;
}

div.passkey-button-text {
    float: left;
    width: calc(100% - 90px);
    height: 58px;
    line-height: 56px;
    color: #2d3748;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.disabled-button {
    float: left;
    width: 100%;
    height: 58px;
    line-height: 56px;
    border-radius: 5px;
    border: 1px solid #f3f4fA;
    color: #a0aec0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    background-color: #f3f4fA;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

div.error-container {
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
}

div.error-icon {
    float: left;
    width: 25px;
    height: 20px;
    margin-top: 4px;
}

div.error-text {
    float: left;
    width: calc(100% - 25px);
    height: 30px;
    line-height: 30px;
    color: #e15563;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.passcode-message {
    width: 100%;
    height: 70px;
    line-height: 20px;
    color: #a0aec0;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0px;
}

div.passkey-message {
    width: 100%;
    height: 100px;
    line-height: 20px;
    color: #a0aec0;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0px;
}

div.okta-message {
    width: 100%;
    height: 50px;
    line-height: 20px;
    color: #a0aec0;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0px;
}

div.passkey-update-message {
    width: 100%;
    height: 50px;
    line-height: 20px;
    color: #a0aec0;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0px;
}

div.passcode-container {
    width: 100%;
    height: 58px;
}

div.passcode-number {
    float: left;
    width: 54px;
    height: 100%;
    padding: 0px;
}

input.passcode-number {
    text-align: center;
}

div.full-width {
    width: 100%;
}

div.top24 {
    margin-top: 24px;
}

div.top30 {
    margin-top: 30px;
}

div.right16 {
    margin-right: 16px;
}

path.google-blue {
    fill: #167ee6;
}

path.google-green {
    fill: #11b348;
    fill-rule: nonzero;
    opacity: 1;
}

path.google-dark-green {
    fill: #11993e;
    fill-rule: nonzero;
    opacity: 1;
}

path.google-yellow {
    fill: #ffd500;
    fill-rule: nonzero;
    opacity: 1;
}

path.google-red {
    fill: #ff4b25;
}

path.google-dark-red {
    fill: #d93f21;
}

path.microsoft-gray {
    fill: #f3f3f3;
}

path.microsoft-red {
    fill: #f35325;
}

path.microsoft-green {
    fill: #81bc08;
}

path.microsoft-blue {
    fill: #05a6f0;
}

path.microsoft-orange {
    fill: #ffba06;
}
