body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-color:  #EFEFEF;
    /*background-image: url(../images/bg.jpg);*/
    /* croatia-aerial-view-bridge-above-sea-highway-water-drone-natural-landscape-summer-time-air-travel-image-152246778.jpg */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.card0 {
    border-radius: 0px;
    margin-top: 20px;
}

.card2 {
    margin: 0 20px 50px 20px;
}

.logo {
    max-width: 80%;
    margin: 30px 30px 10px 30px;
}

.login-h1 {
    text-align: center;
}
.text-md {
    font-size: 16px !important;
}

::placeholder {
    color: #BDBDBD;
    opacity: 1;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

::-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

input, textarea, select.form-select {
    padding: 10px 12px 10px 12px;
    border: 1px solid lightgrey;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px;
}

input.form-check-input {
    margin-right: 5px;
    border: 1px solid lightgrey;
}
.form-check-input:checked {
    background-color: #1A237E;
    border-color: #1A237E;
}

input:focus, textarea:focus, select:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #304FFE;
    outline-width: 0;
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

a {
    color: inherit;
    cursor: pointer;
}

.btn-blue {
    background-color: #1A237E;
    color: #fff;
    border-radius: 2px;
    width: 100%;
}

.btn-blue:hover {
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

.btn-blue2 {
    background-color: #777880;
    color: #fff;
    border-radius: 2px;
    width: 100%;
    margin-top:10px;
}

.btn-blue2:hover {
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

.btn-blue-inline {
    background-color: #1A237E;
    color: #fff;
    border-radius: 2px;
    padding-left: 15px;
    padding-right: 15px;
}
.btn-blue-inline:hover {
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

.bg-blue {
    color: #fff;
    background-color: #1A237E;
}

.highlight {
    color: red;
    font-weight: bold;
}

.notice-ol {
    font-size: 16px;
    line-height: 1.85rem;
    border: 1px solid #1A237E;
    padding: 25px 45px;
}

.check-item {
    width: 125px;
}

.notice-h4 {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    margin-top: 7px;
}

@media screen and (max-width: 666px) {
    .card0 {
        margin-top: 50px;
    }
    .card3 {
        margin: 40px 12px;
        padding: 40px 0px;
    }
    .notice-h1 {
        text-align: center;
    }
    .login-h4 {
    	font-size: 18px;
    	text-align: center;
    }
}

@media screen and (min-width: 667px) {
    .card0 {
        margin-top: 50px;
    }
    .card3 {
        margin: 40px;
        padding: 40px 15px 40px 0;
    }
    .notice-h1 {
        text-align: center;
    }

}

@media screen and (min-width: 992px) {
    .card0 {
        border-radius: 0px;
        margin-top: calc((100vh - 545px)/2);
    }
    .card0.notice-card {
        margin-top: 20px;
    }
    .card1 {
        padding: 100px 30px;
    }
    .card2 {
        margin: 40px;
        padding: 100px 15px 100px 0;
    }
    .card3 {
        margin: 40px;
        padding: 40px 15px 40px 0;
    }

    .logo {
        max-width: 80%;
        margin: 90px 40px;
    }

    .border-line {
        border-right: 1px solid #EEEEEE;
    }

    .login-h1 {
        text-align: left;
    }

    .notice-h1 {
        text-align: center;
    }

    .notice-h4 {
        font-size: 24px;
        text-align: left;
    }

}
