﻿
body {
    background: #fafafa;
    color: black;
    background-image: url('Images/Fondos/FondoNumbit.png');
}

.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  height:32px;
}

.icon {
  padding: 10px;
  background: dodgerblue;
  color: white;
  text-align: center;
}

.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
  height: 28px;
}

.input-field:focus {
  border: 2px solid dodgerblue;
}


.circulosesion {
  display: block;
  height: 64px;
  width: 64px;
  line-height: 56px;
  font-size: 24px;
  font-weight: bold;

  -moz-border-radius: 32px;
  border-radius: 32px;

  background-color: blue;
  color: white;
  border-style: solid;
  border-width: 2px;
  border-color: black;
  text-align: center;

  margin-bottom: 10px;
}
