.card{
height: auto;
margin:20px auto;

width: 60%;
background-color: #aeaeae59 !important;
}
.main .main-right .card span {
    /* background: #066784; */
    margin: 0px auto;
    color: #ffffff;
    width: 100%;
}
.card img {
    display: block;
    margin: 0 auto;
    width: 55%;
    padding: 20px;
    border-radius: 100%;
}

.social_icon span{
font-size: 60px;
margin-left: 10px;
color: #fff;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}

.card-header h3{
color: white;
}

.social_icon{
position: absolute;
right: 20px;
top: -45px;
}

.input-group-prepend span{
width: 50px;
background-color: #5d2707;
color: black;
border:0 !important;
}

input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}

.remember{
color: white;
}

.remember input
{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}

.login_btn{
color: #ffff;
background-color: #5d2707;
width: 100px;
}


.login_btn:hover {
    color: white;
    background-color: #2c1101;
}
/* .links{
color: white;
} */

.links a{
margin-left: 4px;
}

.fa .fa-lock .fa-4x{color:#633e29}


.main .main-right .badge-secondary {
    color: #fff !important;
    background-color: #633e29;
    width: 21%;
}



.avatar-upload .avatar-edit {
    position: absolute;
    right: 0;
    left: 20%;
    display: block;
    z-index: 1;
    top: 19px;
    margin: 0 auto;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 190px;
    height: 190px;
    color: #000;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff00;
    border: 0px solid black;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #ffffff00;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    left: 15%;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    right: 0;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main .main-right .radeeo ul{margin:0 auto;padding:0;}
.main .main-right .radeeo table tr{
    list-style: none;
    text-align: left;
    width: 100%;
    display: block;
    padding: 4px;
    background-color: #4a2e1f;
	margin:2px;
    color: #ffff;
}
/* .main .main-right .radeeo table td{width:29%; } */
.main .main-right .radeeo table {
    border-collapse: collapse;
    width: 100%;
}
.main .main-right .radeeo {
    margin: 30px auto;
    display: block;
    text-align: center;
}
.main .main-right .radeeo img{width:30%; }
.main .main-right .fa { color:#ffff;}
.main-right .links{color:#000;}
.main-right .links a{color:#000;}
