@CHARSET "UTF-8";

.login_form{
    width: 300px;
    margin: 0 auto;
    margin-top: 50px;
    border: 1px solid rgb(200,200,200);
    padding: 30px;    	
}
.login_form > .title{
	width: 100%;
    height: 30px;
    font-size: 16px;
    color: rgb(0,131,212);
    margin-bottom: 30px;    
}
.login_form > .input{
    width: 100%;
    height: 30px;
    line-height: 30px;    
    margin-bottom: 10px;
}
.login_form > .input > div.key{
	width: 100px;
	height: 100%;
	float: left;
}
.login_form > .input > div.value{
	width: calc(100% - 100px);
	height: 100%;
	float: left;
}
.login_form > .input > div.value > input{
	width: 100%;
	height: 100%;
}

.form > .term_box{
    width: 100%;
}
.form > .term_box > .top{
    width: calc(100% - 20px);
    border-bottom: 1px solid rgb(230,230,230);
    padding: 0 10px 0 10px;
}
.form > .term_box > .bottom{
    width: calc(100% - 20px);
    background-color: rgb(240,240,240);
    padding: 0 10px 0 10px;
}
.form > .term_box > div > div.item{
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.form > .term_box > div > div.item > label{
    display: block;
    height: 100%;
    cursor: pointer;
    float: left;
    margin-right: 20px;	
}
.form > .term_box > div > div.item > label > img{
    width: 20px;
    /* height: 100%; */
    display: block;
    float: left;
    margin-top: 4px;
    margin-right: 5px;
}
.form > .term_box > div > div.item > label > input{
	display: none;
}
.form > .term_box > div > div.item > a{
    font-size: 12px;
    color: rgb(120,120,120);
}
.form.term {
	color: rgb(80,80,80);
	line-height: 16px;	
}
.form.term > .subject1{
    color: rgb(0,131,212);
    font-size: 14px;
    height: 30px;
    line-height: 30px;	
}
.form.term > .subject2{
    height: 30px;
    line-height: 30px;
    font-weight: bold;	
}
.send_auth{
    margin-top: 30px;
}
.send_auth > .title{
    color: rgb(0,131,212);
    font-size: 16px;
    margin-bottom: 20px;	
}
.send_auth > .text{
    font-size: 12px;
    /* height: 40px; */
    line-height: 20px;
    margin-bottom: 10px;	
}
.send_auth > .text > span{
    color: rgb(0,131,212);
    font-weight: bold;
    margin: 0 5px 0 5px;
    font-size: 14px;
}
.send_auth > .caution{
    border: 1px solid rgb(220,220,220);
    padding: 10px;
    line-height: 20px;	
    background-color: rgb(245,245,245);    
}
.send_auth > .caution > div.title{
    font-weight: bold;
    margin-bottom: 5px;
    color: rgb(0,131,212);	
}
.send_auth > .caution > div > span{
    color: rgb(0,131,212);	
}
.send_auth > .btns{
    width: 100%;
    height: 30px;
    margin-top: 30px;
    text-align: center;	
}
.send_auth > .btns > .btn{
	width: 100px;
	height: 100%;
}
/* .info_btns{
	overflow: auto;
	width: 100%;
}
.info_btns > div{
    width: calc(100% / 3);
    height: 38px;
    line-height: 38px;
    color: white;
    background-color: rgb(74,187,237);
    cursor: pointer;
    margin: 0;
    margin-bottom: 10px;
    float: left;
    text-align: center;
}
.info_btns > div > a{
	text-decoration: none;
	color: white;
} */


