

#phrase_modal{
  .form__control{
    margin-bottom:10px;
  }

  input[name="custom_name"]{
    line-height:1;
    text-transform: uppercase;
    text-align:center;
  }

  button{
    width:100%;
    margin-bottom:10px;
  }

  .styled-select{
    margin-bottom:10px;
  }

  label{
    display:block;
    text-align:center;
  }

}


