
.login_box{
    background: #f8f8f8;    
    width:35%;
	margin: auto;
    position: relative;

}

.login_box img{

}


.main-login{
	margin-top: 10px;
}

@media (max-width: 1024px) {
    .login_box{
        background: #f8f8f8;        
        width:90%;
       margin: auto;

    }
}

.image-circle{
    border-radius: 50%;
    width: 130px;
    height: 130px;
    border: 4px solid #FFF;
    margin: 10px;
}

.follow{
    background-color:#FC563B;
    height: 80px;
    cursor:pointer;
}

.follow:hover {
    background-color:#F22F26;
    height: 80px;
    cursor:pointer;
}

.login_control{
    background-color:#f8f8f8;
    padding:22px;
    
}

.control {
    color:#000;
}

.label {
    color: #1c738d;
    font-size: 16px;
    font-weight: 400 !important;
}

.form-check-label{	
    font-weight: 400 !important;

}

.form-control{
    color: #616161 !important;
    font-size: 16px;
    border: none;
    padding: 25px;
    padding-left: 10px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
	background-color:#f8f8f8;	
}

.form-control:focus{
    border-radius: 0px;
    border-bottom: 1px solid #FC563B;
    margin-bottom: 10px;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
	background-color:#f8f8f8;
}


.btn-login{
    background-color: #00BCD4;
    border-radius: 0px;
    margin: 15px auto;
	padding: 6px 30px;
    font-size: 18px;
    font-weight: inherit;
    color: white;
    width: 90%;	
}

.btn-login:hover {
    background-color: #049aad;
    border-radius: 0px;
    margin: 15px auto;
	padding: 6px 30px;
    font-size: 18px;
    font-weight: inherit;
    color: white;
    width: 90%;		
}

.rmb{
	font-size: 12px;
	color: #666;
	margin-bottom: 25px;
}

.line{
    border-bottom : 2px solid #F32D27;
}


.outter{
    padding: 0px;
    border: 1px solid rgba(255, 255, 255, 0.29);
    border-radius: 50%;
    width: 150px;
    height: 150px;
}
