﻿.input-text-round {
    background-color: transparent;
    border: 2px solid #675aa6;
    border-radius: 999px;
    color: #616161;
    display: inline-block;
    font: 11pt 'proximaNovaRegular';
    padding: 10px 16px;
    vertical-align: bottom;
}

.input-text-round:focus {
    box-shadow: 0 0 0 1px #616161;
    outline: none;
}

/* Highlight */
.input-text-round {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}
.input-text-round:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}