.thaiartisan .signUpContainer{
	display: flex;
    flex-direction: column;
    gap: 15px;
	padding-bottom: 30px;
}

.thaiartisan .signUpContainer .signUpImage{
    display: flex;
    justify-content: center;
}

.thaiartisan .signUpContainer .signUpImage img{
    width: 150px;
}

.thaiartisan .signUpContainer .content{
    max-width: 450px;
	margin: auto;
	font-family: 'Sarabun', sans-serif;
	font-size: 23px;
	display: flex;
    flex-direction: column;
    gap: 15px;
}

.thaiartisan .signUpContainer .content input[type=text], .thaiartisan .signUpContainer .content input[type=email],
.thaiartisan .signUpContainer .content input[type=password], .thaiartisan .signUpContainer .content input[type=number],
.thaiartisan .signUpContainer .content select{
	border: 1px solid #E7E9EC;
    width: 100%;
    padding: 3px 10px;
    font-family: 'Sarabun', sans-serif;
    font-size: 23px;
    border-radius: 5px;
}

.thaiartisan .signUpContainer .content .subText{
	font-size: 20px;
	color: #A3A5A9;
}

.thaiartisan .signUpContainer .content .createAccountButton.active {
    background-color: #385DFF;
}

.thaiartisan .signUpContainer .content .createAccountButton.active:hover {
    background-color: #2741d5;
}

.thaiartisan .signUpContainer .content .createAccountButton {
    background-color: #b0bcfa;
    color: #fff;
    padding: 5px 20px;
    width: fit-content;
    border-radius: 30px;
    user-select: none;
    cursor: pointer;
    transition: .2s;
}

.thaiartisan .signUpContainer .content .createAccountButton:hover {
    background-color: #a6b1ed;
}