

:root {
  
  --color1: #464c5d;
  --color2: #d32737;
  --white:#ffffff;
  --light-gray: #f0f0f0;
  --medium-gray: #e0e0e0;
  --dark-gray: #6d6a6a;
  
	--color3: #001C54

  --button-width: 280px;
  --button-width-large: 80px;
  
  --inputbox-width: 18em;
  --inputbox-width-large: 420px;
  --login-group-width:450px;
}.

html {
	height: auto;
}

body {

background-image:url(/cs/csuata_pub/cache/UN_92SIGNIN_BG_UKE_2687.JPG);
background-repeat: no-repeat; 
background-size: cover;
box-sizing: border-box;
width: 100%;
font-family: "Raleway", sans-serif;
}


.cy2_login-button .ps-button, 
.cy2_login-button .ps-button:link, 
.cy2_login-button .ps-button:visited, 
.cy2_login-button .ps_back {
	border: 3px solid var(--color3);
	color: var(--white);
    overflow: hidden;
    text-overflow: ellipsis;
    background: var(--color3);
    
    text-align: center;
    width:var(--button-width);
	display: flex;
	justify-content: space-evenly;
}


.cy2_login-button .ps-button:hover{
	background: var(--white);
    color: var(--color3);
}

.cy2_account-button .ps-button, 
.cy2_account-button .ps-button:link, 
.cy2_account-button .ps-button:visited, 
.cy2_account-button .ps_back {
	border: 3px solid var(--color3);
	color: var(--color3);
    overflow: hidden;
    text-overflow: ellipsis;
    background: var(--white);
    
    text-align: center;
    width:var(--button-width);
}


.cy2_account-button .ps-button:hover{
	background: var(--color3);
    color: var(--white);
}



.cy2_account-button .ps-button > .ps-img {
    vertical-align: middle;
    margin-top: -1px;
    border: none;
    max-height: 1.9em;
}


.cy2_login-inputbox  .ps_box-control > .ps-edit{
	width: var( --inputbox-width);
	height: 35px;
	padding: 0.5em, 1.2em;
	min-width: 200px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    padding-right: 1em;
	margin-top:0.5em;
}



.cy2_ce_login-image {

	background-image:url(/cs/csuata_pub/cache/UN_92SIGNIN_BG_UKE_2687.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 50px);
    width:100vw;
}

.cy2_login-redtext {
width : 18em;
} 

.cy2_login-logo,
.cy2_login-logo-small{
   margin-top:5px;
   margin-left:5px;

}

.cy2_login-logo img {
    width: calc(100vw - 10px);
	max-width: 400px;
	height: auto;
}




.cy2_apps_content.ps_apps_content{
	padding:0px;
}


.cy2_login-container, .cy2_login-side, .cy2_login-main, .cy2_login-signin, .cy2_login-createuser {
   
  font-family: "Raleway", sans-serif;
}

.cy2_flex_topbar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0 0 100px;
  -moz-box-flex: 0 0 100px;
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  background: white;
  height:0px;
  border: none;
  position: sticky;
  visibility: hidden;
}

.cy2_login-background{
	
	background-image:url(/cs/csuata_pub/cache/UN_92SIGNIN_BG_UKE_2687.JPG);
	background-size: cover;
	background-repeat: no-repeat;
	

    
}

.cy2_login-title{
    font-size:30px;
    font-weight:bold;
    color:var(--color1);
    align-self: center;
}    

.cy2_login-instruction {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size:18px;
    width:70%;
}

.cy2_login-color1,
.cy2_login-color1 a.ps-link,
.cy2_login-color1 .ps-dropdown{
	color:var(--color1);
}

.cy2_login-color2,
.cy2_login-color2 a.ps-link{
	color:var(--color3);
	border: 3px solid --color3;
	font-weight: bold;
    vertical-align: middle;
}


#CY2_LGN_DERIVED_CY2_LANG2.ps-link::before{
    content: "";
    position: relative;
    border-left: 1px solid var(--dark-gray);
    margin-right:10px;
}


.cy2_login-langactive #CY2_LGN_DERIVED_CY2_LANG1.ps-link,
.cy2_login-langactive #CY2_LGN_DERIVED_CY2_LANG2.ps-link{
	color:var(--color1);
	text-decoration: none;
	pointer-events:none;
	cursor:default;
}


.cy2_login-langinactive #CY2_LGN_DERIVED_CY2_LANG1.ps-link,
.cy2_login-langinactive #CY2_LGN_DERIVED_CY2_LANG2.ps-link{
	color:var(--dark-gray);
	text-decoration: none;
}


.cy2_login-buttonbar {
    display:flex;   
    justify-content: center;
    align-items: center;
    border: 1px solid var(--medium-gray);
    background: white;
    border-radius: 15px;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom:15px;
    padding-left:50px;
    padding-right:50px;
   
}

div#win0div\$ICField88 {
    display: none;
}

.cy2_login-buttonbar-small {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--medium-gray);
    background: white;
    border-radius: 5px;
    margin-top: 5px;
    padding-top: 15px;
    padding-bottom:15px;
    padding-left:10px;
    padding-right:10px;
    width:var( --login-inputbox-width);
}

