@CHARSET "UTF-8";
body {
	background: #FBF8FF;
	margin: 0;
	padding: 0;
}

input[type="submit"] {
    padding: 10px 188px;
    color: #fff;
    background-color: #2196f3;
    border: none !important;
    border-radius: 2px;
}



#login-logo {
    margin-top: 150px;
    width: 100%;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    padding-top: 30px;
    /* padding-bottom: 120px; */
    margin-left: auto;
    margin-right: auto;
    background: #f6f6f100;
    height: 200px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 0;
    text-align: center;
}
@media (max-height: 700px)
{ 
	#login-logo {
		margin-top: 0;
	} 
	h1 {
		margin-top: 0;
	}
}
#login-logo img {
    width: 401px;
    border: 0;
}
#login {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    background-color: #fff;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    border-top: 0;
    text-align: center;
    box-shadow: 3px 3px 10px .5px rgba(0, 0, 0, .25);
    border-radius: 5px;
}

tr {
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0px;
    width: 100% !important;
}

tbody {
    display: flex
;
    flex-direction: column;
    align-items: center;
}

#login table {
	width: 100%;
}

#pwd, #user,#old_pwd, #new_pwd, #retype_new_pwd {
	width: 10em;
}
.center {
	text-align: center;
}

h1 {
	color: #333;
	font-size: 16pt;
}
.v-spacer {
	padding-top: 1em;
}

label {
    font-size: 13px;
    font-weight: 600 !important;
    padding-bottom: 5px !important;
}

#user{
	width: 70%;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
}

input#user {
    width: 440px;
    height: 30px;
    border: 1px solid #e8e8e8;
    margin-top: 8px;
}

input#pwd {
    width: 440px;
    height: 30px;
    border: 1px solid #e8e8e8;
	margin-top: 8px;
}

p {
    display: none;
}

h1 {
    /* color: #333; */ font-size: 18pt;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #333;
}

h1.login-welcome {
    display: flex
;
    justify-content: center;
}

label {
    font-size: 13px;
    font-weight: 500 !important;
    padding-bottom: 5px !important;
    color: #767676;
    font-family: system-ui;
}

input#user {
    width: 435px;
    height: 30px;
    border: 1px solid #e8e8e8;
    margin-top: 8px;
    font-size: 13px;
    font-family: system-ui;
    font-weight: 400;
    color: #767676;
    padding: 0px 5px;
}

input#pwd {
    width: 435px;
    height: 30px;
    border: 1px solid #e8e8e8;
    margin-top: 8px;
    font-size: 13px;
    font-family: system-ui;
    font-weight: 400;
    color: #767676;
    padding: 0px 5px;
}

input[type="button"] {
    margin-bottom: 15px;
}

td.center.v-spacer {
    display: flex
;
    flex-direction: column-reverse;
}

.center {
    text-align: left !important;
}

td.center.v-spacer {
    display: flex
;
    flex-direction: column-reverse;
    align-items: center;
}