* {
  box-sizing: border-box;
}

body {
  height: 97.5vh;
  font-family: Tahoma,Verdana,Segoe,sans-serif;
  font-size: 14px;
  background: #f6fffd;
  padding: 20px;
  text-align: center;
  background: url('../../img/background.png') no-repeat;
  background-size:cover;
}

utilsStyle{
  color: green;
}


  
*
Customize style
*
html.sap-desktop .sapContrast .sapMIBar.sapMFooter-CTX, html.sap-desktop .sapContrast.sapMIBar.sapMFooter-CTX {
  background-color: #205081;
  background: #346187!important;
  color: #ffffff;
  border-top: 1px solid #2e3d54;
}
.sapContrast.sapTntToolHeader.sapMTB, .sapContrast .sapTntToolHeader.sapMTB {
  background-color: #205081;
  background: #346187!important;
  color: #ffffff;
  border-bottom: 1px solid #3f7ebf;
}
.sapTntSideNavigationNotExpanded .sapTntSideNavigationFlexible {
  background-color: #205081;
  background: #346187!important;
  color: #ffffff;
}
.sapContrast.sapTntNavLI span.sapTntNavLIGroupIcon, .sapContrast .sapTntNavLI span.sapTntNavLIGroupIcon {
  background-color: #205081;
  background: transparent;
  color: #ffffff;
  border-bottom: none;
}
.sapContrast.sapTntNavLIGroup, .sapContrast .sapTntNavLIGroup {
  color: #ffffff;
  border-bottom: 1px solid #3f7ebf;
}  
.sapContrast span.sapMBtnInner {
  background: #346187!important;
}
.sapContrast .sapTntSideNavigationScrollIconDown {
  border-top: 1px solid #3f7ebf;
}
.sapContrast.sapTntSideNavigation, .sapContrast .sapTntSideNavigation {
  background: #346187!important;
  border-right: 1px solid #3f7ebf;
}
.sapContrast.sapTntNavLIItem, .sapContrast .sapTntNavLIItem {
  background-color: transparent!important;
}
.sapTntNavLIItemSelected {
  background: #1d4365;
}
.sapContrast.sapTntNavLIItemSelected .sapTntNavLIGroup, .sapContrast .sapTntNavLIItemSelected .sapTntNavLIGroup {
  background: white;
}
.sapContrast.sapTntToolHeader.sapMTB, .sapContrast .sapTntToolHeader.sapMTB {
  background-color: #346187!important;
  border: 1px solid #3f7ebf;
}
.sapContrast span.sapMBtnInner.sapMBtnEmphasized {
  background-color: #5496cd!important;
}
.sapMListUl>.sapMLIB.sapMGHLI {
  background: #ffffff;
  height: 3rem;
  line-height: 2rem;
  padding-top: 0rem;
  font-weight: bolder;
  font-size: 1rem;
  background: #c8ddf3 !important;
}
.sapMLIB.sapMLIBSelected {
  border-width: 1px 0px;
  border-color: #2196f3;
  border-style: dotted;
  background:#c5d8e8;
}
.sapMLIBSelected + .sapMListTblSubRow, .sapMLIBSelected.sapMListTblRowAlternate + .sapMListTblSubRow {
  border-width: 1px 0px;
  border-color: #2196f3;
  border-style: dotted;
  background:#c5d8e8;
}
.sapMITB.sapUiResponsiveContentPadding>.sapMITBContainerContent>.sapMITBContent {
  padding: 0.3rem 0.75rem 0rem 0.75rem;
  box-sizing: border-box;
}
.sapUxAPObjectPageHeaderIdentifier {
  background-color: white;
}
.sapUxAPObjectPageHeaderContentDesign-Light, .sapUxAPObjectPageHeaderContentDesign-Dark {
  background-color: white;
}
.sapContrast.sapMPopover .sapMPopoverCont, .sapContrast .sapMPopover .sapMPopoverCont {
  background-color: #346187!important;
}

.wrapper {
  width: 350px;
  height: 520px;
  margin: 25px auto;
  perspective: 600;
  text-align: left;
}

.rec-prism {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transform: translateZ(-100px);
  transition: transform 0.5s ease-in;
}

