  .login-form{
	width:500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
    }
    .login-form h3{
	font-size: 30px;
	font-weight: 400!important;
	margin-bottom: 1rem!important;
	text-align: center;
    }
    .item{
        margin-bottom: 10px;
        overflow: hidden;
    }
	    .item input{
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
        width:100%;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
	
	
    .item2 input{
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
        width:100%;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
	
		
    .item2 select{
	 margin-bottom: 10px;
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
        width:100%;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
	
	
    .item  .code-input{
        width: 50%;
        float: left;
    }
	.item2{
        margin-bottom: 10px;
        overflow: hidden;
    }
	
	.item2-1{
	float: left;
	width: 48%;
	margin-right: 2%;
    }
	

	
	.item2-2{
	float: left;
	width: 50%;
    }
	
	.selectbox{
	width: 100%;
	border: 1px solid #ced4da;
		font-family: "Microsoft JhengHei", sans-serif !important;
    }
	
    .code-img{
        width: 40%;
        height: 45px;
        float: right;
    }
    .form-btn{
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
        padding: 8px 16px;
        font-size: 20px;
        line-height: 1.5;
        border-radius: .3rem;
        width: 100%;
    }
    p{
        color: #6c757d;
        text-align: center;
        margin: 48px 0 16px 0;
    }
	.send-code{
        color: #fff;
        background-color: #0283df;
        border-color: #0283df;
        cursor: pointer;
        display: inline-block;
        font-weight: 400;
        text-align: center;
        vertical-align: middle;
        font-size: 1rem;
        line-height: 30px;
        border-radius: 10px;
        transition: color 0.15s;
        padding: 3px 15px;
        float: left;
        margin-top: 2px;
    }
	
	.form-btn2 {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    padding: 8px 16px;
    font-size: 20px;
    line-height: 1.5;
    border-radius: .3rem;
    width: 70%;
}

		 @media screen and (max-width : 500px) {


  .login-form{
	width:90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
    }
	
		.item2-1{
	float: left;
	width: 100%;
	margin-right: 0%;
    }
	

	
	.item2-2{
	float: left;
	width: 100%;
    }
	
	.send-code {
    color: #fff;
    background-color: #0283df;
    border-color: #0283df;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 30px;
    border-radius: 10px;
    transition: color 0.15s;
    padding: 3px 15px;
    margin-right: 40px;
    float: left;
    margin-top: 2px;
		 margin-bottom: 10px;
}
	
	}