.passn{
    color:white;
    font-size:25px!important;
    font-weight:bold!important;
    text-align:left !important;
    margin-bottom:0px !important;
  }

  .delete-cloned-btn{
    position:absolute;
    left:300px!important;
  }
  .passt{
      color:white;
      margin-bottom:10px;
  }
  .contmarg{
    border-left-color:white!important;
    border-left:1px solid;
    padding-left: 50px;
  
  }

.buttonbar{
background-color:#012175;
text-align:center;
width:100%;
display:inline-block;
border-top:1px solid white;
}

.buttonpass{
width:auto!important;
background-color:#dddddd !important;
    font-size: 3rem;
    height: 5rem;
color:#012175;
text-transform:none!important;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
font-family:inherit;
}



  @media  screen and(max-width: 600px){
    .contmarg{
        border-left-color:white!important;
        border-left:1px solid;
        border-right-color:white!important;
        border-right:1px solid;
      }
  }