
.field {
    clear: both;
    text-align: right;
    line-height: 25px;
}

label {
    float: left;
    padding-right: 5px;
}

form {
    float: left;
}

button {
    width: 100%;
}

input {
    text-align: right;
    width: 80px;
}

.container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(218, 216, 216);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}



.input-readonly {
    background: rgb(218, 216, 216);
}

.login {
    display: flex;
    flex-direction: column;
    
    align-items: center;
}

.ma-top-4 {
    margin-top: 4px;
}


.new-string {
    width: 100%;
  }

.mes-error-color {
    color: red;
}