.horizontal-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.input-field{width:90px;height:20px;padding:8px;font-size:13px;border:1px solid #dee0e3;border-radius:5px;-webkit-transition:border-color .3s;transition:border-color .3s;outline:none}.input-field:hover{border-color:#06f}.input-field:focus{border-color:#06f;-webkit-box-shadow:0 0 5px rgba(0,0,255,.5);box-shadow:0 0 5px rgba(0,0,255,.5)}.custom-alert{display:-webkit-box;display:-ms-flexbox;display:flex;height:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 20px;background-color:#39f;color:#fff;border-radius:4px;font-size:16px}.message{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:40px}