/**
 Description: CSS of WebUI Login Page

 Copyright (c) 2014-2021 by Cisco Systems, Inc.
 All rights reserved.
 */

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100%;
}
body {
        height: 100%;
        overflow-x:hidden;
        font-family: arial;
        font-size: 14px;
        line-height: 1.428571429;
        color: #fff;
        margin: 0;
}
.backgroundImgContainer {
        height: 100%;
        overflow-x:hidden;
        padding: 10px;
        background-image: url("/webui/login/assets/images/background.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
}
.main-container {
	min-height: 450px;
	min-width: 700px;
	height: 100%;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	.container {
		max-width: 750px;
	}
	#copyrightmsg{
		width: 750px;
		left: -200px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 970px;
	}
	#copyrightmsg{
		width: 970px;
		left: -300px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
	#copyrightmsg{
		width: 1170px;
		left: -370px;
	}
}
.login-panel.webui-centerpanel {
    text-align: center;
}

.login-float-left{
	float:left !important;
}

.login-float-right{
	float:right !important;
}

.login-float-left-margin16{
	float:left !important;
	margin-left:16px !important;
}

input[type=password]::-ms-reveal {
    display: none;
}

.webui-centerpanel {
    color: #495659;
    background: white;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
	min-width: 380px;
	overflow: hidden;
	border-radius: 5px;
}

.webui-centerpanel-title {
	font-size: 18px;
	position: relative;
	color: green;
}
.webui-centerpanel-title pre {
	margin: 0 5px;
	font-size: 10px;
	font-family: inherit;
    white-space: pre-line !important;
	text-align: left;
	display: inline-block;
	margin-bottom: 10px;
	max-height: 100px;
	overflow: hidden;
	width: 330px;
}
.login-help {
	display: none;
}

.form-horizontal .form-group {
	margin: 0;
	margin-bottom: 15px;
	text-align: left;
	position: relative;
}
.langInline  {
    display: inline-block;
    border: 0;
    padding: 0;
    vertical-align: middle;
	color: #495659;
}
.langInline.langLinkCSS{
    padding: 0.1rem;
    text-decoration: underline;
    cursor: pointer;
}
.langInline.langLinkCSS.isSelected {
    text-decoration: none;
    cursor: default;
}
.mainLoginDiv{
	text-align: center;
    position: absolute;
    top: 35%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -25%);
    min-width: 300px;
    width: 33%;
	min-height: 385px;
}
.login-form .form-control {
	width: 327px;
	background-color: inherit;
	color: #333;
	height: 3em;
	border: none;
	box-shadow: none;
	outline: 0;
	padding: 2px .3em;
	line-height: 1.6em;
	font-family: inherit;
	font-size: 100%;
	border-bottom: 1px solid #333;
}
.label {
    white-space: normal;
    text-align: initial;
}
.label {
    color: #4b5764;
    font-size: 16px;
    border-bottom: 1px dashed transparent;
    padding: 4px 0px 0px 0px;
    font-weight: normal;
    border-radius: 0;
    display: inline-block;
    margin-top: 8px;
    font-weight: 500;
}
.marginbottom{
	margin-bottom: 20px !important;
}
.descriptionhelp {
    margin: 0px;
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
}
.configLoginCopyright {
	position: absolute;
	bottom: 10px;
	margin: 10px;
}

.login-form {
	display: inline-block;
	margin-bottom: 30px;
}

.btn {
	padding: 3px 31px;
	font-size: 16px;
	font-family: inherit;
	border-radius: 20px;
	background-color: #2e3c47;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.btn-primary {
	border-color: inherit;
	font-size: 16px;
	color: #fff;
	border: none;
    border-radius: 0;
    background: #049fd9;
    padding: 10px 2px 10px 2px;
    width: 40%;
	transition: all 0.4s;
	margin-top: 20px;
	border-radius: 5px;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
	background: rgb(8, 123, 175);
	box-shadow: 0 3px 15px 0 rgba(0,0,0,.2);
	outline: none;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition:all 0.4s;
}

img {
	width: 80px;
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.428571429;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: rgba(10,170,240,0.5);
	white-space: normal;
}
pre:before {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: .5em;
	position: relative;
	vertical-align: middle;
	content:url(data:image/svg+xml,%3Csvg%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M320%20256q0%2072-64%20110v1266q0%2013-9.5%2022.5t-22.5%209.5h-64q-13%200-22.5-9.5t-9.5-22.5v-1266q-64-38-64-110%200-53%2037.5-90.5t90.5-37.5%2090.5%2037.5%2037.5%2090.5zm1472%2064v763q0%2025-12.5%2038.5t-39.5%2027.5q-215%20116-369%20116-61%200-123.5-22t-108.5-48-115.5-48-142.5-22q-192%200-464%20146-17%209-33%209-26%200-45-19t-19-45v-742q0-32%2031-55%2021-14%2079-43%20236-120%20421-120%20107%200%20200%2029t219%2088q38%2019%2088%2019%2054%200%20117.5-21t110-47%2088-47%2054.5-21q26%200%2045%2019t19%2045z%22%20fill%3D%22grey%22/%3E%3C/svg%3E);
}
#companylogo{
	width: 100px;
	margin-top: 30px;
}
#LoginTitle{
	font-weight:400;
	color:#495659;
	margin: 5px 0px 0px 0px;
	text-transform: uppercase;
}
#show_banner_text{
	display:none;
	font-size: 13px;
	text-decoration:underline;
	position: relative;
	color: green;
	top: -20px;
	text-align:right;
	margin: 0px;
	width: 300px;
	cursor: pointer;
}
#copyrightmsg{
	margin: 10px 10px 20px 10px;
	position: relative;
	bottom: -50px;
	text-align: left;
}
.langInline.langLinkCSS a {
text-decoration: none;
color: inherit;
}

#authmsg .error{
	color: red;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 2px;
  top: 16px;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
}
input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label,
.username-input-class
{
  position: absolute;
  pointer-events: none;
  top: 0px;
  bottom: 10px;
  left: 2px;
  font-size: 10px;
  opacity: 1;
}
input:-webkit-autofill ~ .floating-label
{
  top: 0px;
  bottom: 10px;
  left: 2px;
  font-size: 10px;
  opacity: 1;
}
input:-moz-autofill ~ .floating-label
{
  top: 0px;
  bottom: 10px;
  left: 2px;
  font-size: 10px;
  opacity: 1;
}
.browser_info_font{
    font-size: 14px;
}
.browser_version_font{
    font-size: 15px;
}
@media (min-width: 768px) {
	.container {
		max-width: 750px;
	}
	#supportedBrowserInfo{
		width: 750px;
		left: -168px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 970px;
	}
	#supportedBrowserInfo{
		width: 970px;
		left: -274px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
	#supportedBrowserInfo{
		width: 1170px;
		left: -370px;
	}
}
#supportedBrowserInfo{
	margin-left: -1em;
	text-align: center;
}

@keyframes ellipsis {
	to {
		width: 1.25em;
	}
}

@-webkit-keyframes ellipsis {
	to {
		width: 1.25em;
	}
}

.addEllipses:after{
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
	-webkit-animation: ellipsis steps(4,end) 900ms infinite;
	animation: ellipsis steps(4,end) 900ms infinite;
	content: "\2026"; /* ascii code for the ellipsis character */
	width: 0px;
}

.blockFullContainer {
	pointer-events: all;
	z-index: 99999;
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	top: 0;
	display: block;
	left: 0;
	cursor: wait;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.6);
}

.textFormatting {
	color: #fff;
	font-size: 40px;
	position: relative;
	top: 50%;
	left: 27%;
	align-content: center;
}