.face {
  position: absolute;
  width: 350px;
  height: 520px;
  padding: 18px;
  background: rgb(250, 250, 250);
  /*border: 3px solid #007CC0;*/
  border-radius: 3px;
}
.face .content {
  color: #666;
}
.face .content h2 {
  font-size: 1.5em;
  color: #007CC0;
}
.face .content .field-wrapper {
  margin-top: 18px;
  position: relative;
  /*font-size: 1.2em;*/
}
.face .content .field-wrapper label {
  position: absolute;
  pointer-events: none;
  font-size: 1.1em;
  top: 40%;
  left: 0;
  transform: translateY(-50%);
  transition: all ease-in 0.25s;
  color: #999999;
}
.face .content .field-wrapper input[type="text"], .face .content .field-wrapper input[type="password"], .face .content .field-wrapper input[type="submit"], .face .content .field-wrapper textarea, .face .content .field-wrapper input[type="number"] {
  -webkit-appearance: none;
  appearance: none;
}
.face .content .field-wrapper input[type="text"]:focus, .face .content .field-wrapper input[type="password"]:focus, .face .content .field-wrapper input[type="submit"]:focus, .face .content .field-wrapper textarea:focus, .face .content .field-wrapper textarea:focus, .face .content .field-wrapper input[type="number"]:focus {
  outline: none;
}
.face .content .field-wrapper input[type="text"], .face .content .field-wrapper input[type="password"], .face .content .field-wrapper textarea, .face .content .field-wrapper textarea, .face .content .field-wrapper input[type="number"] {
  width: 100%;
  border: none;
  background: transparent;
  font-size: 1.2em;
  line-height: 2em;
  border-bottom: 1px solid #007CC0;
  color: #666;
}
.face .content .field-wrapper input[type="text"]::-webkit-input-placeholder, .face .content .field-wrapper input[type="password"]::-webkit-input-placeholder, .face .content .field-wrapper textarea::-webkit-input-placeholder, .face .content .field-wrapper input[type="number"]::-webkit-input-placeholder {
  opacity: 0;
}
.face .content .field-wrapper input[type="text"]::-moz-placeholder, .face .content .field-wrapper input[type="password"]::-moz-placeholder, .face .content .field-wrapper textarea::-moz-placeholder, .face .content .field-wrapper input[type="number"]::-moz-placeholder {
  opacity: 0;
}
.face .content .field-wrapper input[type="text"]:-ms-input-placeholder, .face .content .field-wrapper input[type="password"]:-ms-input-placeholder, .face .content .field-wrapper textarea:-ms-input-placeholder, .face .content .field-wrapper input[type="number"]:-ms-input-placeholder {
  opacity: 0;
}
.face .content .field-wrapper input[type="text"]:-moz-placeholder, .face .content .field-wrapper input[type="password"]:-moz-placeholder, .face .content .field-wrapper textarea:-moz-placeholder, .face .content .field-wrapper input[type="number"]:-moz-placeholder {
  opacity: 0;
}
.face .content .field-wrapper input[type="text"]:focus + label, .face .content .field-wrapper input[type="text"]:not(:placeholder-shown) + label, .face .content .field-wrapper input[type="password"]:focus + label, .face .content .field-wrapper input[type="password"]:not(:placeholder-shown) + label, .face .content .field-wrapper textarea:focus + label, .face .content .field-wrapper textarea:not(:placeholder-shown) + label, .face .content .field-wrapper input[type="number"]:focus + label, .face .content .field-wrapper input[type="number"]:not(:placeholder-shown) + label {
  top: -35%;
  color: #42509e;
}
.face .content .field-wrapper input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  background: #007CC0;
  line-height: 2em;
  font-size: 15px;
  color: #fff;
  border: 1px solid #007CC0;
  border-radius: 3px;
  padding: 5px;
}
.face .content .field-wrapper input[type="submit"]:hover {
  opacity: 0.9;
}
.face .content .field-wrapper input[type="submit"]:active {
  transform: scale(0.96);
}
.face .content .field-wrapper textarea {
  resize: none;
  line-height: 1em;
}
.face .content .field-wrapper textarea:focus + label, .face .content .field-wrapper textarea:not(:placeholder-shown) + label {
  top: -25%;
}

.face .thank-you-msg:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 25px;
  border: 10px solid #007CC0;
  border-right: 0;
  border-top: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(0);
  transform: translate(-50%, -50%) rotate(0deg) scale(0);
  -webkit-animation: success ease-in 0.15s forwards;
  animation: success ease-in 0.15s forwards;
  animation-delay: 2.5s;
}

