body {font-family: Arial, Helvetica, sans-serif;}
form {border: 3px solid #f1f1f1;}

input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 20px;
}

button {
  background-color: #4CAF50;
  color: white;
  padding: 8px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

button:hover {
  opacity: 0.8;
}

.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container1 {
  padding: 16px;
}

.input-group-addon{
	margin:0px;
}
.input{
	margin:0px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}

.GNI {
    background: url(../images/refresh1.png) no-repeat left center;
    display: block;
    height: 17px;
    width: 16px;
    padding-left: 0px;
    margin: -25px 0 10px 165px;
    line-height: 15px;
}

.errorMsg {
    
    padding: 10px 0px;
    color: red;
    font-size: 12px;
}

.login-modal-header, .login-modal-footer {
    background: #f8f9fa;
	padding: 20px !important;
}
.login-modal-content {
	border-top: 6px solid red !important;
    border-radius: 6px !important;
}
.login-modal-danger {
  border-top: 6px solid red !important;
}
.login-modal-success {
  border-top: 6px solid #2cc9e2 !important;
}
.login-modal-body {
	padding: 20px !important;
}
.login-modal-btn {
	width: auto;
	font-size: 14px !important;
}
.modal-body-text {
	font-size: 14px;
}
.login-info-icon {
	font-size: 25px;
}
.login_error {
  color: red;
  font-size: 14px;
}

.browser-modal-header, .browser-modal-footer {
    background: #f8f9fa;
  padding: 20px !important;
}
.browser-modal-content {
  border-top: 6px solid red !important;
    border-radius: 6px !important;
}
.browser-modal-body {
  padding: 20px !important;
}
.browser-modal-btn {
  width: auto;
  font-size: 14px !important;
}
.modal-body-text {
  font-size: 14px;
}
.browser-info-icon {
  font-size: 25px;
}
.browser_error {
  color: red;
  font-size: 14px;
}
.browser-modal-txt {
  font-size: 20px;
}
.forgot_link {
  float: right !important;
  font-size: 14px;
  padding: 8px;
}
.forgot_email_field {
  padding: 0 22px !important;
  font-size: initial !important;
}
.login_btn {
  width: auto;
  font-size: 14px !important;
}
.login_page_note {
  font-size: 14px;
  color: red;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px;
}