@import "../common/reset.css";

body {
    display: flex;
}

/* contents-title */

.contents-title {
    width: 50%;
    height: 100vh;
    background-image: url('../../images/login-bg.png');
    background-repeat: no-repeat;
    background-size : cover;
}

.title {
    display: flex;
    flex-direction: column;
    align-items: end;
    position: relative;
    top: 40%;
}

.title-img {
    margin-right: 100px;
}

.title-line {
    border: 1px solid white;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.title-subtitle {
    margin-right: 100px;
    font-family: NanumSquare;
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    text-align: left;
    color: #fff;
}

/* contents */

.contents {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    height: 100vh;
    background: #f3f3f3;
}

.contents-text {
    font-family: NanumSquare;
    font-size: 40px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -1px;
    text-align: left;
    color: #5bc33c;
}

.contents-form {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 400px;
    margin-top: 103.5px;
}

.contents-form-login {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 400px;
    margin-top: 60px;
}

.login-message-container {
	position: relative;
	bottom: 25px;
}

.login-message-container  span {
	color: #d20505; font-size: 1rem; font-weight: 400;
}

.contents-input {
    width: 100%;
    height: 50px;
    object-fit: contain;
    border: solid 0.5px #707070;
    background-color: #fff;
    margin-bottom: 16px;
    padding-left: 20px;
}

.contents-checkbox {
    width: 100%;
}

.contents-checkbox label {
    margin-left: 9px;
}

.contents-btn {
    margin-top: 110px;
    width: 280px;
    height: 50px;
    background: black;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}