.cy2_login-group{
    border: 2px solid var(--medium-gray);
    background: var(--light-gray);
    border-radius: 0.2em 0.2em 0em 0em;
	padding: 1em;
	margin: 0 10px;
    width: calc(100% - 20px);
    
     
    background-color: rgba(255, 253, 253);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.cy2_login-group_text {
	max-width: var(--inputbox-width);
    margin: 0;
	margin-top: 10px;
    padding: 0;
	text-align: justify;
}

.cy2_login-group-small{
    border: 1px solid var(--medium-gray);
    background: white;
    border-radius: 5px;
    padding:10px;
}

.cy2_login-group_header {
    font-weight: bold;
	font-size: 28px;
	margin: 0;
	padding: 0;
}

.cy2_login-group_title {
    font-weight: bold;
	font-size: 20px;
	margin: 0;
	padding: 0;
}

.cy2_landscape-link {
	display: none;
}


.cy2_link-wrapper > .ps-link-wrapper > .ps-link{  
    display:contents;
}


.cy2_login-buttonbar .ps_box-button+.ps_box-button {
    margin-left: 5px;
	display: flex;
	justify-content: space-evenly;
}



.psa_page-secmin30x20em {
  min-width: 30em;
  min-height: 20em;
}

.ps_modal .ps_box-group:not(.psc_layout).cy2_noheader > .ps_header-group {
  display: none;
}

.psc_modal-pagetitle{
	color: var(--color1);
}

.cy2_noheader > .cy2_login-inputbox > .ps_box-htmlarea{
	width: var(--inputbox-width);
}


.cy2_align-self-center{
	align-self:center;
}

.cy2_align-self-left{
	align-self:flex-begin;
}

.cy2_viewheight-100{
	height:100vh;
}

.cy2_viewheight-90{
	height:90vh;
}

.cy2_viewheight-85{
	height:85vh;
}

.cy2_viewheight-80{
    height:80vh;
}

.cy2_viewwidth-10{
   width: 10vw;
}

.cy2_login-group-padding {
	padding: 20px;
}



@media (min-width: 768px) {
	.cy2_login-group {
        display: flex;
        flex-direction: column;
        gap: 0.75em;
		width: 20em;
		margin-top: 2em;
    }

	.cy2_login-group-padding {
		padding: 20px 20px;
	}

	.cy2_login-button .ps-button, 
	.cy2_login-button .ps-button:link, 
	.cy2_login-button .ps-button:visited, 
	.cy2_login-button .ps_back {
		width:var(--button-width-large);
		display: flex;
		justify-content: space-evenly;
	}

	.cy2_account-button .ps-button, 
	.cy2_account-button .ps-button:link, 
	.cy2_account-button .ps-button:visited, 
	.cy2_account-button .ps_back {
		width:var(--button-width-large);
	}

	.cy2_button-wide .ps-button, 
	.cy2_button-wide .ps-button:link, 
	.cy2_button-wide .ps-button:visited, 
	.cy2_button-wide .ps_back {
		width:var(--inputbox-width);
		padding: 0.5em 0;
	}

	.cy2_flex-row {
		width: 100%;
		display: flex;
		flex-direction: row;
	}

	.cy2_flex-rowrev {
		width: 100%;
		display: flex;
		flex-direction: row-reverse;
	}

	.cy2_landscape-link {
		display: block;
	}
	
	.cy2_mobile-link {
		display: none;
	}

	.cy2_gap20px-lg{
		gap: 20px;
		max-width: var(--inputbox-width);
	}
}

@media (min-width: 1024px) {

	.cy2_login-group p {
		 
	}

	.cy2_button-wide .ps-button, 
	.cy2_button-wide .ps-button:link, 
	.cy2_button-wide .ps-button:visited, 
	.cy2_button-wide .ps_back {
		width:var(--inputbox-width-large);
		
	}

	.cy2_login-inputbox  .ps_box-control > .ps-edit{
		
	}
	.cy2_gap20px-lg{
		max-width: var(--inputbox-width-large);
	}
}


.psa_page-secmin40x40em {
  min-width: 40em;
  min-height: 40em;
}

.cy2_flex_object_center {
  justify-content: center;
  display: flex;
}

.cy2_flex-column {
    display: flex;
    flex-direction: column;
}





.cy2_circle {
  width: 50px;
  height: 50px;
  background: var(--dark-gray);
  border-radius: 50px;
  position: relative;
 }

.cy2_circle_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: #fff;
}

.cy2_circle_text > .ps_header-group{
 margin: 0px;
 color:var(--white); 
 border-bottom:0px;
 padding-right: 0px;

}

.cy2_vertical_line {
  width: 2px;
  height: 20vh;
  background: var(--dark-gray);
  margin: 5px auto 0 auto;
}

.cy2_position_absolute{
  position:absolute;
}

.cy2_middle-box{
flex: 0 0 200px;
}

.cy2_leftandright-box{
flex: 1;
}

.cy2_slogan{
color:white;
text-shadow: 2px 2px black;
font-size:35px;
width:450px;
margin-top:1em;
margin-bottom:1em;
display: block;
font-weight: bold;
}

.cy2_content-center{
		text-align:center;
}

.ps_logo-PS {
 display:block; 
 margin-top: 10px;
 color: var(--pt-label-text-color, #5a5a5a);
 font-size: 1.55em;
 font-weight: normal;
}

.ps_text-PS {
 color: black;
 font-weight:normal;
 font-size: 20px;
}

.cy2_login-button .ps-button,.cy2_login-button .ps-button:link{background: #001C54; color: white;}
input[type="text"], input[type="password"],textarea {
border-radius:0em; 
}

input[type="text"]:focus, input[type="password"]:focus {
    outline: 2px solid #18194f;
}

.ps-button:hover, .ps-button:focus {
    text-shadow: none;
}

.ps-button:focus {
    outline: 2px solid #18194f;
}

a:link:hover, .ps-link:hover {
    text-decoration: none;
}

.btn-active:hover {
    color: #fcfcfc;
    background: #007ca7;
}

.cy2_psc_flex-container
{
flex-direction: column;
}