.face-front {
  transform: rotateY(0deg) translateZ(125px);
  -webkit-transform: rotateY(0deg)-webkit-translateZ(125px);
  -moz-transform: rotateY(0deg) translateZ(125px);
  -o-transform: rotateY(0deg) translateZ(125px);
  -ms-transform: rotateY(0deg) translateZ(125px);
  -webkit-backface-visibility: hidden;
}
.face-top {
  height: 250px;
  transform: rotateX(90deg) translateZ(125px);
  -webkit-transform: rotateX(90deg)-webkit-translateZ(125px);
  -moz-transform: rotateX(90deg) translateZ(125px);
  -o-transform: rotateX(90deg) translateZ(125px);
  -ms-transform: rotateX(90deg) translateZ(125px);
  -webkit-backface-visibility: hidden;
}
.face-back {
  transform: rotateY(180deg) translateZ(125px);
  -webkit-transform: rotateY(180deg) -webkit-translateZ(125px);
  -moz-transform: rotateY(180deg) translateZ(125px);
  -o-transform: rotateY(180deg) translateZ(125px);
  -ms-transform: rotateY(180deg) translateZ(125px);
  -webkit-backface-visibility: hidden;
}
.face-right {
  transform: rotateY(90.000001deg) translateZ(125px);
  -webkit-transform: rotateY(90.000001deg) -webkit-translateZ(125px);
  -moz-transform: rotateY(90.000001deg) translateZ(125px);
  -o-transform: rotateY(90.000001deg) translateZ(125px);
  -ms-transform: rotateY(90.000001deg) translateZ(125px);
  -webkit-backface-visibility: hidden;
}
.face-left {
  transform: rotateY(-90deg) translateZ(125px);
  -webkit-transform: rotateY(-90deg) -webkit-translateZ(125px);
  -moz-transform: rotateY(-90deg) translateZ(125px);
  -o-transform: rotateY(-90deg) translateZ(125px);
  -ms-transform: rotateY(-90deg) translateZ(125px);
  -webkit-backface-visibility: hidden;
}
.face-bottom {
  height: 250px;
  transform: rotateX(-90deg) translateZ(225px);
  -webkit-transform: rotateX(-90deg) -webkit-translateZ(225px);
  -moz-transform: rotateX(-90deg) translateZ(225px);
  -o-transform: rotateX(-90deg) translateZ(225px);
  -ms-transform: rotateX(-90deg) translateZ(225px);
  -webkit-backface-visibility: hidden;
}

.nav {
  margin: 20px 0;
  padding: 0;
}
.nav li {
  display: inline-block;
  list-style-type: none;
  font-size: 1.25em;
  margin: 0 10px;
  color: #42509e;
  position: relative;
  cursor: pointer;
}
.nav li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  border-bottom: 1px solid #42509e;
  transition: all ease-in 0.25s;
}
.nav li:hover:after {
  width: 100%;
}

.psw, .signup, .singin, .anulareVfCod {
  display: block;
  margin: 20px 0;
  font-size: 0.75em;
  text-align: center;
  color: #42509e;
  cursor: pointer;
  width: 100%;
  border: none;
  background: no-repeat;
}

small {
  font-size: 0.7em;
}

@-webkit-keyframes success {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
  }
}

.topnav {
  overflow: hidden;
  position: relative;
  margin: 20px 0;
  padding: 0;    
  /*background-color: #444;*/
}

.topnav a {        
  display: inline-block;
  list-style-type: none;
  color: #f2f2f2;
  position: relative;
  text-align: center;
  padding: 10px 12px;
  text-decoration: none;
  font-size: 17px;    
}

.topnav a:hover {
  background-color: white;
  color: blue;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 768px) {
  .topnav a:not(:first-child) {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }

  .topnav {
    text-align: left
  }

  .topnav.responsive {
    /*position: relative;*/
    background-color: blue;
    left: 24%;
    position: absolute;
    width: 100%;        
    background: url('../../img/menuBackground.png') center center repeat-y;
    /*        background-size: 50px;*/
    z-index: 1;
    /*opacity: .6;*/

  }    

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .wrapper, .face {
    width: 100%;
    max-width: 350px;    
  }

  .topnav {
    max-width: 400px;
    margin: 0 auto;
  }

  .wrapper {
    margin: 10px auto;
  }

  body {
    height: 97.5vh;
  }
}

@media screen and (max-width: 700px) {
  .topnav.responsive {
    /*position: relative;*/
    background-color: blue;
    left: 22%;
    position: absolute;
    width: 90%;
    background: url('../../img/menuBackground.png') center center repeat-y;
    /*        background-size: 50px;*/
    z-index: 1;
    /*opacity: .6;*/

  }
}

@media screen and (max-width: 640px) {
  .topnav.responsive {
    /*position: relative;*/
    background-color: blue;
    left: 20%;
    position: absolute;
    width: 90%;
    background: url('../../img/menuBackground.png') center center repeat-y;
    /*        background-size: 50px;*/
    z-index: 1;
    /*opacity: .6;*/

  }
}

@media screen and (max-width: 610px) {
  .topnav.responsive {
    /*position: relative;*/
    background-color: blue;
    left: 17%;
    position: absolute;
    width: 90%;
    background: url('../../img/menuBackground.png') center center repeat-y;
    /*        background-size: 50px;*/
    z-index: 1;
    /*opacity: .6;*/

  }
}

