.rounded .x-form-text-wrap, .rounded .x-form-trigger-wrap, .rounded .x-form-trigger-default {
  border-radius: 10px !important;
  border: 0px;
  
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder {
    color: #706F6F;
    -webkit-text-fill-color: #706F6F;
}


.mycontainerLogin {    
    background-repeat: no-repeat; 
    background-position: center center;    
    background-size: 100% 100%;
}