/* Write your styles */

.login{    
	background: #f3f3f3;
}

.ch_login .login_head{
	text-align:center;
	margin:15 auto;
}

.ch_login .login_head img{
	border-radius:80px;
	width:100px;
	height:100px;
}

.ch_form .ch_form1{
	margin:10 10px;
	background:#FFF;
	padding:15 15px;
}

.ch_form .am-form .ch_form1 .am-form-group {
	margin-bottom:0;
}

.ch_form .am-form .ch_form1 .am-form-group input, .ch_form .am-form .ch_form1 .am-form-group select{
	background: #f3f3f3;
	height:45px;
	border-radius:5px
}

.ch_form .am-form .login_button{ margin:auto 10px;}

.ch_form .am-form .login_button button{ width:100%; height:45px;}


.ch_form .am-form:after {
    content: " ";
    position: absolute;
    display: block;
    width: 1rem;
    height: 1rem;
    border: 1px solid #ddd;
    border-right: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    left: 50%;
    margin-left: -.5rem;
    top:9rem;
}

.ch_form .ch_text{ text-align:center; font-size:1.4rem; padding:20px;}

.ch_form .ch_text .ch_textp{ color:#000; padding-right:15px;}

.ch_form .ch_text .ch_textr{ color:#936;}










