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

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

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

html {
	background: url(images/statsBackground.jpg) 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;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.left {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 1px;
	height: 500px;
	overflow: hidden;
	background-color: rgba(0, 130, 90, 0.50);
	-webkit-backdrop-filter: blur(10px);
	-moz-backdrop-filter: blur(10px);
	-o-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	-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: 360px;
	height: 500px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.50);
	-webkit-backdrop-filter: blur(10px);
	-moz-backdrop-filter: blur(10px);
	-o-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	-webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}

.right.gdrp {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	width: 360px;
	height: 500px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.50);
	-webkit-backdrop-filter: blur(10px);
	-moz-backdrop-filter: blur(10px);
	-o-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	-webkit-border-radius: 0 10px 10px 0;
       -moz-border-radius: 0 10px 10px 0;
            border-radius: 0 10px 10px 0;
}

.right.blocked {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	width: 360px;
	height: 500px;
	overflow: hidden;
	background-color: rgba(231, 76, 60, 0.70);
	-webkit-backdrop-filter: blur(10px);
	-moz-backdrop-filter: blur(10px);
	-o-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	-webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}

.owner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.owner-logo {
	height: 40px;
	margin-bottom: 5px;
}

.owner-name {
	font-size: 20px;
	line-height: 20px;
	color: #00825a;
	letter-spacing: -1px;
}

.right.blocked .owner .owner-name {
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	letter-spacing: -1px;
}

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

.line {
	position: relative;
	width: 260px;
	height: 42px;
	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: #fff;
	padding-left: 48px;
	font-size: 16px;
	font-weight: 300;
	line-height: 42px;
	color: #00825a;
	text-decoration: none;
	
}

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

.login {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	border-radius: 5px;
	outline: none;
	border: none;
	background-color: rgba(0, 130, 90, 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(0, 130, 90, 1.0);
}

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

.option-text {
	display: flex;
	align-items: center;
	font-weight: 300;
	font-size: 13px;
	color: rgba(51, 51, 51, 0.70);
	cursor: pointer;
	transition: all 0.4s ease;
}
.option-text:hover {
	color: rgba(51, 51, 51, 1.00);
}

.copyright {
	font-size: 10px;
	line-height: 10px;
	font-weight: 300;
	width: 340px;
	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: #e74c3c;
	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;
}


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

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

.notification {
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    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;
}

@-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; }
}

.notiOut {
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    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;
}

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

.error {
    background-color: #d2201a;
}

.succes, .success {
    background-color: #27ae60;
}

.notTitle {
    font-size: 14px;
    margin-bottom: 8px;
	display: block;
	height: 16px;
}

.message {
    font-size: 12px;
	font-weight: 300;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

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

