.welcome_content{
    display: none;
}
.error_message{
	color: red;
}

.read_more{
    background: #7b6ad6;
    color: #fff;
    padding: 5px 14px;
    border-radius: 18px;
    text-decoration: none;
}

.log_button{
	text-decoration: none;
    display: block;
    line-height: 40px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    background: #956ed6;
    -webkit-box-shadow: 0 10px 21px 0 rgb(149 110 214 / 20%);
    -moz-box-shadow: 0 10px 21px 0 rgba(149,110,214,.2);
    margin-top: 10px;
    box-shadow: 0 10px 21px 0 rgb(149 110 214 / 20%);
    font-size: 15px;
    font-family: "Kanit",sans-serif;
    letter-spacing: normal;
    font-weight: 300;
    cursor: pointer;
}

.success_message{
	color: green;
}

.bf-article-news-title{
    text-transform: uppercase;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .support-table{
        width: 20% !important;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .support-table{
        width: 20% !important;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .support-table{
        width: 20% !important;
    }
}