body { 
    padding-top: 65px; 
}




.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin-heading {
  	margin-bottom: 10px;
	text-align:center;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-top: 20px;
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.form-password-reset {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-password-reset-heading {
  	margin-bottom: 10px;
	text-align:center;
}

.form-password-reset .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-password-reset .form-control:focus {
  z-index: 2;
}
.form-password-reset input[type="email"] {
  margin-top: 20px;
  margin-bottom: 10px;
}





.modal-header-primary {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9230f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

#modal-upload-error-label, #modal-delete-document-label, 
#modal-rename-document-label, #modal-add-client-label, 
#modal-edit-client-label, #modal-delete-client-label,
#modal-add-user-label, 
#modal-edit-user-label, #modal-delete-user-label, 
#modal-add-folder-label, #modal-delete-folder-label, #modal-rename-folder-label,
#modal-alerts-label
{

	color:#FFF;
	
}

