/*===================
* the login pages
* ===================
*/

* {
	-webkit-transition: all 0.2s ease;
	-moz-transition:    all 0.2s ease;
	-ms-transition:     all 0.2s ease;
	-o-transition:      all 0.2s ease;
}

.loginClass {
	font-family: adobe-clean,Helvetica,Arial,sans-serif;
}

.loginClass,
.loginClass a,
.loginClass hr,
.loginClass .navTitle  {
	margin:0px;
}

.loginClass .navTitle {
	text-align: right;
}

#mainLogo {
	float: left;
	margin: 30px 0 0 35px;
}

#secondaryLogo {
	float: right;
	margin: 30px 35px 0 0;
}

/*=====================
*  special messages
*=====================*/
.error {
	color: #E00000; /* WCAG 2 AAA contrast rating on white background at small font sizes */
	font-weight:bold;
	padding-bottom: 8px;
}
.info {
	color: #2E8B57;
	font-weight:bold;
	padding-bottom: 8px;
}
.warning, .required {
	color: #B60000; /* WCAG 2 AAA contrast rating on white background rating at small font sizes */
}


.loginClass .pageContent {margin: 0 0 0 0 !important;}

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { border: 0; margin-left: -7px; padding: 0; }



.loginHelp a {background-color: transparent !important;}


.loginClass .loginControls .error
{
	margin-left:0px;
}

.loginClass .noScript .loginControls .error
{
	margin-left:0em;
}

.loginClass  #systemContainer
{
	min-width:950px;
}

.loginClass #systemBanner
{
	height:88px;
}

.loginClass #loginAsset1
{
	position:absolute;
	left:80px;
	top:50px
}

.loginClass #loginAsset2
{
	float:right;
	padding-right:16px;
}

* html .loginClass .login {
	height: 500px;
}

::root .loginClass .login {
	height: 500px;
}

.loginClass .login
{
	height: 100%;
	font-size:9pt;
	background-color:#F5F5F5;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	min-height: 700px;

}
/*  width:expression(document.body.clientWidth &lt; 950 ? '950px': '100%' ); */

.loginClass .login.tablet {
    min-height: 0px;
}

.loginClass p.loginImg {
	position: absolute;
	right:80px;
	height:310px;
	width:410px;
	top:50%;
	margin-top:-155px;
}

.loginClass .login input.textfield
{
	height: 1.833em;
	width: 17.917em;
}

.loginClass input.textfield[aria-invalid=true]
{
	border-color: #E00000;
}

.loginClass .loginTitlePadding
{
	margin: 0 0 32px 0;
}

.loginClass .loginForm, .normalClass .loginForm
{
	position: relative;
	margin:25px 250px 5.333em 80px;
	z-index:1;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.loginClass .pod
{
	width:32em;
	float:left;
	clear:left;
}
.loginClass .noScript .pod
{
	float:left;
	clear:none;
}

.loginClass #split
{
	padding:5.833em 0;
	float:left;
	text-align: center;
	overflow:visible;
	display:none;
}

.loginClass .noScript #split
{
	display:block;
}

.loginClass #split div
{
	position: relative;
	margin-left:-2.083em;
	padding: 0.667em 1.333em;
	z-index:1;
	display:block;
}

.loginClass .pod legend
{
	display: block;
	padding-bottom: 1.667em;
}

.loginClass .pod legend input
{
	font-size: 1em;
	line-height:1.25em;
	border:none;
	width: 1.333em;
	height: 1.333em;
	margin: 0;
	padding: 0;
	display:inline;
	vertical-align:text-top;
	margin-right:0.417em;
}

.loginClass .noScript .pod legend input
{
//display:none;
}

.loginClass .pod legend label
{
	text-align:left;
	line-height:1.25em;
	margin-right:auto;
	display:inline-block;
	vertical-align:text-top;
}

.loginClass .pod legend label span
{
	display:block;
}

.loginClass .pod legend label span.hidden
{
	display:none;
}

.loginClass .loginControls
{
	text-align:left;
	width: auto;
	white-space:nowrap;
}

.loginClass .pod .loginControls input {
	margin: 0 0 9pt;
}

.loginClass .pod .loginField
{
	margin-top: 0;
}

.loginClass .pod .loginField label
{
	float:left;
	text-align:right;
	line-height:2.167em;
	margin-right: 0.4157em;
	white-space: nowrap;
}


.loginClass .pod .loginField .loginControls
{
	margin-bottom: 1.667em;
	display:block;
}

.loginClass #privacyAndHelp
{
	display: inline-block;
	position:absolute;
	font-size:8pt;
	left: 80px;
	bottom: 1.333em;
}

.loginClass #privacyAndHelp div
{
	margin-bottom: 0.55em;
}


.loginClass #privacyPolicy em
{
	font-style:normal;
}

.loginClass #loginCopyright {
	position:absolute;width:100%;color:#FFF;
	top:604px;
	text-align:center;
	/*float:middle;*/
	width:100%;
	font-size: 8pt;
	color:#FFFFFF;
}

