/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */

body {
    background-color: black;
    color: white;
}

.button {
    background-color: white;
    border: none;
    border-radius: 15px;
    color: black;
    cursor: pointer;
    display: block;
    font-family: Helvetica;
    font-size: medium;
    height: 56px;
    margin: 0 auto;
    padding: 12px 32px;
    text-align: center;
    width: 40%;
}

.fieldWrapper {
    padding: 12px;
}

.form-actions {
    padding: 12px;
}

#input {
    appearance: auto;
    display: inline-block;
    line-height: normal;
    letter-spacing: normal;
    text-align: start;
    text-indent: 0px;
    text-rendering: auto;
    text-transform: none;
    word-spacing: normal;
}

.inputBox {
    border: .0625rem solid white;
    border-radius: 4px;
    box-sizing: border-box;
    color: black;
    direction: ltr;
    display: block;
    font-size: 1em;
    font-weight: 400;
    height: 56px;
    margin: 0 auto;
    padding: 0 10px;
    text-overflow: ellipsis;
    width: 40%;
}

.loginBox {
    margin: 0 auto;
    padding: 0 10px;
    width: 65%;
}