﻿body {
    background-color: rgba(220, 220, 220,0.25);
    color: rgb(162, 162, 162);
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

label {
    color: #e7302a;
    text-align: center;
    width: 100%;
}

.login-center {
    margin-top: 8%;
}

.info-panel {
    background-color: #fff;
    padding: 10px 20px;
    width: 380px;
    box-shadow: 10px 15px 15px rgba(100, 100, 100,0.4);
}

.input-field{

    height:55px;
    font-size:25px;

}

.header {
    width: 100%;
    background-color: #fff;
    height: 70px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0,0.4);
}
.header .row{
    margin-right:0px;
}

h3{
    color:#fff;
}


/* LOADING ANIMATION */

.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #e7302a;
  border-color: #e7302a transparent #e7302a transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}



