html
{
  font-size: 16px;
}

#upload-input
{
  display: none;
}

.container
{
  position: relative;
  margin-top: 50px;
}

.notif-container {
  position: absolute;
  left: 0;
  top: 0;
}

.pointer
{
  cursor: pointer;
}

.input-error-container {
  min-height: 30px;
}

.input-error, .input-success
{
  font-size: .875rem;
}

.input-error {
  color: #dc3545;
}

.input-success {
  color: #3ab73f;
}

input, select, .alert {
  border-radius: 0px !important;
}

.register-subheader {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

#file-upload .btn-choose {
  border-radius: 0 !important;
}

.login-sub-button {
  font-size: 11px;
}

.login-sub-button:hover {
  color: white;
}

.forgot-password-button {
  float: right;
}

.goto-register-button {
  float: left;
}

.fb-login-button span, .fb-login-button span iframe {
  height: 40px !important;
}

.hr-sect {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	color: black;
	margin: 8px 0px;
}
.hr-sect::before,
.hr-sect::after {
	content: "";
	flex-grow: 1;
	background: rgba(0, 0, 0, 0.1);
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px 8px;
}

.social-button {
  text-transform: uppercase;
  cursor: pointer;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.social-button .social-text {
  margin-left: -20px;
}

#facebook-button .social-button {
  background-color: #3b5998;
  color: white;
}

#linkedin-button .social-button {
  background-color: #0077B5;
  color: white;
}

#google-button .g-signin2 {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.abcRioButton {
  width: 100% !important;
  height: 100% !important;
}

#google-button .social-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd4b39;
  color: white;
}

.social-button-container {
  height: 40px;
}

.social-button-container * {
  line-height: 40px;
  text-align: center;
  justify-content: center;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0px;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.nav-item {
  width: 50%;
}

.nav-link {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  text-transform: uppercase;
  color: black;
}

.user-picture-form {
  margin-bottom: 0 !important;
}

.custom-profile-image {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: auto;
  max-height: auto;
  min-height: auto;
  width: 100%;
}
