﻿@charset "UTF-8";

body {
    background-color: #d2d6de;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 100%
}

.title {
    box-sizing: border-box;
    background-color: transparent;
    margin-right: auto;
    margin-left: auto;
    width: 500px;
    text-align: center;
    font-size: 25px;
}

.boxContainer {
    box-sizing: border-box;
    background-color: #ffffff;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 400px;
    height: 300px;
    line-height: 50px;
    font-weight: bold;
    font-size: 15px;
}

.boxBlank {
    background-color: transparent;
    margin-right: auto;
    margin-left: auto;
    width: 500px;
    text-align: center;
    height: 20px;
}

.boxInnerLabel {
    height: 50px;
    background-color: #ffffff;
    font-size: 15px;
}

.boxInnerText {
    height: 50px;
    background-color: #ffffff;
}

.txtBoxConfig {
    width: 350px;
    height: 30px;
    fontsize: 3em;
    margin-right: auto;
    margin-left: auto;
}

.btnLogin {
    width: 200px;
    height: 35px;
    border: 0px;
    background-color: #2b5b8d;
    color: #ffffff;
    text-align: center;
    line-height: normal;
}

.title img,
.title span {
    vertical-align: middle;
}

.title img {
    width: 35px;
    height: 35px;
}
