﻿/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/
.header {
	min-height: 650px;
	background: url(../../images/header_bg1.jpg) right top / cover no-repeat fixed;
}
.header .overlay {
	background: rgb(33 37 41 / 51%);
	padding: 10px;
}
.header .overlay .logo {
	width: 340px;
	margin-bottom: 1px;
}	
.header .overlay .subtitle {
    font-size: 18px;
}
.header .overlay .titletext {
    font-size: 50px;
	font-weight: 700;
}
.whatis-bg {
	color: #fff;
	background-color: #51504d;
}
.whoshould-bg {
	color: #fff;
	background-color: #3c3c3c;
}
.whoshould-bg .card-body {
	color: #000;
}
.features-bg {
	color: #fff;
	background-color: #51504d;
}
.features-bg .card-body {
	color: #000;
}
.features-bg .card-body img {
	width: 90%;
	cursor: pointer;
}
.flag-lang {
	height: 20px;
}

.form-control {
    padding: 22px .75rem;
}
.login-register {
	padding-top: 90px;
	min-height: 800px;
	background: url(../../images/header_bg1.jpg) right top / cover no-repeat fixed;
    justify-content: center;
}
.h2login {
	color: #48c2d6 !important
}
.show-pass {
	cursor: pointer;
}
.card-margin {
	padding: 20px;
}
.custom-checkbox {
	width: 18px;
    height: 18px;
}
.custom-label {
  position:relative;
  padding-left:2.5ch;
  display: block;
  margin-bottom: 5px;
}
.custom-label > [type=checkbox] {
  position: absolute;
  left: 0;
}
.show-pass {
    position: absolute;
    right: 0;
	padding-right: 20px;
}
.googlesign {
	width: 90%;
	max-width: 400px;
	margin: 0 10px 0 0;
	border: none;
	background-color: #FFF;
	text-align: center;
	align-items: center;
}

#loading {
  position: fixed;
  display: none; /* flex */
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  background-color: #1e1d1d;
  z-index: 99;
}

#loading-image {
  z-index: 100;
  width: 150px;
  height: 150px;
}

.userimg-icon {
	font-size: 28px;
	line-height: 1.3em;
}
.logout-f-icon {
	color: #ff5722;
	font-size: 28px;
	line-height: 1.3em;
}
.user-alink {
	font-weight: 500;
	font-size: 13px;
	margin-right: 15px;
}
.user-linkimg {
	width:35px;
	border-radius: 50%;
}
.cropImg {
	width:300px;
	height:300px;
	position:absolute;
}
.infotext > div {
	text-align: left;
    padding: 5px;
}

.card {
	border: 1px solid rgb(60 60 60);
}


/*===== PRICING STYLE ONE =====*/
.text-bg-info {
    color: #000 !important;
    background-color: #47d8e0;
}
.card-body a, .card-body button {
	background-color: #ff9800;
}
/*===== END PRICING STYLE ONE =====*/

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 675px;
	}
}