﻿@charset"utf-8";
@import url('reset.css');

html, body {
    font-family: '맑은 고딕';
}

body {
    margin: 0 auto;
    background: url('../images/Layer-10.gif') repeat-x;
}

.LoginLogo {
    margin: 0 auto;
    background: #153d70;
    border-bottom: 3px solid #153d70;
}

    .LoginLogo h3 {
        width: 180px;
        height: 35px;
        margin: 0 auto;
        padding: 10px;
        text-align: center;
        background: url('../images/logo-schema.png') no-repeat 0;
        /*background: url('../images/layout_logo1.gif') no-repeat 0;*/
    }

        .LoginLogo h3 a {
            color: #fff;
            text-decoration: none;
            font-weight: bold;
            line-height: 20px;
        }

/*header h1{display:inline;}*/

section {
    margin-top: 10%;
    /*min-height: 980px;*/
}

.fieldset {
    width: 400px;
    height: 400px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 2px;
    vertical-align: middle;
}

.LoginGroup {
    padding-top: 15%;
}

.LoginForm {
    width: 200px;
    margin: 0 auto;
}

    .LoginForm dt {
        padding: 5px 0;
    }

.main-name {
    padding-top: 20px;
    font-size: 20px;
    font-weight: bold;
}

.LoginForm dt label,
fieldset legend {
    display: none;
}

.LoginForm input[type=text],
.LoginForm input[type=password] {
    width: 189px;
    height: 35px;
    padding-left: 5px;
    line-height: 35px;
    border: 1px solid #898989;
    border-radius: 2px;
}

    .LoginForm input[type=text]:focus,
    .LoginForm input[type=password]:focus {
        border: 1px solid #40caf7;
    }

.LoginForm input[type=submit] {
    width: 196px;
    height: 37px;
    background: #ffe84a;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
}

    .LoginForm input[type=submit]:hover,
    .LoginForm input[type=submit]:active {
        background: #ffec6a;
        border: 2px solid #ffe84a;
    }

.id-remember {
    font-size: 13px;
}

fieldset .pw-f p {
    margin: 35px 0;
    text-align: center;
}

fieldset .pw-f {
    color: #444;
    text-decoration: none;
}

    fieldset .pw-f:hover {
        color: #000;
        text-decoration: underline;
    }



/*  */
