/* Use Unique class names

	ใช้ชื่อคลาสที่ไม่ซ้ำกัน
	
*/
#ebook-010 {
    font-family: "Prompt", sans-serif;
}
#ebook-010 input {
    height: auto;
    border: 2px solid #87b8ce;
}
.ebook010_font--color-blue {
    color: #0d76aa;
}
.ebook010_font--color-black {
    color: #000;
}
.ebook010_font--color-gray {
    color: #797979;
}
.ebook010_font--bold {
    font-weight: bold;
}
.ebook010_font--white {
    color: #fff;
}
.ebook010_font--prompt {
    font-family: "Prompt", sans-serif;
}
.ebook010_h1 {
    font-size: 3.813rem;
    line-height: 1.2em;
}
.ebook010_h2 {
    font-size: 2.361rem;
    line-height: 1.2em;
}
.ebook010_h3 {
    font-size: 1.981rem;
    line-height: 1.2em;
}
.ebook010_p {
    font-size: 1.25rem;
}
.ebook010_submit {
    background-color: #3c6a8b;
    border-color: #3c6a8b;
    font-size: 1.461rem;
    color: #fff;
    padding: 5px 25px;
    border-radius: 8px;
}
.ebook010_submit:hover {
    color: #fff;
    background-color: #3c6a8b;
    border-color: #3c6a8b;
    opacity: 0.8;
}

@media (max-width: 768px)
{
    
}
@media (max-width: 480px)
{   
    .ebook010_submit {
        margin: 0 auto;
        display: block;
        font-size: 1rem;
    }
    .ebook010_h1 {
        font-size: 2.2rem;
        line-height: 1.2em;
    }
    .ebook010_h2 {
        font-size: 1.5rem;
        line-height: 1.2em;
    }
    .ebook010_h3 {
        font-size: 1.381rem;
        line-height: 1.2em;
    }
    .ebook010_p {
        font-size: 1rem;
    }
}