.link-logo{
    width: 100px;
    height: 100px;
    border-radius: 10px;
}
.row{
    margin-bottom: 3px;
}
.input-group .input-group-text{
    width: 40px !important;
    border-radius: 0 3px 3px 0 !important;
    border-left: none !important;
    cursor: pointer;
}
.input-group input ,.input-group select {
    border-radius: 3px 0 0 3px !important;
}
.btn{
    margin: 1px !important;
}
textarea {
    resize: none;
}
star{
    color:red;
}
.tred{
    color:red;
}
.bot-line .row {
    padding: 10px 0px ;
    border-bottom: 1px solid #f5f5f5;
}
form.data .row{
    padding: 5px 0px;
}
.bline{
    margin: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}
.form-show .row{
    padding: 5px 0px;
}
.form-show .value{
   color:black;
	background-color:#eef;
	border-radius: 5px;
	padding: 7px 10px;
}
.text-red{
    color:red;
}
.toggle-header{
	cursor:pointer;
	text-align: left;
	color: blue;
}
.indexForm input[type=checkbox]{
    width:17px;
    height: 17px;
}
.box{
    background:  #f4f4f4;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}
.box .label , .box .value{
    width:150px;
    background: none;
    padding: 15px 0px;
}

.myModal{
    border:1px solid #eee;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 10px;
    background-color: #eeeeff;
}

.contact
 {
     background-color: #f3fff3;
     border: 1px solid #55aa55;
     padding: 15px;
     border-radius: 20px 0 20px 0;
     max-width: 700px;
     float: right;
 }
.contact-left
{
    background-color: #ffeeff;
    border: 1px solid #aa5555;
    border-radius: 0 20px 0 20px;
    float: left;
}
.hero-login{
    background-color: rgba(0,0,0,0.03);
    border-radius: 7px;
    padding: 10px 30px;
    margin-bottom: 10px;
}
.hero-login input[type=text] , .hero-login input[type=password]{
    background-color: rgba(255,255,255,0.03);
    border: none !important;
}