@charset "UTF-8";
/* Google fonts import */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
}

input::-webkit-contacts-auto-fill-button, 
input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  position: absolute;
  right: 0;
}

body {
	background: url('https://implants.test.iservices.bg/images/login_background.png') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.login-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
}

.left {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 0px;
	height: 440px;
	overflow: hidden;
	background-color: rgba(42, 104, 211, 0.85);
	-webkit-border-radius: 10px 0 0 10px;
       -moz-border-radius: 10px 0 0 10px;
            border-radius: 10px 0 0 10px;
}

.right {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	width: 320px;
	height: 440px;
	background-color: rgba(0, 0, 0, 0.50);
	-webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
	-webkit-backdrop-filter: blur(10px);
	-moz-backdrop-filter: blur(10px);
	-o-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
.right.gdrp {
	-webkit-border-radius: 0 10px 10px 0;
       -moz-border-radius: 0 10px 10px 0;
            border-radius: 0 10px 10px 0;
}
.right.blocked {
	background-color: rgba(231, 76, 60, 0.85);
}

.owner {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 300px;
	margin-top: -33px;
}
.owner-logo {
	width: 50px;
	height: 50px;
	border-radius: 10px;
}
.owner-name {
	font-size: 18px;
	line-height: 40px;
	color: #4288ff;
	letter-spacing: -1px;
	font-weight: 300;
}

.right.blocked .owner .owner-name {
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	letter-spacing: -1px;
	margin-left: 5px;
}

.login-panel {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 70px;;
}

.line {
	position: relative;
	width: 260px;
	height: 36px;
	margin-bottom: 10px;
	margin-top: 10px;
	-webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.line input {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	border-radius: 5px;
	outline: none;
	border: none;
	background: #666;
	padding-left: 40px;
	font-size: 16px;
	line-height: 38px;
	color: #ddd;
	text-decoration: none;
	font-weight: 300;
	
}

.line i {
	position: relative;
	z-index: 100;
	color: #ddd;
	height: 38px;
	min-width: 42px;
	text-align: center;
	font-size: 18px;
	line-height: 36px;
	cursor: pointer;
}

.login {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	border-radius: 5px;
	outline: none;
	border: none;
	background-color: rgba(66, 136, 255, 0.75);
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 42px;
	transition: all 0.4s ease;
	cursor: pointer;
}
.login:hover {
	background-color: rgba(66, 136, 255, 1);
}

.line-options {
	display: flex;
	width: 260px;
	justify-content: space-between;
	margin-top: 10px;
	margin-bottom: 10px;
	align-items: center;
}

.option-text {
	font-size: 13px;
	color: #999;
	cursor: pointer;
	transition: all 0.4s ease;
}
.option-text:hover {
	color: #ddd;
}

.copyright {
	font-size: 10px;
	line-height: 10px;
	color: #888;
	width: 300px;
	display: flex;
	justify-content: space-between;
}

.gdrp-container {
	font-weight: 300;
	font-size: 13px;
	line-height: 15px;
	color: #fff;
	margin: 10px;
	height: 500px;
	overflow: auto;
}
.gdrp-container::-webkit-scrollbar {
	display: none;
}
.gdrp-title {
	text-align: center;
}
.gdrp-text {
	font-size: 11px;
	line-height: 13px;
	color: #eee;
	margin-top: 13px;
}

.avatar {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
}

.pass-forgot {
	font-size: 18px;
	line-height: 18px;
	color: #fd5b49;
	letter-spacing: -1px;
	text-align: center;
	font-weight: 300;
}

.line-ban {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	letter-spacing: -1px;
	text-align: center;
	font-weight: 300;
}

.line-text {
	font-size: 11px;
	font-weight: 300;
	color: #ccc;
	text-align: center;
	margin-bottom: 10px;
	-webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}


/* --------- error --------- */

.notificationWindow {
	width: 330px;
	position: fixed;
	right: 10px;
	bottom: 53px;
	display: block;
	z-index: 1;
}

.notification {
	font-family: 'Roboto', sans-serif;
	width: 300px;
	display: block;
	margin-bottom: 10px;
	padding: 14px;
	color: #fff;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-animation: notifIn 0.5s 1 ease;
	-moz-animation: notifIn 0.5s 1 ease;
	-o-animation: notifIn 0.5s 1 ease;
}
.notiOut {
	font-family: 'Roboto', sans-serif;
	width: 300px;
	display: block;
	margin-bottom: 10px;
	margin-left: 400px;
	padding: 14px;
	color: #fff;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-animation: notifOut 0.3s 1 ease;
	-moz-animation: notifOut 0.3s 1 ease;
	-o-animation: notifOut 0.3s 1 ease;
}

.error {
	background-color: #d2201a;
}
.success {
	background-color: #27ae60;
}
.not-title {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	margin-bottom: 8px;
	display: block;
	height: 16px;
}
.not-message {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
}

.not-close-btn {
	float: right;
	cursor: pointer;
	font-size: 16px;
	color: #d2d2d2;
	text-decoration: none;
	outline: 0;
}
.not-close-btn:hover {
	color: #fff;
}

@-webkit-keyframes notifOut {
	from { margin-left: 0; opacity: 1.0; }
	to { margin-left: 400px; opacity: 0.0; }
}
@-moz-keyframes notifOut {
	from { margin-left: 0; opacity: 1.0; }
	to { margin-left: 400px; opacity: 0.0; }
}
@-o-keyframes notifOut {
	from { margin-left: 0; opacity: 1.0; }
	to { margin-left: 400px; opacity: 0.0; }
}

@-webkit-keyframes notifIn {
	from { margin-bottom: -30px; opacity: 0.0; }
	to { margin-bottom: 10px; opacity: 1.0; }
}
@-moz-keyframes notifIn {
	from { margin-bottom: -30px; opacity: 0.0; }
	to { margin-bottom: 10px; opacity: 1.0; }
}
@-o-keyframes notifIn {
	from { margin-bottom: -30px; opacity: 0.0; }
	to { margin-bottom: 10px; opacity: 1.0; }
}

