/*
	MAIN STYLE
*/

@font-face {
	font-family: Manrope; font-style: normal; font-weight: 400;
	src: url(/theme/dash_backend_theme/static/src/fonts/manrope/Manrope-Regular.eot) format("embedded-opentype"), url(/theme/dash_backend_theme/static/src/fonts/manrope/Manrope-Regular.woff) format("woff"), url(/theme/dash_backend_theme/static/src/fonts/manrope/Manrope-Regular.ttf) format("truetype")
}

@font-face {
	font-family: Manrope; font-style: normal; font-weight: 500;
	src: url(/theme/dash_backend_theme/static/src/fonts/manrope/Manrope-Medium.eot) format("embedded-opentype"), url(/theme/dash_backend_theme/static/src/fonts/manrope/Manrope-Medium.woff) format("woff"), url(/theme/dash_backend_theme/static/src/fonts/manrope/Manrope-Medium.ttf) format("truetype")
}

@font-face {
	font-family: Manrope; font-style: normal; font-weight: 600;
	src: url(/theme/dash_backend_theme/static/src/fonts/manrope/Manrope-SemiBold.eot) format("embedded-opentype"), url(/theme/dash_backend_theme/static/src/fonts/manrope/Manrope-SemiBold.woff) format("woff"), url(/theme/dash_backend_theme/static/src/fonts/manrope/Manrope-SemiBold.ttf) format("truetype")
}


body, html {
	font-family: 'Manrope', Helvetica, Arial, sans-serif;
	font-size: 15px;
	margin: 0;
    padding: 0;
    height: 100%;
}

.body_login {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    position: relative;
}

.body_login:before {
	content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.btn_login {
	background-color: #007EE5;
	opacity: 0.9;
	text-transform: uppercase;
	transition: background-color 0.5s ease;
	width: 200px;
	color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	/* border-color: white; */
}

.btn_login:hover {
	opacity: 1;
	color: white;
	background-color: rgb(243, 82, 82);
}

.text_wrapper {
	white-space: normal;
}

.o_database_list {
	display: inline-block;
    vertical-align: middle;
    padding: 36px;
    border-radius: 9px;
    float: none;
	backdrop-filter: blur(16px) saturate(180%);
	-webkit-backdrop-filter: blur(16px) saturate(180%);
	background-color: rgba(255, 255, 255, 0.75);
}
.o_database_list .card-body {
	background: none !important;
}

#background-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-filter: blur(0px);
	z-index: -1;
}


.o_database_list input,
.o_database_list select {
	display: block;
	width: 100%;
	font-weight: 400;
	line-height: 1.5;
	color: #5a6a85;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-clip: padding-box;
	border: 1px solid #dfe5ef;
	border-radius: 7px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;


	min-height: calc(1.5em + 1rem + calc(1px * 2));
	padding: .5rem 1rem;
	font-size: 1.09375rem;

	text-align: center;
}

.o_database_list select option {
	background-color: #95A5A6;
}

.o_database_list input:focus,
.o_database_list select:focus {
	border-bottom: 1px solid #e0953e;
	outline: 0 none;
}

a.btn-select {
    background-color: #BBB;
    border-radius: 5px !important;
    color: #EEE;
}

.btn-primary {
	background-color: #2c7be5;
	border-color: #2c7be5;
	color: #fff;
}

/*.o_database_list .btn-primary {*/
/*	color: #FFF;*/
/*  	background-color: #BBB;*/
/*  	border: 1px solid #CCC;*/
/*  	text-transform: uppercase;*/
/*  	transition: background-color 0.5s ease;*/
/*}*/

.o_database_list .btn-primary:hover,
a.btn-select:hover {
	background-color: #f05a24;
	color: #FFF;
}

.form-control {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

.o_database_list .company_logo {
	margin-bottom: 50px;
	max-width: 100%;
    height: auto;
}

.oe_login_buttons {
	margin-top: 30px;
	margin-bottom: 10px;
}


#loader {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.75);
	/* background: rgba(0,0,0,0.75) url(/odoo_web_login/static/src/img/background_login_1.png) no-repeat center center; */
	z-index: 10000;
  }

.loading-content{
	color:white;
	position: relative;
    margin: 0 auto;
    top: 50%;
}

.loader{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
    top: 50%;
}

#loaderBounce span{
    display: inline-block;
    width: 15%;
    height: 15%;
    border-radius: 100%;
    background-color: #007EE5;
    margin: 35px 5px;
  }
  
#loaderBounce span:nth-child(1){
animation: bounce 1s ease-in-out infinite;
}

#loaderBounce span:nth-child(2){
animation: bounce 1s ease-in-out 0.33s infinite;
}

#loaderBounce span:nth-child(3){
animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce{
0%, 75%, 100%{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

25%{
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
}





.field-inline {
	width: 45%;
}

.container-inline {
	display: flex;
	justify-content: space-between;
}







.iti__flag {background-image: url("/odoo_web_login/static/src/libs/intl-tel-input/img/flags.png") !important;}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("/odoo_web_login/static/src/libs/intl-tel-input/img/flags2x.png") !important;}
}

.line_target {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 32px;
}

.line_target_text{
	color: white; 
	word-wrap: break-word;
	white-space: normal;
	font-size: 16px;
	margin: 0px;
	text-align: left;
}

.line_target_img{
	width: 32px;
	height: 32px;
	margin-right: 16px;
}


.left_signup_page_container {
	height:100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: -1;

	position: sticky;
	top: 0px;
	min-height: 100vh;

	background-image: url('/odoo_web_login/static/src/img/signups/left-background-image.png');
	
	display: flex;
	flex-flow: column;
}
.left_signup_content_container {
	height: 580px; width: 375px;
	padding: 0;
	margin: 0;
	margin: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
}
.right_signup_page_container {
	min-height: 100%;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: column;
}

.line_logo_target_container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row;
}

.logo_company_container{
	padding-top: 48px;
	padding-left: 48px; 
	padding-bottom: 20px; 
	text-align: left;
}
.logo_company{
	width: 208px;
	height: 32px;
}

input[type="checkbox"] {
    opacity: 1 !important;
    width: 20px !important;
    height: 20px !important;
    display: inline-block !important;
}