html {
    width:100%;
    height:100%;
    overflow-x: hidden;
}

body, .x-body {
	font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue,
		PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC,
		WenQuanYi Micro Hei, sans-serif;
	font-size: 15px;
	color: #121212;
	background: #f6f6f6;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    height: 100vh;
    font-variant: normal;
    font-style: normal;
    background-image: url(../images/login/loginbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

body, button, p, pre {
	margin: 0;
}
.main {
	width: 100%;
    height: 100%;
}

.head {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.head-dek {
	margin: 0;
	height: 52px;
	margin-left: 50px;
}

.logo {
	box-sizing: border-box;
	margin: 0;
	height: auto;
	width: auto;
	margin-top: 20px;
}

.login-socialicon {
    margin-right: 6px;
}
.login-socialbutton {
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.css-1n326i2 {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	height: 52px;
}

.login-wrapper {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	height: 460px;
}

.login-wrapper-fixed {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	margin: 0 auto;
	max-width: 1366px;
	min-width: 1000px;
	height: 460px;
}

.login-centre {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	display: flex;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.css-vurnku {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
}

.login-right-main {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	max-width: 100%;
	height: auto;
}

.down-app {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.login-left {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	width: 400px;
	background-color: #FFFFFF;
	border-radius: 4px;
	opacity: 0.95;
}

.login-left-main {
	box-sizing: border-box;
	margin: 0;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.login-title {
	color: #031581;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.login-title h1 {
	margin: 0;
	margin-bottom: 30px;
}

.login-input {
	position: relative;
}

.input-wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 180px;
	height: 34px;
	padding: 4px 10px;
	font-size: 14px;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background .2s, border .2s;
	transition: background .2s, border .2s;
}

.login-input .input-wrapper {
	border: none;
	border-bottom: 1px solid #ebebeb;
}

.login-input .input-wrapper {
	width: 100%;
	height: 48px;
	padding: 0;
	color: #8590A6;
	border-bottom: 1px solid #EBEBEB;
	border-radius: 0;
}

.input-comp {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	padding: 0;
	overflow: hidden;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	background: transparent;
	border: none;
	resize: none;
}

input.input-comp {
	color: #121212;
	height: 24px;
	line-height: 24px;
}

.login-input .input-comp {
	height: auto;
}

.login-input {
	position: relative;
}

.cursor {
	cursor: pointer;
}

button {
	padding: 0;
	font: inherit;
	color: inherit;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.login-btn {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	text-align: center;
	line-height: inherit;
	-webkit-text-decoration: none;
	text-decoration: none;
	font-size: inherit;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: white;
	background-color: #0066FF;
	border: 0;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	background-color: #0066FF;
	border-radius: 4px;
	font-weight: normal;
	margin-top: 30px;
	width: 100%;
	border-radius: 4px;
	height: 34px;
	font-size: 14px;
	line-height: 1;
	color: #FFFFFF;
	background-color: #0066FF;
}

.login-right {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
}


.footer {
	font-size: 12px;
	line-height: 21px;
	text-align: center;
	color: #e0e0e0;
	height: 50px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.down-text {
	box-sizing: border-box;
	margin: 0px 0px 0px auto;
	min-width: 0px;
	appearance: none;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	padding: 8px 16px;
	border: 0px;
	font-weight: normal;
	height: 34px;
	font-size: 14px;
	line-height: 1;
}

.third-party {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #8590a6;
    height: 60px;
    line-height: 60px;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
}
.third-party-butgroup {
    display: -ms-flexbox;
    display: flex;
    margin-left: 2px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.but {
    padding: 0 16px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: none;
    border: 1px solid;
    border-radius: 3px;
    color: #8590a6;
}
.button-plain {
    height: auto;
    padding: 0;
    line-height: inherit;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.Login-socialButton {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.oktaBtn {
    background:url(../images/login/okta.png) no-repeat center;
}

.reset-pwd {
    float: right;
    margin-top: 10px;
}
.css-b2yyne {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
    color: #0000EE;
    width: 400px;
    height: 60px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #F6F6F6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    border-radius: 4px;
}
.css-lbryw4 {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    height: 20px;
    width: 1px;
    background-color: #EBEBEB;
}
.css-row {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    border-top: 1px solid;
    border-color: #EBEBEB;
    margin-left: 24px;
    margin-right: 24px;
}
button.css-hrpw2l {
    color: #717376;
}


.message {
    position: fixed;
    top: 75px;
    left: 50%;
    z-index: 499;
    padding: 14px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    font-size: 14px;
    color: #121212;
    pointer-events: all;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 20px rgb(18 18 18 / 10%);
    box-shadow: 0 5px 20px rgb(18 18 18 / 10%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
	
@media (min-width: 769px) {
    .message {
        width:-webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        max-width: 600px;
        min-width: 520px
    }
}
@media (max-width: 768px) {
    .message {
        width:calc(100vw - 32px)
    }
}


.message-red-ghost {
    color: #f1403c;
    background: #fff;
}
.message-enter {
    -webkit-animation: spring-in .3s;
    animation: spring-in .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.message-textsection {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.x-tool-img {
    margin-left: -5px;
}