﻿/*常规验证码*/
.cerify-main{
    display: flex; 
    justify-content: flex-start; 
    align-items: center; 
    margin-top: 25px; 
    font-size: 14px; 
    margin-left: 15px;
}
.cerify-main label{
     color: #424242; 
     padding-left: 10px;
}
.verify-code {
	font-size: 20px;
	text-align: center;
	cursor: pointer; 
	border: 1px solid #ddd;
    width:120px;
    height:30px;
}

.cerify-code-panel {
	height:100%;
	overflow:hidden;
    display: flex;
    align-items: center;
}

.verify-code-area {
	float:left;
    margin-left: 10px;
}

.verify-input-area {
	float: left;
	width: 60%;
	padding-right: 10px;
	
}

.verify-change-area {
	line-height: 30px;
	float: left;
    margin-left: 10px;
}

.varify-input-code {
	display:inline-block; 
	width: 100px;
	height: 25px;
}

.verify-change-code {
	color: #337AB7;
	cursor: pointer;
}

.verify-btn {
	width: 200px;
	height: 30px;
	background-color: #337AB7;
	color:#FFFFFF;
	border:none;
	margin-top: 10px;
} 