body,
html {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: white !important;
	font-family: "Open Sans", Arial, Tahoma, sans-serif;
	font-size: 17px;
	line-height: 26px;
}

.user_card {
	min-height: 400px;
	width: 400px;
	margin-top: auto;
	margin-bottom: auto;
	background-color: #0772bf;
	color: white;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;
}
.user_card a{
	text-decoration: underline;
	color: white;
}
.brand_logo_container {
	position: absolute;
	height: 170px;
	width: 170px;
	top: -75px;
	border-radius: 50%;
	background: white;
	padding: 10px;
	text-align: center;
}
.brand_logo_container img{
	height: 140px;
	width: 140px;
	margin-top: 0;
}
.brand_logo {
	height: 150px;
	width: 150px;
	border-radius: 50%;
	border: 2px solid white;
}
.form_container {
	margin-top: 100px;
}
.login_btn {
	width: 100%;
	background: #1bbf4b !important;
	color: white !important;
	font-weight: bold;
}
.login_btn:focus {
	box-shadow: none !important;
	outline: 0px !important;
}
.login_container {
	padding: 0 2rem;
}
.input-group-text {
	background: #1bbf4b !important;
	color: white !important;
	border: 0 !important;
	border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
	box-shadow: none !important;
	outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #c0392b !important;
}

.form-error ul{
	list-style: none;
	margin-bottom: 0;
}
.form-error.text-danger{
	min-width: 320px;
}

.home-logo{
	background-color: white;
}
.home-logo img{
	width: 35%;
	margin: 4% 7%;
}

.footer_copy{
	background-color: #1d3651;
	border-top: 1px solid rgba(255,255,255,.1);
	color: #cccccc;
}
.footer_copy .container{
	
	padding-top: 30px;
	padding-bottom: 20px;
	min-height: 53px;
	margin: 0 auto;
	position: relative;
}


.footer_copy .copyright {
	float: left;
}

.footer_copy .social {
	float: right;
	margin-right: 20px;
}
.footer_copy a{
	color: #cccccc;
	text-decoration: underline;
}
.footer_copy .social li a, .footer_copy .social-menu a {
	color: #cccccc;
		}

.footer_copy .social li {
    display: inline-block;
    margin-right: 6px;
}
.footer_copy .social li a{

    font-size: 15px;
    line-height: 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.footer_copy .social li a:hover{
	color: white;
}

.footer_copy ul {
    list-style: none outside;
}
.footer_copy .container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.iti__flag {background-image: url("/tools/intl-tel-input/img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("/tools/intl-tel-input/img/flags@2x.png");}
}

.registration_form label{
	font-weight: bold;
	padding-right: 8px;
	padding-top: 5px;
}
