*
{
	font-family: "proxima-nova", sans-serif;
}



.waves_bg
{
	background-image: url(../img/top-waves.svg);
	background-size: contain;
	background-repeat: no-repeat;
	min-height: 50vh;
}

.country_list
{
	display: flex;
	flex-direction: column;
}

.flag
{
	width: 18%;
}

.country
{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 82%;
}

.country_row
{
	display: flex;
	flex-direction: row;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 8px;
	cursor: pointer;
}

.country_row.disabled
{
	cursor: unset;
	opacity: 0.5;
}

.country_row:not(.disabled):hover, .country_row.selected
{
	background-color: #EBF1F3;
}

/*.main_container
{
	min-height: 130vh;
}*/

#contact_message
{
	display: none;
}

.inner_container .country p
{
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	color: #0F1D22;
}

.inner_container
{
	background-color: white;
	border-radius: 12px;
	padding: 25px;
	filter: drop-shadow(0px 10px 10px rgba(0,0,0,0.25));
	border: 0px solid black;
}

.inner_container h1
{
	text-align: center;
	font-size: 34px;
	color: #0F1D22;
	font-weight: 700;
}

.inner_container a
{
	color: #715800;
	font-weight: 700;
}

.inner_container p
{
	text-align: center;
}

.inner_container button
{
	background-color: #F5CC3B;
	color: #1C1818;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	border: none;
	border-radius: 6px;
	width: 100%;
	height: 42px;
	border: 2px solid #F5CC3B;
	transition: all 0.3s ease;
}

.inner_container button:hover
{
	background-color: white;
	color: #02AFD7;
	transition: all 0.3s ease;
}

.form-check-input
{
	border: 2px solid #666;
}

.remember_me
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

label:not('.purpose-item-analytics')
{
	font-size: 18px;
	color: #0F1D22;
	font-weight: 400;
}

.footer
{
	background-color: #016BA9;
	padding: 15px;
	position: fixed;
	bottom: 0px;
	width: 100%;
}

.white_logo
{
	filter: brightness(10);
}

.footer_left a
{
	color: #02AFD7;
}

.footer_left p
{
	color: white;
	opacity: 0.5;
}

.align_right p
{
	text-align: right;
}

.align_right p a
{
	color: white;
	text-decoration: none;
}

.align_right p a:hover
{
	text-decoration: underline;
}

#access_code
{
	height: 50px;
	font-size: 16px;
}

.close_btn
{
	max-width: 84px;
	margin: 0 auto;
	display: block;
}

.error_row
{
	background-color: #FBEAEA;
	border-radius: 8px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.error_row p
{
	padding: 0;
	margin: 0;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	width: unset;
	margin-left: 20px;
}

.error_row img
{
	max-width: 30px;
	margin-left: 10px;
}

.icon_wrapper
{
	max-width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 992px) 
{
	.align_right p
	{
		text-align: left;
	}
}


.footer_left p
{
	margin-bottom: 5px;
}

.input-wrapper {
	position: relative;
}

.input-wrapper input {
	border: 1px solid #C4C4C4;
	border-radius: 8px;
	position: relative;
	width: 100%;
	line-height: 2rem;
}

.input-wrapper label {
	position: absolute;
	left: 1.1em;
	top: -0.70rem;
	z-index: 1;

	background-color: white;
	padding: 0 5px;
	margin: 0;
	color: #0F1D22;
	font-size: 14px;
}

.input-wrapper label.unstyled
{
	display: none;
}

  html, body
  {
    background-color: #001B22;
  }
  .disclaimer_row
  {
    background-color: unset;
    padding-top: 10px;
  }

  .disclaimer_row a
  {
    color: white;
    font-weight: 700;
  }

  .visit_patient
  {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }

  @media (max-width: 992px)
  {
    .role_wrapper
    {
      height: unset !important;
    }

    .role_selector_container h1
    {
      font-size: 32px;
      line-height: 34px;
    }
  }