.nasdaq-login-body {
    height: 100%;
    background-color: #1d1e25;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    overflow: hidden;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.nasdaq-login-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nasdaq-login-form {
    height: 100%;
}

.nasdaq-login-view {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nasdaq-login-border {
    border-radius: 5px;
    border: 1px solid #D3D3D3;
    background: white;
    padding: 20px 40px 40px 40px;
    z-index: 10;
}

.nasdaq-login-label {
    color: #888888;
    padding-left: 8px;
}

.nasdaq-login-input-text {
    width: 200px;
}

.nasdaq-login-control-input-text {
    background: #ffffff;
    color: #1d1e25;
    border: 1px solid #b6b7ba;
    border-radius: 5px;
    width: 285px;
    margin: 5px;
    padding: 0 12px 0 12px;
    min-height: 40px;
    font-size: 14px;
}

.nasdaq-login-control-checkbox {
    margin: 5px;
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #b6b7ba;
    background: #ffffff;
    -webkit-appearance: none;
    border-radius: 3px;
}

.nasdaq-login-control-checkbox:checked {
    position: relative;
    color: #1d1e25;
    -webkit-appearance: none;
    background: #ffffff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 24 24'><path fill='#000000' d='M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z' /></svg>") no-repeat center center;
    background-size: 100%;
}

.nasdaq-login-command {
    width: 311px;
    text-transform: uppercase;
    text-align: left;
    border: none;
    min-height: 40px;
    font-size: 18px;
    color: #ffffff;
    background: #00BCE3 url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzI0JyBmaWxsPScjZmZmZmZmJyB2aWV3Qm94PSc0IDAgMjQgMjQnIHdpZHRoPScyNCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNOCA1djE0bDExLTd6Jy8+PHBhdGggZD0nTTAgMGgyNHYyNEgweicgZmlsbD0nbm9uZScvPjwvc3ZnPg==") no-repeat center right;
    padding: 0 35px 0 12px;
    margin: 5px;
    outline: none;
}

.nasdaq-login-logo {
    margin: 5px;
}

.nasdaq-login-title {
    color: #b6b7ba;
    margin: 5px;
    font-weight: bold;
    font-size: 16px;
}

.nasdaq-login-control-label {
    white-space: nowrap;
    color: #b6b7ba;
    font-size: 14px;
    vertical-align: middle;
    height: 16px;
    margin: 5px;
}

.nasdaq-login-footer {
    color: #ffffff;
    font-size: 12px;
    margin: 20px;
}

input:-ms-input-placeholder {
    color: #b6b7ba;
}

input:focus, textarea:focus {
    outline: none;
    border-color: #53D2EC;
}
