.user-panel p{
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
	font-weight:600;
}
.ol-list li{
    list-style-type:lower-alpha;
}
.custom-ol li{
    list-style-type:decimal;
}
.xml-small-box {
    background: #e5e5cc none repeat scroll 0 0;
    color: #333;
    font-size: 12px;
    max-width:400px;
    padding: 25px;
    width: 100%;
    border:1px solid #c7c7ae;
}
td p{
    margin-bottom:0;
}
.red-color{
    color: red;
}
code{color: #000;}
.m-t-30{margin-top: 30px;}
.text-link{color: #333; font-size: 17px;}
.text-link a{color:#337ab7;}
.panel-heading.panel-login{
	background-color:#367fa9;
	color:#fff;	
}
.panel-heading.panel-login .panel-title{font-size:20px;}
.skin-blue .wrapper{background:transparent;}
body.bg-image{	
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.login-box{
width:40%;
position:relative;
margin-top:10%;
}
.login-box td{color:#333; text-align:left;}

/*added-api login*/
#wrapper {
    width: 100%;
}
.login-register {
   background: url(../images/Radial-1.png) center center/cover no-repeat !important;
    
	height: 100%;
    position: fixed;
}
.login-box {
    background: #fff;
    width: 500px;
    margin: 10% auto 0;
}
.login-box .white-box {
    background: #fff;
    padding: 25px;
    margin-bottom: 15px;
}

.login-box .white-box .box-title {
    margin: 0 0 12px;
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    color: #333;
}
.login-box .m-b-20 {
    margin-bottom: 20px !important;
}
.login-box .white-box .control-label{
    color: #333;
    text-align: left;
    font-size: 13px;
}
@media (max-width:767px){
    .login-box .white-box .control-label{
        float: left;
    }  
}
@media (max-width:520px){
    .login-box {
        width:100%;
        margin:3% auto 0;
    }
   .login-box .m-b-20 {
        margin-bottom: 0 !important;
    }
}