@charset "utf-8";

        div {
            width: 490px;
            height: 750px;
            background-color: #ffffff;
            border: 1px solid #ffffff;
            margin: 85px auto;
            padding: 20px 150px;
            border-radius: 10px;
        }


        h3 {
            margin: 40px 0px 0px 10px;
            text-align: center;
            color: #696868;
            line-height: 30px;
        }


        input[type] {
            width: 125px;
            background-color: #efecec;
            padding: 10px 350px 10px 15px;
            border-radius: 5px;
            border: none;
        }

        input[type=text] {
            width: 125px;
            height: 30px;
            font-size: 14px;
            color: #ff6c00;
            border-radius: 7px;
        }

        input[type=password] {
            height: 30px;
            font-size: 14px;
            color: #ff6c00;
            border-radius: 7px;
        }

        .sub_text {
            text-align: center;
            font-size: 16px;
            color: #696868;
            line-height: 25px;
        }

        input[type=submit] {
            color: #ff6c00;
        }
		
		.btn_0 a{
			text-decoration:none;
			color:#ffffff;
			background-color:#ff6c00;
			border:1px solid #ffffff;
			padding:18px 220px;
			border-radius:8px;
		}
		.btn_0 a:hover{
			border:1px solid #ff6c00;
			background-color:#ffffff;
			color:#ff6c00;
		}
		
		.btn_1 a{
			text-decoration:none;
			color:#ff6c00;
			background-color:#ffffff;
			border:1px solid #ff6c00;
			padding:15px 150px;
			border-radius:8px;
		}
		.btn_1 a:hover{
			border:1px solid #ffffff;
			background-color:#ff6c00;
			color:#ffffff;
		}

        #btn_login {
            padding: 10px;
        }


		a{
			text-decoration:none;
			color:#ffffff;
			background-color:#aaa9a9;
			padding:5px 10px;
			border-radius:5px;
		}
		a:hover{
			border:0px solid #939292;
			background-color:#d1cfcf;
			color:#333;
		}
		
		.ip_check {
            margin: 0px 255px;
            font-size: 14px;
        }