@import url(https://fonts.googleapis.com/css?family=Open+Sans);

h3{
  color:#ecf0f1;
}

p{
  padding-top:10px;
  color:#ecf0f1;
  font-size:1.0em;
}


a{
  color:#076DF2;  
}


 a:hover {
    color: #034294;
    text-decoration: none;
}

label {
  color:#ecf0f1;
  padding-top:10px;
  font-size:1.0rem;
}

.label-register{
 color:rgba(0, 109, 128, 0.52);
}

.button{
  margin-top:20px;
  background-color: #076DF2;
}

.button:hover{
  margin-top:20px;
  background-color: #076DF2;
}


button{
  margin-top:20px;
  background-color: #076DF2;
}

.border-login{
  border-right:1px solid #fff;
  min-height:450px;
  float:right;
}

.space-top{
  padding-top:50px;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 9px;
    border-bottom: 1px solid #e5e5e5;
    background: #263238;
    color: #fff;
    border-top: 1px solid #e65100;
    border-radius: 0;
}

.modal-footer {
    padding: 9px;
    text-align: right;
    border-top: 1px solid #607D8B;
}

.modal-content {
    position: relative;
    background-color: #CFD8DC;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-left: 1px solid #e65100;
    border-right: 1px solid #e65100;
    border-bottom: 1px solid #e65100;
    border-radius: 0;
    outline: 0;
  }

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    /* border: 1px solid transparent; */
    border-radius: 0;
}