:root {
    color-scheme: light only;
}

body {
    width: 100%;
    height: 100vh;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    background-image: url(bg.jpg);
}
#wrapper-login {
    width: 100%;
    height: 100%;
    position: relative;
}

#content-login {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: #0089B1;
    box-shadow: 6px 6px 13px -2px rgb(91, 92, 94);
    text-align: center;
    border-radius: 7px;
    width: 80%;
    color: #FFFFFF;
}

#content-login2 {
    padding: 20px;
    background: #0089B1;
    box-shadow: 6px 6px 13px -2px rgb(91, 92, 94);
    text-align: center;
    border-radius: 7px;
    width: 80%;
    color: #FFFFFF;
    margin: 0 auto;
    margin-top: 50px;
}

#logo
{
    transform: rotateY(45deg);
}

.textBox
{
    width: 98%;
    max-width: 100%;
    height: 30px;
    resize: none;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 5px;
    border: 1px solid #454141;
}

.textArea
{
    width: 98%;
    max-width: 100%;
    height: 200px;
    resize: none;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 10px 5px;
    border: 1px solid #454141;
}

.button
{
    height: 30px;
    width: 100px;
    background: #FFF;
    color: #0089B1;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 28px;
    border: none;
    font-size: 13px;
}