* .loginClass div.#loginCopyright {
	top:594px;
}

.hidden
{
	display:none;
	visibility:hidden;
}

.guest {
	position: absolute;
	top: 30px;
	left: 290px;
	width: 240px;
}

* html div.guestReg {
	height: 120px;
}

.guest p {
	font-size: 9pt;
}

.login-textfield {
	display: block;
	width: 100% !important;
	border-color: #e1e1e1 !important;
}

.normalStyleText::placeholder{
    font-style: normal !important
}

.mode-xml {
	position: relative;
	left: 30px;
	height: 40px;
	width: 600px;
}

/*================================================================
 * New login screen
 *================================================================*/
.loginForm {
	/*min-width: 600px;*/
	width: 384px;
	height: 100%;
	float: left;
	margin: 0 !important;
	overflow-y: auto;
	background-color: #F5F5F5;
	overflow-x: hidden;
}

.side-logo {
	width: calc(100% - 384px);
	height: 100%;
	float: right;
	background-size: cover;
	background-repeat: no-repeat;
}

/*.main-login-form {*/
	/*width: 384px;*/
/*}*/

#loginSection {
	width: 300px;
	display: block;
	margin: 32px auto 30px auto;
}

.background img {
	max-height: 100%;
}

.center {
	text-align: center;
}

.login-page-header {
	margin: 24px 0px 24px 42px;
}

.horizontal-line {
	color: #e1e1e1;
	border: 0.5px solid;
}

.login-page-header img {
	height: 30px;
}

.login-page-header p {
	display: inline;
	color: #2c2c2c;
	font-size: 18px;
	font-weight: 200;
	vertical-align: bottom;
	padding-left: 10px;
	line-height: 30px;
}

.login-page-footer {
	width: 300px;
	margin: 0px auto 20px auto;
}

.login-page-footer.tablet {
	margin: 0px auto 0px 42px;
	padding-bottom: 20px;
}

.login-help {
	/*float: left;*/
}

.login-help a {
	color: #757575;
	background-color: transparent !important;
}

.copy-right {
	display: inline-block;
    line-height: 15px;
    font-size: 12px;
}

.login-error, .passcode-page-form-error {
	font-size: 14px;
	color: #C9252D;
	margin-top: 24px;
}

#guestTab, #registeredTab,#registeredTab1 {
	font-size: 12px;
	padding: 0;
	margin: 0 30px 0 0;
	color: #707070;
}

#mobileGuestLogin, #mobileRegisteredUserLogin {
	min-width: 0;
	padding: 0;
	border: 0;
	margin-top: 5px;
	height: initial;
	background-color: #F5F5F5;
}

#mobileLoginTabList {
	padding-top: 20px;
	line-height: 40px;
    margin: 0;
    border-bottom: .125rem solid #EAEAEA;
    height: 40px;
    box-sizing: border-box;
    padding: 0px;
}

.coral3-Tab>coral-tab-label {
    letter-spacing: 1px;
    padding: 0px;
    display: inline-block;
    text-transform: none;
    letter-spacing: 0;
}

.coral--light .coral3-Tab.is-selected, .coral--light .coral3-Tab:hover {
    color: #2c2c2c;
}

.coral--light .coral3-Tab:focus:not(:active)>coral-tab-label:after {
    border-color: #707070;
}

.coral--light .coral3-Checkbox-input:checked+.coral3-Checkbox-checkmark {
    border-color: #0054B6;
}

.loginClass a:not(#request-confirm-buttons-id > a){
	text-decoration: underline;
	color: #4b4b4b;
	font-size: 12px;
}

#request-confirm-buttons-id .firstButton {
	background-color: #1473e6;
    border-color: transparent;
    color: #fff !important;
}

