@import url(/reset.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');

.shadewarp {
    width: 100%;
    height: 969px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.shadetop {
    width: 100%;
    height: 100%;
    background-image: url(~/Content/image/topimg.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 5%;
    margin-bottom: 2%;
}

.shadefooter {
    width: 100%;
    height: 100%;
    background-image: url(~/Content/image/botimg.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 5%;
}

.input:focus{
    outline: none;
}

.idput, .psput, .logput {
    width: 100%;
    height: 70px;
    margin-top: 2%;
}

.putforid, .putforps, .putforlog{
    width: 100%;
    height: 70px;
    padding: 0 0 0 0;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
}

.putforid, .putforps{
    background-color: #f3f3f5;
    border: none;
    font-size: 20px;
}

.putforlog{
    background-color: #092d4b;
    margin-top: 1%;
    color: white;
    font-size: 20px;
}