body.register {
  .form-control:focus{
    border-right: solid 1px #000 !important;
  }

}


div.panel-info{
	border-color:#000;
	.panel-heading{
			color: #fff;
			background: #000;
			text-align: center;
      font-weight: bold;
      border-color:#000;
	}
}


@media (max-width: $screen-md-max) and (min-width:$screen-tablet){
  .title_log_modal {
   margin-top: 150px !important;
  }
  .cart .title_log_modal {
    margin-top: 0px !important;
   }
   
}


@media(max-width:$screen-xs-max){
  .cart .title_log_modal {
    margin-top: 0px !important;
   }
}

// @media(max-width:$screen-tablet){
//   .cart .title_log_modal {
//     margin-top: -80px !important;
//    }
// }


@media(max-width:589px){
	.title_log_modal {
   margin-top: 120px !important;
  }

  
	
}