#request-confirm-buttons-id .firstButton:hover {
	background-color: #0054B6;
    border-color: transparent;
    color: #fff !important;
}

#request-confirm-buttons-id .secondButton {
	background-color: transparent;
    border-color: #707070;
    color: #707070 !important;
}

#request-confirm-buttons-id .secondButton:focus {
	background-color: #0e59b9 !important;
    border-color: #0e59b9 !important;
    color: #fff !important;
}

#loginLogo {
	display: block;
	max-width: 300px;
	max-height: 227px;
	margin: 0 auto 0 auto;
	border-radius: 2px;
}

#loginSideLogo {
	display: none;
	width: 100%;
	height: 100%;
}

.login .button {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 6.875rem;
	height: 32px !important;
	/*padding: .625rem .9375rem !important;*/
	vertical-align: top;
	border: .0625rem solid;
	-webkit-border-radius: .1875rem;
	border-radius: 20px;
	border-color: #1e5fbe;
	background-color: #1473E6 !important;
	font-weight: 500;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	font-size: 15px !important;
	color: #fff !important;
	text-decoration: none;
	text-shadow: 0 -.0625rem 0 #1e5fbe;
	text-align: center;
	line-height: 22px;
	cursor: pointer;
	white-space: nowrap;
	font-family: adobe-clean,Helvetica,Arial,sans-serif !important;
	margin-left: 0 !important;
	min-width: 100px !important;
}

.button.quiet-button {
	border: none !important;
	background-color: #f5f5f5 !important;
	outline: 0;
	text-shadow: none;
	/* padding: .625rem 1.5rem .625rem 1.5rem  !important; */
	color: #646464 !important;
}

#loginSection coral-tab:focus {
    outline: #0265DC solid 1px;
}


#touInfo {
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 16px;
}

#jagLabel {
	margin-top: 16px;
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 17px;
}

.login-form-placeholder {
	margin: 16px 0 28px 0;
}

.login-field-label {
	font-size: 12px;
	margin-top: 20px;
	display: block;
}

.login-form-remember-me label {
	padding: 0;
}

.login-form-remember-me-placeholder {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.login-form-remember-me {
	margin-top: 0px;
}

.login-form-forgot-password {
	height: 15px;
	line-height: 15px;
}

.coral-Checkbox-description {
	font-size: 0.775rem;
	margin: 0.2rem;
}

.coral3-Checkbox-description {
	font-size: 0.775rem;
	margin: 0.2rem;
}

h1 {
	font-size: 18px !important;
	color: #2C2C2C;
	line-height: 22px;
	font-weight: bold;
}

.reset-password-container h1, .reset-password-title {
	margin: 0 0 25px 0;
}

.reset-password-subtitle {
    font-size: 18px;
    color: #4B4B4B;
    line-height: 22px;
    margin-top: 33px;
}

.text-info {
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	margin-top:-12px;
	margin-bottom: -7px;
}

.reset-password-change-password-info, .request-confirm-change-password-info {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 16px;
}

.reset-password-buttons, .password-reset-not-ok-buttons {
	margin-top: 30px;
}

.request-confirm-buttons {
    margin-top: 20px;
}

.reset-password-buttons > input, .request-confirm-buttons > input {
    margin: 10px;
    font-family: adobe-clean,Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.request-confirm-buttons > a {
    font-family: adobe-clean,Helvetica,Arial,sans-serif;
    font-weight: 500;
    text-decoration: none;
    font-size: 15px;
    padding: 0px 10px;
}

.reset-password-buttons > .firstButton, .request-confirm-buttons > .firstButton {
    margin-left: 0px;
}

.coral--light .coral3-Button--cta.enterRoom {
    background-color: #0265DC;
}

.coral--light .coral3-Button--cta.enterRoom:hover {
    background-color: #0054B6;
}

#emailSubmittedSuccessfully > m > b {
    font-size: 14px;
    font-weight: bold;
    color: #4B4B4B;
}

#emailSubmittedSuccessfully > m > p {
    font-size: 14px;
    color: #4B4B4B;
}

#reset-password-info p {
    margin-top: 0px;
}

#change-password-info p, .change-password-info, .password-reset-ok, .password-reset-not-ok, .room-requires-passcode, .recording-requires-passcode {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 16px;
}

.tou-info {
	word-wrap: break-word;
}

