﻿@font-face
{
    font-family: "easyNanumGothic";
    src: url('fonts/NanumGothic.eot');
    src: local('?'), url('fonts/NanumGothic.woff') format('woff'), url('fonts/NanumGothic.ttf') format('truetype'), url('fonts/NanumGothic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: easyNanumGothic,dotum,sans-serif;
    src: url('fonts/NanumGothicBold.eot');
    src: local('?'), url('fonts/NanumGothicBold.woff') format('woff'), url('fonts/NanumGothicBold.ttf') format('truetype'), url('fonts/NanumGothicBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: "easyNanumGothicExtraBold";
    src: url('fonts/NANUMGOTHICEXTRABOLD.eot');
    src: local('?'), url('fonts/NANUMGOTHICEXTRABOLD.woff') format('woff'), url('fonts/NANUMGOTHICEXTRABOLD.TTF') format('truetype'), url('fonts/NANUMGOTHICEXTRABOLD.eot') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'easyNanumGothic02';
    src: url('fonts/NanumGothic.eot');
}
@font-face
{
    font-family: '"easyNanumGothic", dotum,sans-serif02';
    src: url('fonts/NanumGothicBold.eot');
}
@font-face
{
    font-family: 'easyNanumGothicExtraBold02';
    src: url('fonts/NANUMGOTHICEXTRABOLD.eot');
}
/***
Login page
***/
body
{
    font-size: 13px;
    font-family: 'easyNanumGothic' , dotum, sans-serif;
    color: #666;
}

/* logo page */
.login
{
    padding: 7% 0 !important;
}

.login .logo
{
    margin: 12.51% 23% 10px auto; /* padding: 15px; */
    text-align: right;
}

.login .content
{
    background-color: #fff;
    width: 54.15%;
    margin: 0 auto;
    padding: 40px 30px;
    border-top: 4px solid #0c4da2;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 1px 1px 1px #BBBCC1;
}

.login .content .content-header
{
    margin-top: -88px;
    text-align: center;
}

.login .content h3
{
    color: #000;
}

.login .content h4
{
    color: #555;
}

.login .content p
{
    font-size: 14px;
    line-height: 22px;
    margin-top: 40px;
    color: #333;
    letter-spacing: -1px;
}

.login .content .text-box
{
    margin: 42px 0 0 25px;
}

.login .content .text-box p:last-child
{
    margin-top: 45px;
}

.login .content .login-form, .login .content .forget-form
{
    padding: 40px 30px 0 50px;
    margin: 0px;
}

.login .content .login-form input
{
    height: 40px;
}

.login .content .input-icon
{
    border-left: 2px solid #44B6AE !important;
}

.login .content .input-icon
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.login .content .input-icon .form-control
{
    border-left: 0;
}

.login .content .forget-form
{
    display: none;
}

.login .content .register-form
{
    display: none;
}

.login .content .form-title
{
    font-weight: 300;
    margin-bottom: 25px;
}

.login .content .form-actions
{
    background-color: #fff;
    clear: both;
    border: 0px; /* border-bottom: 1px solid #eee; */
    padding: 0px 30px 25px 30px;
    margin-left: -20px; /*margin-right: -30px;*/
}

.login .content .form-actions .checkbox
{
    margin-left: 0;
    padding-left: 0;
}

.login .content .form-actions button
{
    padding: 10px 45px;
    border-radius: 2px;
    text-transform: uppercase;
    width: 150px;
    height: 48px;
    text-decoration: none !important;
    color: #fff !important;
    font-size: 15px;
}

.login .content .form-actions .row:last-child
{
    text-align: center;
}

.login .content .forget-form .form-actions
{
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.login .content .register-form .form-actions
{
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
}

.login .content .form-actions .checkbox
{
    margin-top: 0px;
    display: inline-block;
}

.login .content .form-actions .btn
{
    margin-top: 30px;
    background-color: #2da8b3;
    color: #fff;
}

.login .content .forget-password
{
    margin-top: 25px;
}

.login .content .create-account
{
    border-top: 1px dotted #eee;
    padding-top: 10px;
    margin-top: 15px;
}

.login .content .create-account a
{
    display: inline-block;
    margin-top: 5px;
}

/* select2 dropdowns */
.login .content .select2-container
{
    border-left: 2px solid #44B6AE !important;
}

.login .content .select2-container .select2-choice
{
    border-left: none !important;
}

.login .content .select2-container i
{
    display: inline-block;
    position: relative;
    color: #ccc;
    z-index: 1;
    top: 1px;
    margin: 4px 4px 0px -1px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
}

.login .content .has-error .select2-container i
{
    color: #b94a48;
}

.login .content .select2-container a span
{
    font-size: 13px;
}

.login .content .select2-container a span img
{
    margin-left: 4px;
}

/* footer copyright */
.login .copyright
{
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    color: #999;
    font-size: 13px;
    margin-top: 15px !important;
}

.blueB
{
    color: #2a6ad9;
    font-family: easyNanumGothic,dotum,sans-serif;
    font-weight: normal;
}

@media (max-width: 480px)
{
    /***
      Login page
      ***/
    .login .logo
    {
        margin-top: 10px;
    }

    .login .content
    {
        width: 280px;
    }

    .login .content h3
    {
        font-size: 22px;
    }

    .login .checkbox
    {
        font-size: 13px;
    }
}