@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 100;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');} @font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');} @font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');} @font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');} @font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');} @font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');} body, h1, h2, h3, h4, h5, h6, input, textarea, select { font-family: 'Noto Sans KR', sans-serif; }
body{
    margin:0px !important;
}
input#rememberme {
    width: 12px;
    height: 12px;
    margin: 20px 0px 0px 0px;
}
button.login-button {
    border: none;
    padding: 10px;
    border-radius: 30px;
    width: 90%;
    margin: 7px 0px;
    font-family: 'Noto Sans KR';
    font-size: 16px;
    color: white;
}
.form-checkbox-row {
    text-align: left;
    padding: 12px;
}
#logintitle{
    font-size: 24px;
    font-weight: 900;
    color: #444444;
    margin-top:15px;
}
.form-input-label {
    text-align: left;
    margin: 30px 10px 15px 10px;
}
.form-input-text {
    width: 93%;
    font-size: 100%;
    border: 0;
    padding: 0;
    background-color: transparent;
    height: 2rem;
    line-height: 2rem;
    border-bottom: 1px solid #525252;
    color: rgb(41, 41, 41);
    /* transition: all .2s ease-in; */
    /* margin: 0px 10px 0px 10px; */
    padding: 20px;
}
#backimg{
    height: 100vh;
    background-size: cover;
    background-position: center;
}
.box {
    text-align: center;
}
div#topbar {
    background-color: #003380;
    color: white;
    height: 60px;
    display: flex;
}
div#tbtit {
    font-size: 26px;
    padding: 8px 20px;
    width: 90%;
}
div#headgray {
    background-color: #EEEEEE;
}
.textfont{
    font-family: 'noto sans KR';
    font-weight: 100;
}
input.t1_input {
    border: solid 0.5px #444;
    border-radius: 0;
    width: 219px;
    /* background-color: darksalmon; */
    height: 32px;
    font-size: 18px;
    outline: none;
    text-align: center;
    height: 49px;
    font-weight: 100;
}
input.t1_submit {
    color: white;
    border: none;
    /* margin-top: 10px; */
    background: #003380;
    border-radius: 0;
    width: 100px;
    font-family: Noto Sans KR;
    height: 48px;
    outline: none;
    font-size: 18px;
    width: 219px;
    font-weight: 200;
}
input.t1_submit:hover {
    background-color: #012c6e;
    background-image:none;
    border: none;
    color: white;
    font-family: Noto Sans KR;
}
input.t1_submit:active {
    background-color:  #012c6e;
    background-image:none;
    border: none;
    color: white;
    font-family: Noto Sans KR;
    box-shadow: none;
}
.errmeg{
    margin-top: 30px;
    font-family: Noto Sans KR;
    text-align: center;
    color: #d71a1a;
    font-size: 15px;
    font-weight: 300;
}
button#lobtn{
    font-size: 15px;
    min-width: 90px;
    padding: 0px !important;
    background-color: #003380;
    color: white;
    border: none;
}
form#loginform {
    font-family: noto sans KR;
    font-size: 15px;
    font-weight: 300;
}
div#logwid {
    text-align: -webkit-center;
}

input#user_login, input#user_pass{
    margin-top: 20px;
}

a {
    display: none;
}
.cosmosfarm-members-form label {
    float: none;
    position: static;
    display: block;
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 16px;
    line-height: 20px;
    color: white;
    text-align: left;
    font-family: noto sans KR !important;
    font-weight: 300 !important;
}
.cosmosfarm-members-form button, .cosmosfarm-members-form input[type=submit] {
    background-color: #00293e !important;
}
div#logcon {
    max-width: 300px;
    width: 300px;
    height: 400px;
    padding: 20px 20px 20px 20px;
    background: #ffffff;
    border-radius: 13px;
}
div#ltitle {
    color: white;
    font-family: noto sans KR;
    font-size: 35px;
    padding: 30px;
    font-weight: 600;
}
button, input{
    cursor: pointer;
}