/**
 * Rule the words! KKuTu Online
 * Copyright (C) 2017 JJoriping(op@jjo.kr)
 * 
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with this program. If not, see <http://www.gnu.org/licenses/>.
 */

body{
	background-color: #232323;
}
button{
	border: none;
	margin: 8px auto;
	width: 200px;
	height: 30px;
	cursor: pointer;
	box-shadow: 0px 2px 2px #141414;
}
#with-google span{ display: block; }
/*#daldalso {
	background: url('https://daldal.so/media/images/oauth-button.png');
	width: 230px;
	height: 50px;
}*/
#portal {
	background: url('https://cdn.jsdelivr.net/npm/bfkkutudelivr@latest/img/kkutu/short_logo_x.png');
	width: 165px;
	height: 75px;
}
.bfkkutu{
	background: url('https://cdn.jsdelivr.net/npm/bfkkutudelivr@latest/img/kkutu/short_logo.png');
}
.login-with{
	padding-top: 30px;
	margin: 30px 0px;
	text-align: center;
}
.login-legal{
	padding-top: 50px;
	color: #BBBBBB;
	font-size: 11px;
	text-align: center;
}
.login-legal a{ color: #DDDDDD; }