.tou-ok-button, .tou-cancel-button {
	display: inline-block;
}

.tou-buttons {
	display: table;
	margin-top: 24px;
}

#mobilePasscodeSubmit {
	margin-top: 8px;
}

.passcode-page-form h1 {
	font-size: 28px !important;
	font-weight: 100;
	color: #2d2d2d;
}

.passcode-page-form p {
	margin: 24px 0;
	font-size: 15px;
	font-weight: 400;
	color: #323232;
}

.request-confirm-button-return-to-login, .request-confirm-button-contact-support {
	display: inline;
}

.request-confirm-buttons  a {
	margin: 10px;
}

.retry-tou-info {
	margin: 24px 0;
	font-size: 15px;
	font-weight: 400;
	color: #323232;
}

#iconica {
	float: right;
}

#domainNameContainer {
	display: flex;
	margin-bottom: 16px;
}

#domain-name-input {
	flex: 1;
}

#domain-name-suffix {
	margin-top: 8px;
	float: right;
	padding-left: 5px;
}


.error-page-container h1 {
	margin: 0 0 25px 0;
}

.error-page-container h1 title {
	display: inline;
}

.error-page-buttons {
	margin-top: 30px;
}

.error-page-info {
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 16px;
}

#error-assistance a {
	text-decoration: none;
	color: #084BD3;
}

#mobileLoginTabView .coral-Tab.is-selected, #mobileLoginTabView .coral-Tab:hover {
	color: #2D2D2D;
	border-color: #2D2D2D;
	text-decoration: none;
}

#mobileLoginTabView {
	width: 300px;
	margin: auto;
}

.tos {
	overflow:auto;
	height: 400px;
	border:none;
	margin-top: 30px;
	margin-bottom: 30px;
}

.tos-checkbox {
	vertical-align: middle;
    /* font-size: .8125rem; */
    font-size: 14px;
    line-height: 16px;
    height: 45px;
}

.addin-login-back-button {
	color: #4B4B4B !important;
	margin-bottom: 5px;
	position: relative;
    left: -2px;
}


.tos-buttons {
	margin-top: 30px;
	margin-bottom: 50px;
}

input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	font-style: italic;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-style: italic;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-style: italic;
}

#errorIcon {
	float: right;
	position: relative;
	margin-bottom: -20px;
	bottom: 20px;
}

.image-alert {
	height: 1rem;
	float: right;
	margin: -1.5rem 0 0 0;
	display: none;
}

input.is-invalid:focus + .image-alert {
	display: inline-block;
}

.tos-button {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 6.875rem;
	height: 32px !important;
	/*padding: .625rem .9375rem !important;*/
	vertical-align: top;
	border: .0625rem solid;
	-webkit-border-radius: .1875rem;
	border-radius: 20px;
	border-color: #1e5fbe;
	background-color: #0265DC !important;
	font-weight: 500;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	font-size: 15px !important;
	color: #fff !important;
	text-decoration: none;
	text-shadow: 0 -.0625rem 0 #1e5fbe;
	text-align: center;
	line-height: 22px;
	cursor: pointer;
	white-space: nowrap;
	font-family: adobe-clean,Helvetica,Arial,sans-serif !important;
	margin-left: 0 !important;
	min-width: 100px !important;
}

.tos-button-disabled {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 6.875rem;
    height: 32px !important;
    vertical-align: top;
    border: .0625rem solid;
    -webkit-border-radius: .1875rem;
    border-radius: 20px;
    font-weight: 500;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    font-size: 15px !important;
    text-decoration: none;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    white-space: nowrap;
    font-family: adobe-clean,Helvetica,Arial,sans-serif !important;
    margin-left: 0 !important;
    min-width: 100px !important;

    color: #000000 !important;
	background-color: white !important;
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
}


#mobileLoginTabList{
	display: none;
}



.application-back-btn{
    margin-right: 11px;
    cursor: pointer;
    font-size: 25px;
    display: inline-block;
    color: #747474;	
}


.meeting-login-switch-option a{
	margin: 0px !important;
	margin-top: 36px !important;

    border: 2px solid #505050 !important;
    border-radius: 16px !important;
    text-decoration: none !important;	
    padding-left: 14px;
    padding-right: 14px;
    font-size: 15px !important;
}

.meeting-login-switch-option p{
	margin: 0px;
	padding-top: 11px;
}

