

:root {
  --color1:  #e8b800;  
  --color2: #d32737; 
  --color3: #0076bd; 
  --black:#000000; 
  --white:#ffffff;
  --light-gray: #f0f0f0;
  --medium-gray: #e0e0e0;
  --dark-gray: #6d6a6a;

  --button-width: 280px;
  --inputbox-width:320px;
}



.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(--color1);
    color: var(--color1);
    overflow: hidden;
    text-overflow: ellipsis;
    background: var(--white);
    border-radius: 0px;
    text-align: center;
    width:var(--button-width);
}


.cy2_login-button .ps-button:hover{
  color: var(--white);
  background: var(--color1);
}


.cy2_login-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:50px;
   padding: 0.5em, 1.2em;
}



.cy2_login-image {
   background-image: url(/cs/CSNPPRD/cache/86107/CY2_LOGIN_IMAGE_DUT_1.JPG); 

   background-size: 100%;
   background-repeat: no-repeat;
   height:400px;
   width:100vh;

}

.cy2_login-logo{
   margin-top:5px;
   margin-left:5px;

  
}

.cy2_login-logo-small{
   margin-top:5px;
   margin-left:5px;
}



.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: "Calibri", 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: #fff;
  height:50px;
  border: none;
}

.cy2_login-background{
	background:var(--light-gray);
}

.cy2_login-title{
    font-size:40px;
    font-weight:bold;
    color:var(--color1);
    
}

.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(--color2);
}

.cy2_login-color3,
.cy2_login-color3 a.ps-link{
	color:var(--color3);
}



#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: 5px;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom:15px;
    padding-left:50px;
    padding-right:50px;
    width:320px;
}

.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:320px;
}

 
.cy2_login-group{
    border: 1px solid var(--medium-gray);
    background: white;
    border-radius: 5px;
    padding:50px;
}

.cy2_login-group-small{
    border: 1px solid var(--medium-gray);
    background: white;
    border-radius: 5px;
    padding:10px;
}


.cy2_link-wrapper > .ps-link-wrapper > .ps-link{  
     display:contents;
}


.cy2_login-buttonbar .ps_box-button+.ps_box-button {
    margin-left: 5px;
}




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


@media all and (max-width: 600px) {
    .cy2_login-instruction, .cy2_login-credentials, .cy2_login-details, .cy2_login-links {
    padding-left: 20px;
    padding-right: 20px;
}
}

.psa_page-secmin40x40em {
  min-width: 40em;
  min-height: 40em;
}

.cy2_flex_object_center {
  justify-content: center;
  display: flex;
}

 

#CY2_LOGIN_FL  .cy2_login-instruction,
#CY2_LOGIN_FL  .cy2_login-title {
    width:100%;
    text-align:center;
}
#CY2_LOGIN_FL .cy2_flex_topbar img {
      display:block; 
   }

@media screen and (width > 600px) and (orientation: landscape) {
 #CY2_LOGIN_FL .cy2_login-buttonbar {
   
}
}

@media (width <= 600px) and (orientation: portrait) {
   #CY2_LOGIN_FL  .cy2_login-instruction {
      font-size:90%;
      width:90%;
   }
   
  #CY2_LOGIN_FL .ps_box_vertical_center.psc_justify-start.psc_flex-equal:nth-of-type(2) {
      display:none; 
  }

  #CY2_LOGIN_FL .cy2_flex_topbar {
   background-image: url(/cs/CSNPPRD/cache/86107/CY2_LOGIN_LOGO_DUT_1.PNG);
   background-position: 5% 50%; 
   background-size: 50%;
   background-repeat: no-repeat;
   }
   #CY2_LOGIN_FL .cy2_flex_topbar img {
      display:none; 
   }
  #CY2_LOGIN_FL .cy2_login-buttonbar {
   padding-left: 10px;
   padding-right: 10px;

  }

 }