@media screen and (max-width: 570px) {
  .topnav.responsive {
    /*position: relative;*/
    background-color: blue;
    left: 14%;
    position: absolute;
    width: 90%;
    background: url('../../img/menuBackground.png') center center repeat-y;
    /*        background-size: 50px;*/
    z-index: 1;
    /*opacity: .6;*/

  }
}

@media screen and (max-width: 540px) {
  .topnav.responsive {
    /*position: relative;*/
    background-color: blue;
    left: 10%;
    position: absolute;
    width: 90%;
    background: url('../../img/menuBackground.png') center center repeat-y;
    /*        background-size: 50px;*/
    z-index: 1;
    /*opacity: .6;*/

  }
}

@media screen and (max-width: 500px) {
  .topnav.responsive {
    /*position: relative;*/
    background-color: blue;
    left: 5%;
    position: absolute;
    width: 90%;
    background: url('../../img/menuBackground.png') center center repeat-y;
    /*        background-size: 50px;*/
    z-index: 1;
    /*opacity: .6;*/

  }
}

.linkAccept { 
  margin-left: 10px; 
  margin-top: 8px; 
  font-size: 15px;
}

@media screen and (max-width: 365px) {

  .linkAccept {
    margin-top: 10px; 
    font-size: 10px;
  } 
  }

.errorMsg {
  color: red;
  font-size: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.form-row {
  /* etc */
}

/**TOGGLE BUTTON**/

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 32px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  border-radius: 40px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 40px;
}


.overlay {
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  z-index:998;
  opacity: 0;
}​

.slider.round:before {
  border-radius: 50%;
}

.close {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0%;
  margin-left: 7px;  
  margin-right: 7px;  
  border: 1px solid red;  
  transform: translate(0%, -50%);  
}

.titluLogin{
  display      : flex;
}

.titluLogin h2 {
  width        : 150px;
  margin-top   : 0.2rem;
  margin-bottom: 0rem;
}

h2.noMarginTop {
  margin-top: -0.5rem !important;
}

.logoFirma {
  text-align: right;
  width     : 160px;
}
.mediumFontSize {
  margin-top: 0 !important;
  line-height: 1.0rem !important;
}

.mediumFontSize p {
  margin-top: 0.15rem;
  margin-bottom: 0rem;
}

.mediumFontSize span {
  font-size: 0.75rem;
}

.mediumFontSize br {
  display: block;
  line-height: 0.15rem;
  content: " ";
}

.btnMarginTop {
  margin-top: 0.5rem !important;
}

@media screen and (max-width: 325px) {
  h2.noMarginTopS {
    margin-top: -0.5rem !important;
  }
}

@media screen and (max-width: 390px) {
  .img-rounded {
    width: 130px !important;
  }
}

@media screen and (max-width: 350px) {
  .img-rounded {
    max-width: 90px !important;
  }
}

@media screen and (max-width: 315px) {
  .img-rounded {
    max-width: 90px !important;
    height: 25px;
    position: absolute;
    right: 18px;
    top: 0;
  }
  
  h2.noMarginTop {
    margin-top: 0 !important;
  }
}

.sapFGridListItem:focus {
    outline: 2px solid #0a6ed1;
    outline-offset: -2px;
}

/* Focus styles for interactive controls */
.sapMBtn:focus .sapMBtnInner,
.sapMLnk:focus,
.sapMAvatar:focus {
    outline: 2px solid #0a6ed1;
    outline-offset: 2px;
}

.focusable-field:focus-visible {
  box-shadow: 0 0 6px 2px #0065ff;
}

input:focus-visible + .slider {
  outline: 1px solid #0066ff;
}

button:focus {
  outline: none;
}

.noMarginTop {
  margin-top: 0 !important;
}

.noMarginBottom {
  margin-bottom: 0 !important;
}

.errMsg {
  color: red;
  font-size: 0.75rem;
}

.okMsg {
  color: green;
  font-size: 0.75rem;
}


input.inputRegister{
  line-height: 1.8em !important;
}

.errBorder{
  border: 1px solid red!important;
}

.okBox{
  background: linear-gradient(270deg, #008000, #228B22);
}

@media only screen and (max-width: 390px) {
  .g-recaptcha {
    transform       : scale(0.9);
    transform-origin: 0 0;
  }
}

@media only screen and (max-width: 350px) {
  .g-recaptcha {
    transform       : scale(0.8);
    transform-origin: 0 0;
  }
}

@media only screen and (max-width: 320px) {
  .g-recaptcha {
    transform       : scale(0.7);
    transform-origin: 0 0;
  }
}

@media only screen and (max-height: 490px) {
  .loginDiv {
    margin-top: 0!important;
  }
  
  body{ 
    background-size: auto;
  }
}
