/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Chrome hack */
input,select,textarea{
    outline:none;
}

/**
Simple PHP Login related CSS stuff

*/



.tagline {
    background-image: url('./img/bonchon_logo.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
    margin-top: 4%;

}

.title_div{
    background-color:#fff;
    text-align: center;
    width: 100%;
    font-size:22px;
    font-family: 'Arial', sans-serif; 
    color:#1667a1;
    display:inline-block;    
}

.login_wrapper {    
    position:absolute;
    top: 50%;
    left: 45%;
    margin-top: -82px; /*set to a negative number 1/2 of your height*/
    margin-left: -250px; /*set to a negative number 1/2 of your width*/
}

#login_div{
    display: inline-block;
    width: 100%;
    height: 200px;
}

.login {
    width: 600px; 
    height: 200px; 
    display: inline-block; 
    background-color:#fff;
}

#login_input_password_label,
#login_input_password_new_label,
#login_input_password_repeat_label {
    display: none;
}

.login_logout {
    float:left;
    height: 40px;
    background-position: center 10px; 
    background-repeat: no-repeat; 
    opacity: 1.0;
    cursor: pointer;
    transition: opacity 1s;
    width: 600px;
    padding-left: 20px;
    border-radius: 13px;
    border: 4px solid orange;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-top: 20px;
}

.login_logout:hover {    
    opacity: 1;
    cursor: pointer;
}

.login_logout a,
.login_logout a:hover {
    text-decoration: none;
    width:49px; 
    height:19px;
    padding-top: 31px;
    display:block;
    text-align: center;
    font-size:16px;
    font-family: 'Arial', sans-serif; 
    color:#1667a1;  
    border:0;
    background: transparent; 
    cursor: pointer;
}

a.login_link {
    color:#fff;
    text-decoration: none;
}
a.login_link:hover {
    text-decoration: underline;
}

#user_name_div{
    display: inline-block;
    width: 100%;
    height: 30px;
    padding-left: 50px;
    border-radius: 12px;
    border: 4px solid #1667a1;
    padding: 10px;
}

#pwd_div{
    display: inline-block;
    width: 100%;
    height: 30px;
    margin-top:-4px;
    border-radius: 12px;
    border: 4px solid #1667a1;
    padding: 10px;
}

.checkbox{
    padding-top: 75px;
    font-size: 16px;
    font-family:Arial, sans-serif;

}

#submit_div{
    display: inline-block;
    text-align: center;
    border-radius: 12px;
    border-style: double;
    border-width: 5px;
    color:#1667a1;
    padding: 10px;
    margin-left: 42%;
}

.login_button { 
    text-align: center;
    font-size: 17px; 
    font-family:Arial, sans-serif;
    color:black;
    border:0; 
    background: transparent;
    cursor: pointer;
}

.login_submit {
    opacity: 1.0;
    cursor: pointer;
    transition: opacity 1s;
    -moz-transition: opacity 1s; /* Firefox 4 */
    -webkit-transition: opacity 1s; /* Safari and Chrome */
    -o-transition: opacity 1s; /* Opera */
}

.login_submit:hover {    
    opacity: 1;
    cursor: pointer;
}

.login_submit_register:hover {    
    opacity: 1;
    cursor: pointer;
}

input.login_input {
    font-family: 'Arial', sans-serif; 
    color:#1667a1;
    font-size:16px; 
    border:0; 
    height:100%; 
    width: 97%; 
    padding:0; 
    margin:0; 
    padding-left:25px;   
}

input.login_input.active {
    font-family: 'Arial', sans-serif; 
    color:#1667a1;
    font-size:16px; 
    border:0; 
    height:100%; 
    width: 200px; 
    padding:0; 
    margin:0; 
    padding-left:25px; 
    border-left: 6px solid #666;
}

.login_message {
    width:440px; 
    padding: 20px 30px; 
    font-size:16px; 
    font-family: 'Arial', sans-serif; 
    margin-bottom: 10px;
    line-height: 22px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);    
}

.login_message.error {
    background-color:whitesmoke;
    color:#1667a1;
}

.login_message.success {
    background-color:whitesmoke; 
    color:#1667a1;
}

.login_message.success a {
    color:#409622;
}

.success_message{
    color:green;
    font-size:24px;
}

.error_message{
    color:red;
}

#uela {
    display: inline-block;
    text-align: center;
    font-family:Arial, sans-serif;
    color:black;
    bottom: 140px;
    margin-right: 40px;
    width: 100%;
    margin-top: 30px;
}

#footer { 
    font-size:14px;
    font-family:Arial, sans-serif;
    color:black;
    display: inline-block;
    text-align: center;
    padding: 0;
    width: 100%;
    margin-top: 150px;
}

#siteseal {
    display:inline-block;
    width: 100%;
    height: 20%;
    margin: 10px;
    padding: 10px;
    text-align: center;
    vertical-align: bottom;
}
#seal_div{

    position:absolute;
    top:90%;
    float:bottom;
}

#sup{
    font-size:12px;
    vertical-align:top;
}

.main_div{
    overflow:visible;
    right:2.5%;
    width:95%;
}